diff options
author | Steven Lee <[email protected]> | 2021-05-24 15:32:54 +0800 |
---|---|---|
committer | Joel Stanley <[email protected]> | 2021-05-25 17:10:05 +0930 |
commit | 2c042ff716f11996a11935cdb7744a4290d726cd (patch) | |
tree | 9b93ee3afcb713d5f49354a74ffcc3f969fee148 | |
parent | 47b99d02bd8705a93671723a957b50d3875afb56 (diff) |
ARM: dts: aspeed: ast2600evb: Add phase correction for emmc controller.
Set MMC timing-phase register by adding the phase correction binding in the
device tree.
Signed-off-by: Steven Lee <[email protected]>
Acked-by: Andrew Jeffery <[email protected]>
Reviewed-by: Joel Stanley <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Joel Stanley <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/aspeed-ast2600-evb.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/aspeed-ast2600-evb.dts b/arch/arm/boot/dts/aspeed-ast2600-evb.dts index 401034da6dcc..c670f3a45fbb 100644 --- a/arch/arm/boot/dts/aspeed-ast2600-evb.dts +++ b/arch/arm/boot/dts/aspeed-ast2600-evb.dts @@ -148,7 +148,8 @@ &emmc { non-removable; bus-width = <4>; - max-frequency = <52000000>; + max-frequency = <100000000>; + clk-phase-mmc-hs200 = <9>, <225>; }; &rtc { |