projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
112dc53
)
ARM: dts: dove: add DT LCD controllers
author
Russell King
<rmk+kernel@arm.linux.org.uk>
Thu, 24 Jul 2014 14:45:00 +0000
(15:45 +0100)
committer
Jason Cooper
<jason@lakedaemon.net>
Fri, 25 Jul 2014 00:07:22 +0000
(
00:07
+0000)
Add the DT fragment for the Marvell Dove LCD controllers.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Link:
https://lkml.kernel.org/r/E1XAKGS-0004WE-8h@rmk-PC.arm.linux.org.uk
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/boot/dts/dove.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/dove.dtsi
b/arch/arm/boot/dts/dove.dtsi
index 3b891dd209933551b82a36aa04c6213214fb672c..a5441d5482a63a0a9203f3333b96c87ec1912b11 100644
(file)
--- 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";
+ };
};
};
};