diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-03-20 02:18:27 -0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-03-20 02:18:27 -0400 |
commit | 703cc5df19d5dfaeaab8695eba8ca436ca3a8b6f (patch) | |
tree | cc07d39b543151c824e68c3e8ebf323f4214cc64 /arch/arm/boot/dts/omap3-n900.dts | |
parent | 17d5ca91cfc59ae91da5ff9da74ab09a9a2a17d9 (diff) | |
parent | 1133420fe1a05789b1566f3e49f9d2e66703b93f (diff) |
Merge branch '3.15/dss-dt-dts' into 3.15/fbdev
OMAP DSS related .dts changes
Diffstat (limited to 'arch/arm/boot/dts/omap3-n900.dts')
-rw-r--r-- | arch/arm/boot/dts/omap3-n900.dts | 167 |
1 files changed, 163 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts index 0bf40c90faba..1a57b61f5e24 100644 --- a/arch/arm/boot/dts/omap3-n900.dts +++ b/arch/arm/boot/dts/omap3-n900.dts | |||
@@ -74,6 +74,22 @@ | |||
74 | }; | 74 | }; |
75 | }; | 75 | }; |
76 | 76 | ||
77 | isp1704: isp1704 { | ||
78 | compatible = "nxp,isp1704"; | ||
79 | nxp,enable-gpio = <&gpio3 3 GPIO_ACTIVE_HIGH>; | ||
80 | usb-phy = <&usb2_phy>; | ||
81 | }; | ||
82 | |||
83 | tv: connector { | ||
84 | compatible = "composite-connector"; | ||
85 | label = "tv"; | ||
86 | |||
87 | port { | ||
88 | tv_connector_in: endpoint { | ||
89 | remote-endpoint = <&venc_out>; | ||
90 | }; | ||
91 | }; | ||
92 | }; | ||
77 | }; | 93 | }; |
78 | 94 | ||
79 | &omap3_pmx_core { | 95 | &omap3_pmx_core { |
@@ -140,11 +156,23 @@ | |||
140 | >; | 156 | >; |
141 | }; | 157 | }; |
142 | 158 | ||
143 | display_pins: pinmux_display_pins { | 159 | acx565akm_pins: pinmux_acx565akm_pins { |
144 | pinctrl-single,pins = < | 160 | pinctrl-single,pins = < |
145 | 0x0d4 (PIN_OUTPUT | MUX_MODE4) /* RX51_LCD_RESET_GPIO */ | 161 | 0x0d4 (PIN_OUTPUT | MUX_MODE4) /* RX51_LCD_RESET_GPIO */ |
146 | >; | 162 | >; |
147 | }; | 163 | }; |
164 | |||
165 | dss_sdi_pins: pinmux_dss_sdi_pins { | ||
166 | pinctrl-single,pins = < | ||
167 | 0x0c0 (PIN_OUTPUT | MUX_MODE1) /* dss_data10.sdi_dat1n */ | ||
168 | 0x0c2 (PIN_OUTPUT | MUX_MODE1) /* dss_data11.sdi_dat1p */ | ||
169 | 0x0c4 (PIN_OUTPUT | MUX_MODE1) /* dss_data12.sdi_dat2n */ | ||
170 | 0x0c6 (PIN_OUTPUT | MUX_MODE1) /* dss_data13.sdi_dat2p */ | ||
171 | |||
172 | 0x0d8 (PIN_OUTPUT | MUX_MODE1) /* dss_data22.sdi_clkp */ | ||
173 | 0x0da (PIN_OUTPUT | MUX_MODE1) /* dss_data23.sdi_clkn */ | ||
174 | >; | ||
175 | }; | ||
148 | }; | 176 | }; |
149 | 177 | ||
150 | &i2c1 { | 178 | &i2c1 { |
@@ -254,6 +282,61 @@ | |||
254 | }; | 282 | }; |
255 | }; | 283 | }; |
256 | 284 | ||
285 | &twl_keypad { | ||
286 | linux,keymap = < 0x00000010 /* KEY_Q */ | ||
287 | 0x00010018 /* KEY_O */ | ||
288 | 0x00020019 /* KEY_P */ | ||
289 | 0x00030033 /* KEY_COMMA */ | ||
290 | 0x0004000e /* KEY_BACKSPACE */ | ||
291 | 0x0006001e /* KEY_A */ | ||
292 | 0x0007001f /* KEY_S */ | ||
293 | |||
294 | 0x01000011 /* KEY_W */ | ||
295 | 0x01010020 /* KEY_D */ | ||
296 | 0x01020021 /* KEY_F */ | ||
297 | 0x01030022 /* KEY_G */ | ||
298 | 0x01040023 /* KEY_H */ | ||
299 | 0x01050024 /* KEY_J */ | ||
300 | 0x01060025 /* KEY_K */ | ||
301 | 0x01070026 /* KEY_L */ | ||
302 | |||
303 | 0x02000012 /* KEY_E */ | ||
304 | 0x02010034 /* KEY_DOT */ | ||
305 | 0x02020067 /* KEY_UP */ | ||
306 | 0x0203001c /* KEY_ENTER */ | ||
307 | 0x0205002c /* KEY_Z */ | ||
308 | 0x0206002d /* KEY_X */ | ||
309 | 0x0207002e /* KEY_C */ | ||
310 | 0x02080043 /* KEY_F9 */ | ||
311 | |||
312 | 0x03000013 /* KEY_R */ | ||
313 | 0x0301002f /* KEY_V */ | ||
314 | 0x03020030 /* KEY_B */ | ||
315 | 0x03030031 /* KEY_N */ | ||
316 | 0x03040032 /* KEY_M */ | ||
317 | 0x03050039 /* KEY_SPACE */ | ||
318 | 0x03060039 /* KEY_SPACE */ | ||
319 | 0x03070069 /* KEY_LEFT */ | ||
320 | |||
321 | 0x04000014 /* KEY_T */ | ||
322 | 0x0401006c /* KEY_DOWN */ | ||
323 | 0x0402006a /* KEY_RIGHT */ | ||
324 | 0x0404001d /* KEY_LEFTCTRL */ | ||
325 | 0x04050064 /* KEY_RIGHTALT */ | ||
326 | 0x0406002a /* KEY_LEFTSHIFT */ | ||
327 | 0x04080044 /* KEY_F10 */ | ||
328 | |||
329 | 0x05000015 /* KEY_Y */ | ||
330 | 0x05080057 /* KEY_F11 */ | ||
331 | |||
332 | 0x06000016 /* KEY_U */ | ||
333 | |||
334 | 0x07000017 /* KEY_I */ | ||
335 | 0x07010041 /* KEY_F7 */ | ||
336 | 0x07020042 /* KEY_F8 */ | ||
337 | >; | ||
338 | }; | ||
339 | |||
257 | &twl_gpio { | 340 | &twl_gpio { |
258 | ti,pullups = <0x0>; | 341 | ti,pullups = <0x0>; |
259 | ti,pulldowns = <0x03ff3f>; /* BIT(0..5) | BIT(8..17) */ | 342 | ti,pulldowns = <0x03ff3f>; /* BIT(0..5) | BIT(8..17) */ |
@@ -291,6 +374,13 @@ | |||
291 | DVDD-supply = <&vio>; | 374 | DVDD-supply = <&vio>; |
292 | }; | 375 | }; |
293 | 376 | ||
377 | tsl2563: tsl2563@29 { | ||
378 | compatible = "amstaos,tsl2563"; | ||
379 | reg = <0x29>; | ||
380 | |||
381 | amstaos,cover-comp-gain = <16>; | ||
382 | }; | ||
383 | |||
294 | lp5523: lp5523@32 { | 384 | lp5523: lp5523@32 { |
295 | compatible = "national,lp5523"; | 385 | compatible = "national,lp5523"; |
296 | reg = <0x32>; | 386 | reg = <0x32>; |
@@ -356,6 +446,29 @@ | |||
356 | compatible = "ti,bq27200"; | 446 | compatible = "ti,bq27200"; |
357 | reg = <0x55>; | 447 | reg = <0x55>; |
358 | }; | 448 | }; |
449 | |||
450 | tpa6130a2: tpa6130a2@60 { | ||
451 | compatible = "ti,tpa6130a2"; | ||
452 | reg = <0x60>; | ||
453 | |||
454 | Vdd-supply = <&vmmc2>; | ||
455 | |||
456 | power-gpio = <&gpio4 2 GPIO_ACTIVE_HIGH>; /* 98 */ | ||
457 | }; | ||
458 | |||
459 | bq24150a: bq24150a@6b { | ||
460 | compatible = "ti,bq24150a"; | ||
461 | reg = <0x6b>; | ||
462 | |||
463 | ti,current-limit = <100>; | ||
464 | ti,weak-battery-voltage = <3400>; | ||
465 | ti,battery-regulation-voltage = <4200>; | ||
466 | ti,charge-current = <650>; | ||
467 | ti,termination-current = <100>; | ||
468 | ti,resistor-sense = <68>; | ||
469 | |||
470 | ti,usb-charger-detection = <&isp1704>; | ||
471 | }; | ||
359 | }; | 472 | }; |
360 | 473 | ||
361 | &i2c3 { | 474 | &i2c3 { |
@@ -471,13 +584,23 @@ | |||
471 | spi-max-frequency = <6000000>; | 584 | spi-max-frequency = <6000000>; |
472 | reg = <0>; | 585 | reg = <0>; |
473 | }; | 586 | }; |
474 | mipid@2 { | 587 | |
475 | compatible = "acx565akm"; | 588 | acx565akm@2 { |
589 | compatible = "sony,acx565akm"; | ||
476 | spi-max-frequency = <6000000>; | 590 | spi-max-frequency = <6000000>; |
477 | reg = <2>; | 591 | reg = <2>; |
478 | 592 | ||
479 | pinctrl-names = "default"; | 593 | pinctrl-names = "default"; |
480 | pinctrl-0 = <&display_pins>; | 594 | pinctrl-0 = <&acx565akm_pins>; |
595 | |||
596 | label = "lcd"; | ||
597 | reset-gpios = <&gpio3 26 GPIO_ACTIVE_HIGH>; /* 90 */ | ||
598 | |||
599 | port { | ||
600 | lcd_in: endpoint { | ||
601 | remote-endpoint = <&sdi_out>; | ||
602 | }; | ||
603 | }; | ||
481 | }; | 604 | }; |
482 | }; | 605 | }; |
483 | 606 | ||
@@ -503,3 +626,39 @@ | |||
503 | pinctrl-names = "default"; | 626 | pinctrl-names = "default"; |
504 | pinctrl-0 = <&uart3_pins>; | 627 | pinctrl-0 = <&uart3_pins>; |
505 | }; | 628 | }; |
629 | |||
630 | &dss { | ||
631 | status = "ok"; | ||
632 | |||
633 | pinctrl-names = "default"; | ||
634 | pinctrl-0 = <&dss_sdi_pins>; | ||
635 | |||
636 | vdds_sdi-supply = <&vaux1>; | ||
637 | |||
638 | ports { | ||
639 | #address-cells = <1>; | ||
640 | #size-cells = <0>; | ||
641 | |||
642 | port@1 { | ||
643 | reg = <1>; | ||
644 | |||
645 | sdi_out: endpoint { | ||
646 | remote-endpoint = <&lcd_in>; | ||
647 | datapairs = <2>; | ||
648 | }; | ||
649 | }; | ||
650 | }; | ||
651 | }; | ||
652 | |||
653 | &venc { | ||
654 | status = "ok"; | ||
655 | |||
656 | vdda-supply = <&vdac>; | ||
657 | |||
658 | port { | ||
659 | venc_out: endpoint { | ||
660 | remote-endpoint = <&tv_connector_in>; | ||
661 | ti,channels = <1>; | ||
662 | }; | ||
663 | }; | ||
664 | }; | ||