dcae3ef009
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 38932
19 lines
428 B
Diff
19 lines
428 B
Diff
--- a/arch/arm/boot/dts/am33xx.dtsi
|
|
+++ b/arch/arm/boot/dts/am33xx.dtsi
|
|
@@ -678,6 +678,15 @@
|
|
status = "disabled";
|
|
};
|
|
|
|
+ lcdc: lcdc@4830e000 {
|
|
+ compatible = "ti,am33xx-tilcdc";
|
|
+ reg = <0x4830e000 0x1000>;
|
|
+ interrupt-parent = <&intc>;
|
|
+ interrupts = <36>;
|
|
+ ti,hwmods = "lcdc";
|
|
+ status = "disabled";
|
|
+ };
|
|
+
|
|
tscadc: tscadc@44e0d000 {
|
|
compatible = "ti,am3359-tscadc";
|
|
reg = <0x44e0d000 0x1000>;
|