diff options
author | H. Nikolaus Schaller | 2016-04-18 20:20:59 +0200 |
---|---|---|
committer | Tony Lindgren | 2016-04-26 19:16:12 +0200 |
commit | 7472931f7f1e9d91f761dce30107ae345b61a5c3 (patch) | |
tree | dba764bd87be0b648e4f8481dea44bd002536752 /arch/arm | |
parent | ARM: dts: omap3-n900: Specify peripherals LDO regulators initial mode (diff) | |
download | kernel-qcow2-linux-7472931f7f1e9d91f761dce30107ae345b61a5c3.tar.gz kernel-qcow2-linux-7472931f7f1e9d91f761dce30107ae345b61a5c3.tar.xz kernel-qcow2-linux-7472931f7f1e9d91f761dce30107ae345b61a5c3.zip |
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>
Diffstat (limited to 'arch/arm')
-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 @@ omap5_pmx_wkup: pinmux@c840 { compatible = "ti,omap5-padconf", "pinctrl-single"; - reg = <0xc840 0x0038>; + reg = <0xc840 0x003c>; #address-cells = <1>; #size-cells = <0>; #interrupt-cells = <1>; |