ARM: ux500: disable msp2 node on Snowball
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 2 Sep 2014 12:41:21 +0000 (14:41 +0200)
committerKevin Hilman <khilman@linaro.org>
Tue, 2 Sep 2014 17:57:25 +0000 (10:57 -0700)
Analogous to commit 8858d88a25142544843869f0cd3e6654aa7b4aec
that fixed commit 70b41abc151f9
"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: Linus Walleij <linus.walleij@linaro.org>
Tested-by: Kevin Hilman <khilman@linaro.org>
Signed-off-by: Kevin Hilman <khilman@linaro.org>
arch/arm/boot/dts/ste-snowball.dts

index 4a2000c..3e97a66 100644 (file)
                msp2: msp@80117000 {
                        pinctrl-names = "default";
                        pinctrl-0 = <&msp2_default_mode>;
-                       status = "okay";
                };
 
                msp3: msp@80125000 {