diff options
author | Russell King <rmk+kernel@armlinux.org.uk> | 2017-12-11 17:58:44 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-12-26 09:15:44 +0100 |
commit | 0591a8cc4d9f5871115d2e329246066b5a4ad68a (patch) | |
tree | e5e0d5dd67f002fb6ff01e02794d3629676fc7fb | |
parent | ARM: dts: imx6*-hummingboard2: split out eMMC support (diff) | |
download | linux-0591a8cc4d9f5871115d2e329246066b5a4ad68a.tar.xz linux-0591a8cc4d9f5871115d2e329246066b5a4ad68a.zip |
ARM: dts: imx6qdl-hummingboard2: add PWM3 support
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi b/arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi index 6954d4875cd8..1089f693ebde 100644 --- a/arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi +++ b/arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi @@ -361,6 +361,12 @@ >; }; + pinctrl_hummingboard2_pwm3: pwm3grp { + fsl,pins = < + MX6QDL_PAD_SD4_DAT1__PWM3_OUT 0x1b0b1 + >; + }; + pinctrl_hummingboard2_sgtl5000: hummingboard2-sgtl5000 { fsl,pins = < MX6QDL_PAD_DISP0_DAT19__AUD5_RXD 0x130b0 @@ -463,6 +469,12 @@ status = "okay"; }; +&pwm3 { + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_hummingboard2_pwm3>; + status = "okay"; +}; + &ssi1 { status = "okay"; }; |