Commit 087b0470 authored by Russell King's avatar Russell King Committed by Jason Cooper

ARM: dts: dove: add DT LCD controllers

Add the DT fragment for the Marvell Dove LCD controllers.
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
Acked-by: default avatarSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Link: https://lkml.kernel.org/r/E1XAKGS-0004WE-8h@rmk-PC.arm.linux.org.ukSigned-off-by: default avatarJason Cooper <jason@lakedaemon.net>
parent 112dc53d
......@@ -630,6 +630,20 @@ gpio2: gpio-ctrl@e8400 {
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";
};
};
};
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment