arm64: dts: rockchip: nanopc-t6 sdmmc beautification
authorJohn Clark <inindev@gmail.com>
Thu, 28 Dec 2023 17:29:35 +0000 (17:29 +0000)
committerHeiko Stuebner <heiko@sntech.de>
Fri, 29 Dec 2023 21:50:58 +0000 (22:50 +0100)
drop max-frequency = <200000000> as it is already defined in rk3588s.dtsi
order no-sdio & no-mmc properties while we are here

Signed-off-by: John Clark <inindev@gmail.com>
Link: https://lore.kernel.org/r/20231228173011.2863-1-inindev@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dts

index 0fc48fb0d34d1995822ffc7afa49f109df46430f..f7f801d5e508d2895f2ef263a49e948fc623c3b9 100644 (file)
 };
 
 &sdmmc {
-       max-frequency = <200000000>;
-       no-sdio;
-       no-mmc;
        bus-width = <4>;
        cap-mmc-highspeed;
        cap-sd-highspeed;
        disable-wp;
+       no-mmc;
+       no-sdio;
        sd-uhs-sdr104;
        vmmc-supply = <&vcc_3v3_s3>;
        vqmmc-supply = <&vccio_sd_s0>;