Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dbd366fd authored by Linus Walleij's avatar Linus Walleij Committed by Kevin Hilman
Browse files

ARM: ux500: disable msp2 node on Snowball



Analogous to commit 8858d88a
that fixed commit 70b41abc
"ARM: ux500: move MSP pin control to the device tree"
accidentally activated MSP2, giving rise to a boot scroll
scream as the kernel attempts to probe a driver for it and
fails to obtain DMA channel 14.

For some reason I forgot to fix this on the Snowball. Fix
this up by marking the node disabled again.

Cc: Lee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Tested-by: default avatarKevin Hilman <khilman@linaro.org>
Signed-off-by: default avatarKevin Hilman <khilman@linaro.org>
parent e160cc17
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -116,7 +116,6 @@
		msp2: msp@80117000 {
			pinctrl-names = "default";
			pinctrl-0 = <&msp2_default_mode>;
			status = "okay";
		};

		msp3: msp@80125000 {