From: Russell King Date: Thu, 24 Jul 2014 14:45:00 +0000 (+0100) Subject: ARM: dts: dove: add DT LCD controllers X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=087b04701111e07f7abb799801ceed256f49cf6e;p=linux-beck.git ARM: dts: dove: add DT LCD controllers Add the DT fragment for the Marvell Dove LCD controllers. Signed-off-by: Russell King Acked-by: Sebastian Hesselbarth Link: https://lkml.kernel.org/r/E1XAKGS-0004WE-8h@rmk-PC.arm.linux.org.uk Signed-off-by: Jason Cooper --- diff --git a/arch/arm/boot/dts/dove.dtsi b/arch/arm/boot/dts/dove.dtsi index 3b891dd20993..a5441d5482a6 100644 --- a/arch/arm/boot/dts/dove.dtsi +++ b/arch/arm/boot/dts/dove.dtsi @@ -630,6 +630,20 @@ reg = <0xe8400 0x0c>; ngpios = <8>; }; + + lcd1: lcd-controller@810000 { + compatible = "marvell,dove-lcd"; + reg = <0x810000 0x1000>; + interrupts = <46>; + status = "disabled"; + }; + + lcd0: lcd-controller@820000 { + compatible = "marvell,dove-lcd"; + reg = <0x820000 0x1000>; + interrupts = <47>; + status = "disabled"; + }; }; }; };