Commit 9a20aa26 authored by Sascha Hauer's avatar Sascha Hauer Committed by Shawn Guo

ARM: dts: imx7d-sdb: Fix watchdog and pwm pinmux

The watchdog pin and the pwm output pin are controlled by the
iomuxc_lpsr, not the regular iomux, so move the pins there.
Signed-off-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
Reviewed-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 1d4a5943
...@@ -502,12 +502,6 @@ MX7D_PAD_LCD_RESET__LCD_RESET 0x79 ...@@ -502,12 +502,6 @@ MX7D_PAD_LCD_RESET__LCD_RESET 0x79
>; >;
}; };
pinctrl_pwm1: pwm1grp {
fsl,pins = <
MX7D_PAD_GPIO1_IO01__PWM1_OUT 0x110b0
>;
};
pinctrl_tsc2046_pendown: tsc2046_pendown { pinctrl_tsc2046_pendown: tsc2046_pendown {
fsl,pins = < fsl,pins = <
MX7D_PAD_EPDC_BDR1__GPIO2_IO29 0x59 MX7D_PAD_EPDC_BDR1__GPIO2_IO29 0x59
...@@ -635,11 +629,19 @@ MX7D_PAD_SD3_DATA7__SD3_DATA7 0x5b ...@@ -635,11 +629,19 @@ MX7D_PAD_SD3_DATA7__SD3_DATA7 0x5b
MX7D_PAD_SD3_STROBE__SD3_STROBE 0x1b MX7D_PAD_SD3_STROBE__SD3_STROBE 0x1b
>; >;
}; };
};
};
pinctrl_wdog: wdoggrp { &iomuxc_lpsr {
fsl,pins = < pinctrl_wdog: wdoggrp {
MX7D_PAD_GPIO1_IO00__WDOD1_WDOG_B 0x74 fsl,pins = <
>; MX7D_PAD_GPIO1_IO00__WDOD1_WDOG_B 0x74
}; >;
};
pinctrl_pwm1: pwm1grp {
fsl,pins = <
MX7D_PAD_GPIO1_IO01__PWM1_OUT 0x110b0
>;
}; };
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment