提交 c29fd489 编写于 作者: K Kishon Vijay Abraham I 提交者: Tony Lindgren

ARM: dts: dra7: Add high speed modes capability to MMC1/MMC2 dt node

While the supported UHS mode can be obtained from CAPA2
register, SD Host Controller Standard Specification
doesn't define bits for MMC's HS200 and DDR mode capability.
Add properties to indicate MMC HS200 and DDR speed mode capability in
dt node.
Signed-off-by: NKishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: NTony Lindgren <tony@atomide.com>
上级 940293af
...@@ -1086,6 +1086,8 @@ ...@@ -1086,6 +1086,8 @@
status = "disabled"; status = "disabled";
pbias-supply = <&pbias_mmc_reg>; pbias-supply = <&pbias_mmc_reg>;
max-frequency = <192000000>; max-frequency = <192000000>;
mmc-ddr-1_8v;
mmc-ddr-3_3v;
}; };
hdqw1w: 1w@480b2000 { hdqw1w: 1w@480b2000 {
...@@ -1104,6 +1106,9 @@ ...@@ -1104,6 +1106,9 @@
max-frequency = <192000000>; max-frequency = <192000000>;
/* SDR104/DDR50/SDR50 bits in CAPA2 is not supported */ /* SDR104/DDR50/SDR50 bits in CAPA2 is not supported */
sdhci-caps-mask = <0x7 0x0>; sdhci-caps-mask = <0x7 0x0>;
mmc-hs200-1_8v;
mmc-ddr-1_8v;
mmc-ddr-3_3v;
}; };
mmc3: mmc@480ad000 { mmc3: mmc@480ad000 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册