Commit c2147624 authored by Kevin Hilman's avatar Kevin Hilman

Merge branch 'qcom/fixes' into next/fixes-non-critical

* qcom/fixes:
  ARM: dts: msm: Fix gpio interrupt and reg length
Signed-off-by: default avatarKevin Hilman <khilman@linaro.org>
parents a87010ef 29644125
...@@ -28,11 +28,11 @@ timer@2000000 { ...@@ -28,11 +28,11 @@ timer@2000000 {
msmgpio: gpio@800000 { msmgpio: gpio@800000 {
compatible = "qcom,msm-gpio"; compatible = "qcom,msm-gpio";
reg = <0x00800000 0x1000>; reg = <0x00800000 0x4000>;
gpio-controller; gpio-controller;
#gpio-cells = <2>; #gpio-cells = <2>;
ngpio = <173>; ngpio = <173>;
interrupts = <0 32 0x4>; interrupts = <0 16 0x4>;
interrupt-controller; interrupt-controller;
#interrupt-cells = <2>; #interrupt-cells = <2>;
}; };
......
...@@ -31,7 +31,7 @@ msmgpio: gpio@800000 { ...@@ -31,7 +31,7 @@ msmgpio: gpio@800000 {
gpio-controller; gpio-controller;
#gpio-cells = <2>; #gpio-cells = <2>;
ngpio = <150>; ngpio = <150>;
interrupts = <0 32 0x4>; interrupts = <0 16 0x4>;
interrupt-controller; interrupt-controller;
#interrupt-cells = <2>; #interrupt-cells = <2>;
reg = <0x800000 0x4000>; reg = <0x800000 0x4000>;
......
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