diff options
author | H. Nikolaus Schaller <hns@goldelico.com> | 2016-04-18 14:20:59 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-04-26 13:16:12 -0400 |
commit | 7472931f7f1e9d91f761dce30107ae345b61a5c3 (patch) | |
tree | dba764bd87be0b648e4f8481dea44bd002536752 | |
parent | 0698178c608e5f48ac78cde8c08260c2d7041a39 (diff) |
ARM: dts: omap5: fix range of permitted wakeup pinmux registers
otherwise we can't define gpio1_wk14
Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/omap5.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi index 38805ebbe2ba..120b6b80cd39 100644 --- a/arch/arm/boot/dts/omap5.dtsi +++ b/arch/arm/boot/dts/omap5.dtsi | |||
@@ -269,7 +269,7 @@ | |||
269 | omap5_pmx_wkup: pinmux@c840 { | 269 | omap5_pmx_wkup: pinmux@c840 { |
270 | compatible = "ti,omap5-padconf", | 270 | compatible = "ti,omap5-padconf", |
271 | "pinctrl-single"; | 271 | "pinctrl-single"; |
272 | reg = <0xc840 0x0038>; | 272 | reg = <0xc840 0x003c>; |
273 | #address-cells = <1>; | 273 | #address-cells = <1>; |
274 | #size-cells = <0>; | 274 | #size-cells = <0>; |
275 | #interrupt-cells = <1>; | 275 | #interrupt-cells = <1>; |