Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 817c0378 authored by Nishanth Menon's avatar Nishanth Menon
Browse files

ARM: dts: DRA7: switch to compatible pinctrl



Now that ti,dra7-padconf is available, switch over to that compatible
property. Retain pinctrl-single for legacy support.

While at it, mark pinctrl as interrupt controller so that it can be used
with interrupts-extended property for wakeup events.

Signed-off-by: default avatarNishanth Menon <nm@ti.com>
parent 924c31cc
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -217,10 +217,12 @@
		};

		dra7_pmx_core: pinmux@4a003400 {
			compatible = "pinctrl-single";
			compatible = "ti,dra7-padconf", "pinctrl-single";
			reg = <0x4a003400 0x0464>;
			#address-cells = <1>;
			#size-cells = <0>;
			#interrupt-cells = <1>;
			interrupt-controller;
			pinctrl-single,register-width = <32>;
			pinctrl-single,function-mask = <0x3fffffff>;
		};