arm64: dts: rockchip: remove bus-width from mmc nodes in rk3308-roc-cc
authorJohan Jonker <jbx6244@gmail.com>
Wed, 15 Apr 2020 13:10:57 +0000 (15:10 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Sun, 19 Apr 2020 12:21:47 +0000 (14:21 +0200)
The 'bus-width' property for mmc nodes is defined both in
'rk3308.dtsi' and 'rk3308-roc-cc.dts'.
'bus-width' and pinctrl containing the bus-pins
should be in the same file, so remove all entries
from mmc nodes in 'rk3308-roc-cc.dts'.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/20200415131057.2366-1-jbx6244@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3308-roc-cc.dts

index aa256350b18f967066b88b5558f8c01ba739c6b5..8011e9b12347b8dc9d0941d34b8c1d9334fb604e 100644 (file)
 };
 
 &emmc {
-       bus-width = <8>;
        cap-mmc-highspeed;
        disable-wp;
        mmc-hs200-1_8v;
 };
 
 &sdmmc {
-       bus-width = <4>;
        cap-mmc-highspeed;
        cap-sd-highspeed;
        card-detect-delay = <300>;