[U-Boot] [PATCH] ARM: dts: rmobile: Reinstate missing HS mode configs on Salvator-X
Marek Vasut
marek.vasut at gmail.com
Tue Oct 16 09:58:20 UTC 2018
The HS200 configs for Salvator-X platform were removed during the
DT sync with Linux 4.17. Reinstate them.
Signed-off-by: Marek Vasut <marek.vasut+renesas at gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
---
arch/arm/dts/salvator-common.dtsi | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/arch/arm/dts/salvator-common.dtsi b/arch/arm/dts/salvator-common.dtsi
index 514c57b2c8..b6967891b7 100644
--- a/arch/arm/dts/salvator-common.dtsi
+++ b/arch/arm/dts/salvator-common.dtsi
@@ -624,7 +624,10 @@
wp-gpios = <&gpio3 13 GPIO_ACTIVE_HIGH>;
bus-width = <4>;
sd-uhs-sdr50;
+ sd-uhs-sdr104;
status = "okay";
+
+ max-frequency = <208000000>;
};
&sdhi2 {
@@ -636,10 +639,13 @@
vmmc-supply = <®_3p3v>;
vqmmc-supply = <®_1p8v>;
bus-width = <8>;
+ mmc-ddr-1_8v;
mmc-hs200-1_8v;
non-removable;
fixed-emmc-driver-type = <1>;
status = "okay";
+
+ max-frequency = <200000000>;
};
&sdhi3 {
@@ -653,7 +659,10 @@
wp-gpios = <&gpio4 16 GPIO_ACTIVE_HIGH>;
bus-width = <4>;
sd-uhs-sdr50;
+ sd-uhs-sdr104;
status = "okay";
+
+ max-frequency = <208000000>;
};
&ssi1 {
--
2.18.0
More information about the U-Boot
mailing list