From: Simon Glass Date: Tue, 20 May 2014 12:01:32 +0000 (-0600) Subject: exynos: dts: Correct EC interrupt GPIO X-Git-Tag: v2014.07-rc3~4^2~2^2~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=63e62674fbc37d354e53d77be7f2c1f30ba0b79d;p=platform%2Fkernel%2Fu-boot.git exynos: dts: Correct EC interrupt GPIO Now that the GPIO numbering series has been applied, we can use the correct GPIO for the EC interrupt. Signed-off-by: Simon Glass Signed-off-by: Minkyu Kang --- diff --git a/arch/arm/dts/exynos5250-snow.dts b/arch/arm/dts/exynos5250-snow.dts index 9b48a0c..c584172 100644 --- a/arch/arm/dts/exynos5250-snow.dts +++ b/arch/arm/dts/exynos5250-snow.dts @@ -44,7 +44,7 @@ reg = <0x1e>; compatible = "google,cros-ec"; i2c-max-frequency = <100000>; - ec-interrupt = <&gpio 782 1>; + ec-interrupt = <&gpio 182 1>; }; power-regulator@48 { @@ -60,7 +60,7 @@ reg = <0>; compatible = "google,cros-ec"; spi-max-frequency = <5000000>; - ec-interrupt = <&gpio 782 1>; + ec-interrupt = <&gpio 182 1>; optimise-flash-write; status = "disabled"; };