Message ID | 20210820131920.1831-1-jbx6244@gmail.com |
---|---|
State | New |
Headers | show |
Series | ARM: dts: rockchip: remove cap-mmc-highspeed property from mk808 &mmc0 node | expand |
diff --git a/arch/arm/boot/dts/rk3066a-mk808.dts b/arch/arm/boot/dts/rk3066a-mk808.dts index 9790bc63b..b67f5cb51 100644 --- a/arch/arm/boot/dts/rk3066a-mk808.dts +++ b/arch/arm/boot/dts/rk3066a-mk808.dts @@ -123,7 +123,6 @@ &mmc0 { bus-width = <4>; - cap-mmc-highspeed; cap-sd-highspeed; vmmc-supply = <&vcc_sd>; status = "okay";
On the MK808 only a microSD slot is connected with the SDMMC Host Controller, so remove the cap-mmc-highspeed property from the &mmc0 node. Signed-off-by: Johan Jonker <jbx6244@gmail.com> --- arch/arm/boot/dts/rk3066a-mk808.dts | 1 - 1 file changed, 1 deletion(-)