diff options
author | Tim Harvey <tharvey@gateworks.com> | 2016-01-07 20:57:46 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-02-29 11:14:31 +0300 |
commit | c382e5ccb12f17d42a9431d862a3bbd2abd54440 (patch) | |
tree | a6e4e7cddbbc729e87c1226e30c5d90074938e4e /arch/arm/boot/dts/imx6qdl-gw53xx.dtsi | |
parent | ecea9fec0f51a371e93d1b7e8a0376809d2d4e47 (diff) | |
download | linux-c382e5ccb12f17d42a9431d862a3bbd2abd54440.tar.xz |
ARM: dts: imx: ventana: fix PWM pinmux for Ventana boards
Fix some invalid pwm pinmux configurations.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl-gw53xx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-gw53xx.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-gw53xx.dtsi b/arch/arm/boot/dts/imx6qdl-gw53xx.dtsi index e8375e173873..ec3fe7444e15 100644 --- a/arch/arm/boot/dts/imx6qdl-gw53xx.dtsi +++ b/arch/arm/boot/dts/imx6qdl-gw53xx.dtsi @@ -462,7 +462,7 @@ pinctrl_pwm3: pwm3grp { fsl,pins = < - MX6QDL_PAD_SD4_DAT1__PWM3_OUT 0x1b0b1 + MX6QDL_PAD_SD1_DAT1__PWM3_OUT 0x1b0b1 >; }; |