Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1e5f9ed0 authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

Merge tag 'renesas-fixes-for-v4.1' of...

Merge tag 'renesas-fixes-for-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into fixes

Merge "Renesas ARM Based SoC Fixes for v4.1" from Simon Horman:

* Fix adv7511 IRQ sensing on koelsch board

* tag 'renesas-fixes-for-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
  ARM: shmobile: koelsch: Fix adv7511 IRQ sensing
parents 443318e0 12392f58
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -545,7 +545,7 @@
		compatible = "adi,adv7511w";
		compatible = "adi,adv7511w";
		reg = <0x39>;
		reg = <0x39>;
		interrupt-parent = <&gpio3>;
		interrupt-parent = <&gpio3>;
		interrupts = <29 IRQ_TYPE_EDGE_FALLING>;
		interrupts = <29 IRQ_TYPE_LEVEL_LOW>;


		adi,input-depth = <8>;
		adi,input-depth = <8>;
		adi,input-colorspace = "rgb";
		adi,input-colorspace = "rgb";