|
@@ -187,18 +187,22 @@
|
|
|
};
|
|
|
|
|
|
omap5_pmx_core: pinmux@4a002840 {
|
|
|
- compatible = "ti,omap4-padconf", "pinctrl-single";
|
|
|
+ compatible = "ti,omap5-padconf", "pinctrl-single";
|
|
|
reg = <0x4a002840 0x01b6>;
|
|
|
#address-cells = <1>;
|
|
|
#size-cells = <0>;
|
|
|
+ #interrupt-cells = <1>;
|
|
|
+ interrupt-controller;
|
|
|
pinctrl-single,register-width = <16>;
|
|
|
pinctrl-single,function-mask = <0x7fff>;
|
|
|
};
|
|
|
omap5_pmx_wkup: pinmux@4ae0c840 {
|
|
|
- compatible = "ti,omap4-padconf", "pinctrl-single";
|
|
|
+ compatible = "ti,omap5-padconf", "pinctrl-single";
|
|
|
reg = <0x4ae0c840 0x0038>;
|
|
|
#address-cells = <1>;
|
|
|
#size-cells = <0>;
|
|
|
+ #interrupt-cells = <1>;
|
|
|
+ interrupt-controller;
|
|
|
pinctrl-single,register-width = <16>;
|
|
|
pinctrl-single,function-mask = <0x7fff>;
|
|
|
};
|