]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
ARM: rmobile: dts: Add SDR104/HS200 to Salvator-X
authorMarek Vasut <marek.vasut@gmail.com>
Fri, 6 Oct 2017 12:08:00 +0000 (14:08 +0200)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Mon, 9 Oct 2017 23:22:54 +0000 (08:22 +0900)
Add DT nodes to enable SDR104/HS200 modes on Salvator-X boards.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
arch/arm/dts/salvator-common.dtsi

index abc87c01914d249fa4642a70c4623b7bda96d47d..ce06a7cbd501fa4e7202aee8081ab36f192b154d 100644 (file)
        wp-gpios = <&gpio3 13 GPIO_ACTIVE_HIGH>;
        bus-width = <4>;
        sd-uhs-sdr50;
+       sd-uhs-sdr104;
        status = "okay";
+
+       max-frequency = <208000000>;
 };
 
 &sdhi2 {
        vmmc-supply = <&reg_3p3v>;
        vqmmc-supply = <&reg_1p8v>;
        bus-width = <8>;
+       mmc-ddr-1_8v;
        mmc-hs200-1_8v;
        non-removable;
        status = "okay";
+
+       max-frequency = <200000000>;
 };
 
 &sdhi3 {
        wp-gpios = <&gpio4 16 GPIO_ACTIVE_HIGH>;
        bus-width = <4>;
        sd-uhs-sdr50;
+       sd-uhs-sdr104;
        status = "okay";
+
+       max-frequency = <208000000>;
 };
 
 &ssi1 {