Commit 7dd84f06 authored by Arnd Bergmann's avatar Arnd Bergmann

Merge tag 'omap-for-v4.9/dt-pt3-signed' of...

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
parents 2008ee09 ce385a5e
...@@ -497,6 +497,8 @@ tlv320aic3106: tlv320aic3106@1b { ...@@ -497,6 +497,8 @@ tlv320aic3106: tlv320aic3106@1b {
&lcdc { &lcdc {
status = "okay"; status = "okay";
blue-and-red-wiring = "crossed";
}; };
&elm { &elm {
......
...@@ -712,4 +712,6 @@ tsc { ...@@ -712,4 +712,6 @@ tsc {
&lcdc { &lcdc {
status = "okay"; status = "okay";
blue-and-red-wiring = "crossed";
}; };
...@@ -451,7 +451,7 @@ &mmc2 { ...@@ -451,7 +451,7 @@ &mmc2 {
status = "okay"; status = "okay";
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&mmc1_pins_default>; pinctrl-0 = <&mmc2_pins_default>;
vmmc-supply = <&vdd_3v3>; vmmc-supply = <&vdd_3v3>;
bus-width = <8>; bus-width = <8>;
......
...@@ -27,7 +27,7 @@ gpio_keys { ...@@ -27,7 +27,7 @@ gpio_keys {
power-button { power-button {
label = "Power Button"; label = "Power Button";
linux,code = <KEY_POWER>; linux,code = <KEY_POWER>;
gpios = <&gpio4 22 GPIO_ACTIVE_HIGH>; gpios = <&gpio4 22 GPIO_ACTIVE_LOW>;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment