Message ID | 20220205235312.446730-1-linus.walleij@linaro.org (mailing list archive) |
---|---|
State | Accepted |
Commit | d9058d6a0e92d8e4a00855f8fe204792f42794db |
Headers | show |
Series | ARM: dts: Fix boot regression on Skomer | expand |
Hello: This patch was applied to soc/soc.git (arm/fixes) by Arnd Bergmann <arnd@arndb.de>: On Sun, 6 Feb 2022 00:53:12 +0100 you wrote: > 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> > > [...] Here is the summary with links: - ARM: dts: Fix boot regression on Skomer https://git.kernel.org/soc/soc/c/d9058d6a0e92 You are awesome, thank you!
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>;
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(-)