diff options
author | Tim Harvey <tharvey@gateworks.com> | 2015-11-19 12:02:03 -0800 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2015-12-22 20:42:25 +0800 |
commit | aa2b21783b1321e9d7f3ee92eb8e034f41447569 (patch) | |
tree | 7e2f5b706f46243bb0d8f29a79527ad9361f5193 /arch/arm/boot/dts/imx6qdl-gw52xx.dtsi | |
parent | 058c0c1a441e9518ae4de207997a9b43380528ce (diff) | |
download | blackbird-op-linux-aa2b21783b1321e9d7f3ee92eb8e034f41447569.tar.gz blackbird-op-linux-aa2b21783b1321e9d7f3ee92eb8e034f41447569.zip |
ARM: dts: imx: ventana: add PWM nodes for Ventana boards
Ventana boards have an off-board connector with signals that can be pinmuxed
as either GPIO or PWM. This patch adds pwm device-tree nodes in the disabled
state which the bootloader can decide to enable based on bootloader config.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl-gw52xx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-gw52xx.dtsi | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-gw52xx.dtsi b/arch/arm/boot/dts/imx6qdl-gw52xx.dtsi index 5478ab6b078e..1a250f3b8457 100644 --- a/arch/arm/boot/dts/imx6qdl-gw52xx.dtsi +++ b/arch/arm/boot/dts/imx6qdl-gw52xx.dtsi @@ -282,6 +282,18 @@ status = "okay"; }; +&pwm2 { + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_pwm2>; /* MX6_DIO1 */ + status = "disabled"; +}; + +&pwm3 { + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_pwm3>; /* MX6_DIO2 */ + status = "disabled"; +}; + &pwm4 { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_pwm4>; @@ -436,6 +448,18 @@ >; }; + pinctrl_pwm2: pwm2grp { + fsl,pins = < + MX6QDL_PAD_SD1_DAT2__PWM2_OUT 0x1b0b1 + >; + }; + + pinctrl_pwm3: pwm3grp { + fsl,pins = < + MX6QDL_PAD_SD4_DAT1__PWM3_OUT 0x1b0b1 + >; + }; + pinctrl_pwm4: pwm4grp { fsl,pins = < MX6QDL_PAD_SD1_CMD__PWM4_OUT 0x1b0b1 |