]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: AM437x: switch to compatible pinctrl
authorNishanth Menon <nm@ti.com>
Fri, 23 May 2014 04:47:46 +0000 (23:47 -0500)
committerNishanth Menon <nm@ti.com>
Tue, 9 Sep 2014 13:33:00 +0000 (08:33 -0500)
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>
arch/arm/boot/dts/am4372.dtsi

index 9b3d2ba82f13a1b6aaf725c0e529255310726052..b3848306f329411238cb75105c1d39cdd2ed85bc 100644 (file)
        };
 
        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>;
        };