Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: Delete bogus reference to the charlcd

The EB MP board probably has a character LCD but the board manual does
not really state which IRQ it has assigned to this device. The invalid
assignment was a mistake by me during submission of the DTSI where I was
looking for the reference, didn't find it and didn't fill it in.

Delete this for now: it can probably be fixed but that requires access
to the actual board for some trial-and-error experiments.

Reported-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>

authored by

Linus Walleij and committed by
Olof Johansson
586b2a4b 8ef9aea8

-5
-5
arch/arm/boot/dts/arm-realview-eb-mp.dtsi
··· 150 150 interrupts = <0 8 IRQ_TYPE_LEVEL_HIGH>; 151 151 }; 152 152 153 - &charlcd { 154 - interrupt-parent = <&intc>; 155 - interrupts = <0 IRQ_TYPE_LEVEL_HIGH>; 156 - }; 157 - 158 153 &serial0 { 159 154 interrupt-parent = <&intc>; 160 155 interrupts = <0 4 IRQ_TYPE_LEVEL_HIGH>;