diff options
author | Nishanth Menon <nm@ti.com> | 2014-05-23 06:47:46 +0200 |
---|---|---|
committer | Nishanth Menon <nm@ti.com> | 2014-09-09 15:33:00 +0200 |
commit | d8c5bab676774b9c260c7990b84a06a09310fbec (patch) | |
tree | d3ace211929b2463ec86a7c413be1982a33869c4 | |
parent | ARM: dts: DRA7: switch to compatible pinctrl (diff) | |
download | linux-d8c5bab676774b9c260c7990b84a06a09310fbec.tar.xz linux-d8c5bab676774b9c260c7990b84a06a09310fbec.zip |
ARM: dts: AM437x: switch to compatible pinctrl
Now that ti,am437-padconf is available, switch over to that compatible
property. Retain pinctrl-single for legacy support.
While at it, mark the pinctrl as interrupt controller so that it can
be used with interrupts-extended property for wakeup events.
Signed-off-by: Nishanth Menon <nm@ti.com>
-rw-r--r-- | arch/arm/boot/dts/am4372.dtsi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index 9b3d2ba82f13..b3848306f329 100644 --- a/arch/arm/boot/dts/am4372.dtsi +++ b/arch/arm/boot/dts/am4372.dtsi @@ -58,10 +58,12 @@ }; am43xx_pinmux: pinmux@44e10800 { - compatible = "pinctrl-single"; + compatible = "ti,am437-padconf", "pinctrl-single"; reg = <0x44e10800 0x31c>; #address-cells = <1>; #size-cells = <0>; + #interrupt-cells = <1>; + interrupt-controller; pinctrl-single,register-width = <32>; pinctrl-single,function-mask = <0xffffffff>; }; |