提交 087b0470 编写于 作者: R Russell King 提交者: Jason Cooper

ARM: dts: dove: add DT LCD controllers

Add the DT fragment for the Marvell Dove LCD controllers.
Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
Acked-by: NSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Link: https://lkml.kernel.org/r/E1XAKGS-0004WE-8h@rmk-PC.arm.linux.org.ukSigned-off-by: NJason Cooper <jason@lakedaemon.net>
上级 112dc53d
......@@ -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";
};
};
};
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册