]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: rockchip: move rk3399-sapphire sdio to excavator baseboard
authorHeiko Stuebner <heiko@sntech.de>
Mon, 19 Feb 2018 07:59:37 +0000 (08:59 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Tue, 20 Feb 2018 09:33:55 +0000 (10:33 +0100)
The sdio signals are routed through the connector to the baseboard,
where the wifi module is also located. So move the sdio node to
the excavator as well.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Tested-by: Vicente Bergas <vicencb@gmail.com>
arch/arm64/boot/dts/rockchip/rk3399-sapphire-excavator.dts
arch/arm64/boot/dts/rockchip/rk3399-sapphire.dtsi

index b7bd88fb3ae3bff4287f0df1d47593d4cfac316f..68416fae4feafa37ea20273c8ab3c47fd1ea5106 100644 (file)
        };
 };
 
+&sdio0 {
+       bus-width = <4>;
+       cap-sd-highspeed;
+       cap-sdio-irq;
+       clock-frequency = <50000000>;
+       disable-wp;
+       keep-power-in-suspend;
+       max-frequency = <50000000>;
+       mmc-pwrseq = <&sdio_pwrseq>;
+       non-removable;
+       pinctrl-names = "default";
+       pinctrl-0 = <&sdio0_bus4 &sdio0_cmd &sdio0_clk>;
+       sd-uhs-sdr104;
+       status = "okay";
+};
+
 &spdif {
        i2c-scl-rising-time-ns = <450>;
        i2c-scl-falling-time-ns = <15>;
index 46c95ccfd5cb4174fd1b8b2467b9a4514f8c5c23..31568b4e8aa1cc6a2399dad41337decdfe70f499 100644 (file)
        status = "okay";
 };
 
-&sdio0 {
-       bus-width = <4>;
-       cap-sd-highspeed;
-       cap-sdio-irq;
-       clock-frequency = <50000000>;
-       disable-wp;
-       keep-power-in-suspend;
-       max-frequency = <50000000>;
-       mmc-pwrseq = <&sdio_pwrseq>;
-       non-removable;
-       pinctrl-names = "default";
-       pinctrl-0 = <&sdio0_bus4 &sdio0_cmd &sdio0_clk>;
-       sd-uhs-sdr104;
-       status = "okay";
-};
-
 &sdmmc {
        bus-width = <4>;
        cap-mmc-highspeed;