ARM: odroidx2/u3: Fix interrupt line assignment
authorŁukasz Stelmach <l.stelmach@samsung.com>
Mon, 9 Jun 2014 11:43:19 +0000 (13:43 +0200)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:59:43 +0000 (11:59 +0900)
According to circuit diagram[1] MAX98090 codec is hooked to GPX0[0]
and not to GPX0[1].

[1] https://drive.google.com/file/d/0B4UPrML8Nk9lSk5aai1MQ1VVTmc/edit?usp=sharing

Change-Id: I5d7d56c866dd4e7e6dcce744f43646babc7119d4
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
arch/arm/boot/dts/exynos4412-odroid-common.dtsi

index 9eac03c..90ad77f 100644 (file)
                        compatible = "maxim,max98090";
                        reg = <0x10>;
                        interrupt-parent = <&gpx0>;
-                       interrupts = <1 0>;
+                       interrupts = <0 0>;
                };
        };