arm64: dts: rockchip: remove bus-width from mmc nodes in px30 dts files
authorJohan Jonker <jbx6244@gmail.com>
Wed, 15 Jul 2020 07:09:54 +0000 (09:09 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Sat, 18 Jul 2020 14:19:55 +0000 (16:19 +0200)
'bus-width' has been added to px30.dtsi mmc nodes, so now it can be
removed from the dts files that include it.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/20200715070954.1992-1-jbx6244@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/px30-evb.dts
arch/arm64/boot/dts/rockchip/rk3326-odroid-go2.dts

index 0a680257d9c298648185c784b8202288e2458a85..5fe905fae9a8f339cd8141bb964b569a7068df54 100644 (file)
 };
 
 &emmc {
-       bus-width = <8>;
        cap-mmc-highspeed;
        mmc-hs200-1_8v;
        non-removable;
 };
 
 &sdmmc {
-       bus-width = <4>;
        cap-mmc-highspeed;
        cap-sd-highspeed;
        card-detect-delay = <800>;
 };
 
 &sdio {
-       bus-width = <4>;
        cap-sd-highspeed;
        keep-power-in-suspend;
        non-removable;
index b3a8f936578f7f617a60c742c7f03d2e6e6dc12a..35bd6b904b9c765785b2ec40cbdb2919eab7a660 100644 (file)
 };
 
 &sdmmc {
-       bus-width = <4>;
        cap-sd-highspeed;
        card-detect-delay = <200>;
        cd-gpios = <&gpio0 RK_PA3 GPIO_ACTIVE_LOW>; /*[> CD GPIO <]*/