diff options
author | Arnd Bergmann <arnd@arndb.de> | 2016-09-23 10:21:43 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2016-09-23 10:21:43 -0400 |
commit | 7dd84f065c5fea2c3af945b1e94cd734b3416fa8 (patch) | |
tree | 3e384110642babeb69dc7336b90a025c7fb3de3e | |
parent | 2008ee090c1b76dbbc435a39a6932854ee98d213 (diff) | |
parent | ce385a5e7a85c023af2e013101d4fe2240beec21 (diff) |
Merge tag 'omap-for-v4.9/dt-pt3-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/dt
Pull "few minor fixes for omap dts files for v4.9 merge window"
Few fixes for omap dts files for v4.9 merge window. Let's also add
the tilcdc quirks:
- Fix typo with recent beagleboard-x15 changes for mmc2_pins_default
- Add am335x blue-and-red-wiring quirk as specified in the binding in
Documentation/devicetree/bindings/display/tilcdc/tilcdc.txt. Also
fix up the whitespace formatting for am335x-evmsk.
- Fix for recent igepv5 power button for GPIO_ACTIVE_LOW. Also fix
up the whitespace formatting for the button
* tag 'omap-for-v4.9/dt-pt3-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
ARM: dts: omap5-igep0050.dts: Use tabs for indentation
ARM: dts: Fix igepv5 power button GPIO direction
ARM: dts: am335x-evmsk: Add blue-and-red-wiring -property to lcdc node
ARM: dts: am335x-evmsk: Whitespace cleanup of lcdc related nodes
ARM: dts: am335x-evm: Add blue-and-red-wiring -property to lcdc node
ARM: dts: am57xx-beagle-x15-common: Fix wrong pinctrl selection for mmc2
-rw-r--r-- | arch/arm/boot/dts/am335x-evm.dts | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/am335x-evmsk.dts | 42 | ||||
-rw-r--r-- | arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/omap5-igep0050.dts | 4 |
4 files changed, 27 insertions, 23 deletions
diff --git a/arch/arm/boot/dts/am335x-evm.dts b/arch/arm/boot/dts/am335x-evm.dts index 3cf896a2a204..e82432c79f85 100644 --- a/arch/arm/boot/dts/am335x-evm.dts +++ b/arch/arm/boot/dts/am335x-evm.dts | |||
@@ -497,6 +497,8 @@ | |||
497 | 497 | ||
498 | &lcdc { | 498 | &lcdc { |
499 | status = "okay"; | 499 | status = "okay"; |
500 | |||
501 | blue-and-red-wiring = "crossed"; | ||
500 | }; | 502 | }; |
501 | 503 | ||
502 | &elm { | 504 | &elm { |
diff --git a/arch/arm/boot/dts/am335x-evmsk.dts b/arch/arm/boot/dts/am335x-evmsk.dts index 0e5e8dcdcc24..975c36e332a2 100644 --- a/arch/arm/boot/dts/am335x-evmsk.dts +++ b/arch/arm/boot/dts/am335x-evmsk.dts | |||
@@ -170,29 +170,29 @@ | |||
170 | pinctrl-1 = <&lcd_pins_sleep>; | 170 | pinctrl-1 = <&lcd_pins_sleep>; |
171 | status = "okay"; | 171 | status = "okay"; |
172 | panel-info { | 172 | panel-info { |
173 | ac-bias = <255>; | 173 | ac-bias = <255>; |
174 | ac-bias-intrpt = <0>; | 174 | ac-bias-intrpt = <0>; |
175 | dma-burst-sz = <16>; | 175 | dma-burst-sz = <16>; |
176 | bpp = <32>; | 176 | bpp = <32>; |
177 | fdd = <0x80>; | 177 | fdd = <0x80>; |
178 | sync-edge = <0>; | 178 | sync-edge = <0>; |
179 | sync-ctrl = <1>; | 179 | sync-ctrl = <1>; |
180 | raster-order = <0>; | 180 | raster-order = <0>; |
181 | fifo-th = <0>; | 181 | fifo-th = <0>; |
182 | }; | 182 | }; |
183 | display-timings { | 183 | display-timings { |
184 | 480x272 { | 184 | 480x272 { |
185 | hactive = <480>; | 185 | hactive = <480>; |
186 | vactive = <272>; | 186 | vactive = <272>; |
187 | hback-porch = <43>; | 187 | hback-porch = <43>; |
188 | hfront-porch = <8>; | 188 | hfront-porch = <8>; |
189 | hsync-len = <4>; | 189 | hsync-len = <4>; |
190 | vback-porch = <12>; | 190 | vback-porch = <12>; |
191 | vfront-porch = <4>; | 191 | vfront-porch = <4>; |
192 | vsync-len = <10>; | 192 | vsync-len = <10>; |
193 | clock-frequency = <9000000>; | 193 | clock-frequency = <9000000>; |
194 | hsync-active = <0>; | 194 | hsync-active = <0>; |
195 | vsync-active = <0>; | 195 | vsync-active = <0>; |
196 | }; | 196 | }; |
197 | }; | 197 | }; |
198 | }; | 198 | }; |
@@ -711,5 +711,7 @@ | |||
711 | }; | 711 | }; |
712 | 712 | ||
713 | &lcdc { | 713 | &lcdc { |
714 | status = "okay"; | 714 | status = "okay"; |
715 | |||
716 | blue-and-red-wiring = "crossed"; | ||
715 | }; | 717 | }; |
diff --git a/arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi b/arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi index ec85ff9004e8..6df7829a2c15 100644 --- a/arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi +++ b/arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi | |||
@@ -451,7 +451,7 @@ | |||
451 | status = "okay"; | 451 | status = "okay"; |
452 | 452 | ||
453 | pinctrl-names = "default"; | 453 | pinctrl-names = "default"; |
454 | pinctrl-0 = <&mmc1_pins_default>; | 454 | pinctrl-0 = <&mmc2_pins_default>; |
455 | 455 | ||
456 | vmmc-supply = <&vdd_3v3>; | 456 | vmmc-supply = <&vdd_3v3>; |
457 | bus-width = <8>; | 457 | bus-width = <8>; |
diff --git a/arch/arm/boot/dts/omap5-igep0050.dts b/arch/arm/boot/dts/omap5-igep0050.dts index 44e03b9be1f1..8fc19218057e 100644 --- a/arch/arm/boot/dts/omap5-igep0050.dts +++ b/arch/arm/boot/dts/omap5-igep0050.dts | |||
@@ -20,14 +20,14 @@ | |||
20 | }; | 20 | }; |
21 | 21 | ||
22 | gpio_keys { | 22 | gpio_keys { |
23 | compatible = "gpio-keys"; | 23 | compatible = "gpio-keys"; |
24 | pinctrl-0 = <&power_button_pin>; | 24 | pinctrl-0 = <&power_button_pin>; |
25 | pinctrl-names = "default"; | 25 | pinctrl-names = "default"; |
26 | 26 | ||
27 | power-button { | 27 | power-button { |
28 | label = "Power Button"; | 28 | label = "Power Button"; |
29 | linux,code = <KEY_POWER>; | 29 | linux,code = <KEY_POWER>; |
30 | gpios = <&gpio4 22 GPIO_ACTIVE_HIGH>; | 30 | gpios = <&gpio4 22 GPIO_ACTIVE_LOW>; |
31 | }; | 31 | }; |
32 | }; | 32 | }; |
33 | 33 | ||