From f54c2fea24c5316f8adc64e277410a8bcb59d699 Mon Sep 17 00:00:00 2001
From: Xiubo Li
Date: Mon, 24 Mar 2014 10:22:15 +0800
Subject: [PATCH] ARM: dts: vf610-twr: Add PWM0's pinctrl node
Signed-off-by: Xiubo Li
Signed-off-by: Shawn Guo
---
arch/arm/boot/dts/vf610-twr.dts | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/arch/arm/boot/dts/vf610-twr.dts b/arch/arm/boot/dts/vf610-twr.dts
index a55f803ef9cb..3a334a5cf6e3 100644
--- a/arch/arm/boot/dts/vf610-twr.dts
+++ b/arch/arm/boot/dts/vf610-twr.dts
@@ -215,6 +215,17 @@
>;
};
+ pinctrl_pwm0: pwm0grp {
+ fsl,pins = <
+ VF610_PAD_PTB0__FTM0_CH0 0x1582
+ VF610_PAD_PTB1__FTM0_CH1 0x1582
+ VF610_PAD_PTB2__FTM0_CH2 0x1582
+ VF610_PAD_PTB3__FTM0_CH3 0x1582
+ VF610_PAD_PTB6__FTM0_CH6 0x1582
+ VF610_PAD_PTB7__FTM0_CH7 0x1582
+ >;
+ };
+
pinctrl_sai2: sai2grp {
fsl,pins = <
VF610_PAD_PTA16__SAI2_TX_BCLK 0x02ed
--
2.34.1