Skip to content

Commit

Permalink
ARM: ux500: disable msp2 device tree node
Browse files Browse the repository at this point in the history
Commit 70b41ab
"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.

Fix this up by marking the node disabled again.

Acked-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Kevin Hilman <khilman@linaro.org>
  • Loading branch information
Linus Walleij authored and Kevin Hilman committed Feb 11, 2014
1 parent 46f5b96 commit 8858d88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/boot/dts/ste-href.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@
msp2: msp@80117000 {
pinctrl-names = "default";
pinctrl-0 = <&msp2_default_mode>;
status = "okay";
};

msp3: msp@80125000 {
Expand Down

0 comments on commit 8858d88

Please sign in to comment.