Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

ARM: dts: dove: add DT LCD controllers

parent 112dc53d
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -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";
			};
		};
	};
};