The signal routing on the Skomer board was incorrect making it impossible to mount root from the SD card. Fix this up.
Cc: stable@vger.kernel.org Cc: Stefan Hansson newbyte@disroot.org Signed-off-by: Linus Walleij linus.walleij@linaro.org --- ARM SoC folks: please apply this directly for fixes. --- arch/arm/boot/dts/ste-ux500-samsung-skomer.dts | 4 ---- 1 file changed, 4 deletions(-)
diff --git a/arch/arm/boot/dts/ste-ux500-samsung-skomer.dts b/arch/arm/boot/dts/ste-ux500-samsung-skomer.dts index 9d09dffc1aa5..1129b5049805 100644 --- a/arch/arm/boot/dts/ste-ux500-samsung-skomer.dts +++ b/arch/arm/boot/dts/ste-ux500-samsung-skomer.dts @@ -207,10 +207,6 @@ mmc@80126000 { cap-sd-highspeed; cap-mmc-highspeed; /* All direction control is used */ - st,sig-dir-cmd; - st,sig-dir-dat0; - st,sig-dir-dat2; - st,sig-dir-dat31; st,sig-pin-fbclk; full-pwr-cycle; vmmc-supply = <&ab8500_ldo_aux3_reg>;
linux-stable-mirror@lists.linaro.org