diff options
author | Benoit Parrot <bparrot@ti.com> | 2013-08-08 19:28:14 -0400 |
---|---|---|
committer | Benoit Cousson <bcousson@baylibre.com> | 2013-10-11 15:06:42 -0400 |
commit | d6cfc1e266d34d5b1f8a26bb272d2d2c466d89b8 (patch) | |
tree | 6ebbbb8e15bf984b9b8dd449406892b9c05bcff4 /arch/arm/boot/dts/am33xx.dtsi | |
parent | 099f3a854832c5d30188783ad48ea9e302fba4f8 (diff) |
ARM: dts: AM33XX: Add LCDC info into am335x-evm
Add LCDC device node in DT for am33xx
Add LCDC and Panel info in DT for am335x-evm
Changes:
- remove redundant/unnecessary SoC specific setting in the board dts
- resolved conflicts on for_3.13/dts
Signed-off-by: Benoit Parrot <bparrot@ti.com>
Signed-off-by: Joel Fernandes <joelf@ti.com>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
Diffstat (limited to 'arch/arm/boot/dts/am33xx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am33xx.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index c87bf4b8acf2..7db3c81d1563 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/arch/arm/boot/dts/am33xx.dtsi | |||
@@ -684,6 +684,15 @@ | |||
684 | status = "disabled"; | 684 | status = "disabled"; |
685 | }; | 685 | }; |
686 | 686 | ||
687 | lcdc: lcdc@4830e000 { | ||
688 | compatible = "ti,am33xx-tilcdc"; | ||
689 | reg = <0x4830e000 0x1000>; | ||
690 | interrupt-parent = <&intc>; | ||
691 | interrupts = <36>; | ||
692 | ti,hwmods = "lcdc"; | ||
693 | status = "disabled"; | ||
694 | }; | ||
695 | |||
687 | tscadc: tscadc@44e0d000 { | 696 | tscadc: tscadc@44e0d000 { |
688 | compatible = "ti,am3359-tscadc"; | 697 | compatible = "ti,am3359-tscadc"; |
689 | reg = <0x44e0d000 0x1000>; | 698 | reg = <0x44e0d000 0x1000>; |