projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d6d6b5
)
ARM: dts: lpc18xx: add pl111 lcd controller node
author
Joachim Eastwood
<manabian@gmail.com>
Thu, 30 Jul 2015 22:24:20 +0000
(
00:24
+0200)
committer
Olof Johansson
<olof@lixom.net>
Wed, 5 Aug 2015 17:30:13 +0000
(19:30 +0200)
NXP LPC185x and LPC435x/70 devices contain a ARM PL111 lcd controller.
Signed-off-by: Joachim Eastwood <joachim.eastwood@gmail.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/boot/dts/lpc18xx.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/lpc18xx.dtsi
b/arch/arm/boot/dts/lpc18xx.dtsi
index afd9d3b40eb1baad172acc18c9a75ec2e9807766..619d1732a04262e10c98b38d8eee99df49078dc4 100644
(file)
--- a/
arch/arm/boot/dts/lpc18xx.dtsi
+++ b/
arch/arm/boot/dts/lpc18xx.dtsi
@@
-97,6
+97,16
@@
status = "disabled";
};
+ lcdc: lcd-controller@40008000 {
+ compatible = "arm,pl111", "arm,primecell";
+ reg = <0x40008000 0x1000>;
+ interrupts = <7>;
+ interrupt-names = "combined";
+ clocks = <&cgu BASE_LCD_CLK>, <&ccu1 CLK_CPU_LCD>;
+ clock-names = "clcdclk", "apb_pclk";
+ status = "disabled";
+ };
+
mac: ethernet@40010000 {
compatible = "nxp,lpc1850-dwmac", "snps,dwmac-3.611", "snps,dwmac";
reg = <0x40010000 0x2000>;