diff options
Diffstat (limited to 'arch/arm/boot/dts/omap3-sbc-t3530.dts')
-rw-r--r-- | arch/arm/boot/dts/omap3-sbc-t3530.dts | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-sbc-t3530.dts b/arch/arm/boot/dts/omap3-sbc-t3530.dts index bbbeea6b1988..8dfc1df8cc17 100644 --- a/arch/arm/boot/dts/omap3-sbc-t3530.dts +++ b/arch/arm/boot/dts/omap3-sbc-t3530.dts | |||
@@ -8,6 +8,10 @@ | |||
8 | / { | 8 | / { |
9 | model = "CompuLab SBC-T3530 with CM-T3530"; | 9 | model = "CompuLab SBC-T3530 with CM-T3530"; |
10 | compatible = "compulab,omap3-sbc-t3530", "compulab,omap3-cm-t3530", "ti,omap34xx", "ti,omap3"; | 10 | compatible = "compulab,omap3-sbc-t3530", "compulab,omap3-cm-t3530", "ti,omap34xx", "ti,omap3"; |
11 | |||
12 | aliases { | ||
13 | display0 = &dvi0; | ||
14 | }; | ||
11 | }; | 15 | }; |
12 | 16 | ||
13 | &omap3_pmx_core { | 17 | &omap3_pmx_core { |
@@ -34,3 +38,13 @@ | |||
34 | &mmc1 { | 38 | &mmc1 { |
35 | cd-gpios = <&twl_gpio 0 GPIO_ACTIVE_HIGH>; | 39 | cd-gpios = <&twl_gpio 0 GPIO_ACTIVE_HIGH>; |
36 | }; | 40 | }; |
41 | |||
42 | &dss { | ||
43 | port { | ||
44 | dpi_out: endpoint { | ||
45 | remote-endpoint = <&tfp410_in>; | ||
46 | data-lines = <24>; | ||
47 | }; | ||
48 | }; | ||
49 | }; | ||
50 | |||