summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/dove.dtsi
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2018-06-24 14:05:12 +0100
committerRussell King <rmk+kernel@armlinux.org.uk>2020-08-04 17:42:16 +0100
commitc89bd151052ec106b9876107e3b4b5d29635828d (patch)
tree2c47969101cea1bf4b103ccdac613039a8f0a0f0 /arch/arm/boot/dts/dove.dtsi
parent7dd85aac7fb8f5f66270a2a1d9a262914a7a2ae8 (diff)
ARM: dts: cubox: add LCD controller and TDA998x configuration
Add DT configuration for the HDMI display output on the Dove Cubox. This adds support for the LCD0 controller which is connected to a TDA19988 HDMI encoder. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/boot/dts/dove.dtsi')
-rw-r--r--arch/arm/boot/dts/dove.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/dove.dtsi b/arch/arm/boot/dts/dove.dtsi
index 89e0bdaf3a85..8ed3080def5b 100644
--- a/arch/arm/boot/dts/dove.dtsi
+++ b/arch/arm/boot/dts/dove.dtsi
@@ -770,14 +770,14 @@
};
lcd1: lcd-controller@810000 {
- compatible = "marvell,dove-lcd";
+ compatible = "marvell,dove-lcd", "marvell,armada-lcdc";
reg = <0x810000 0x1000>;
interrupts = <46>;
status = "disabled";
};
lcd0: lcd-controller@820000 {
- compatible = "marvell,dove-lcd";
+ compatible = "marvell,dove-lcd", "marvell,armada-lcdc";
reg = <0x820000 0x1000>;
interrupts = <47>;
status = "disabled";