1
0
Fork 0

ARM: dts: imx6: edmqmx6: add pinctrl for pfuze irq gpio

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
hifive-unleashed-5.1
Lucas Stach 2014-05-07 20:09:04 +02:00 committed by Shawn Guo
parent dbfcaed6f0
commit d02f74aa75
1 changed files with 8 additions and 1 deletions

View File

@ -109,7 +109,8 @@
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_i2c2
&pinctrl_stmpe1
&pinctrl_stmpe2>;
&pinctrl_stmpe2
&pinctrl_pfuze>;
status = "okay";
pmic: pfuze100@08 {
@ -295,6 +296,12 @@
>;
};
pinctrl_pfuze: pfuze100grp1 {
fsl,pins = <
MX6QDL_PAD_EIM_D20__GPIO3_IO20 0x80000000
>;
};
pinctrl_stmpe1: stmpe1grp {
fsl,pins = <MX6QDL_PAD_EIM_D30__GPIO3_IO30 0x80000000>;
};