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+rene...@gmail.com>
Cc: Nobuhiro Iwamatsu <iwama...@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 = <&reg_3p3v>;
        vqmmc-supply = <&reg_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

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to