ARM64: dts: rockchip: rk3328: add the pwm0 and pwm1 pull up pinctrl interface

Change-Id: I2e21318a5863a020f104872c803ff2250b84fd7d
Signed-off-by: Huang jianzhi <jesse.huang@rock-chips.com>
This commit is contained in:
Huang jianzhi
2018-05-17 21:02:46 +08:00
committed by Tao Huang
parent 66aa9cdc5b
commit fda77a2530

View File

@@ -2312,6 +2312,11 @@
rockchip,pins =
<2 RK_PA4 RK_FUNC_1 &pcfg_pull_none>;
};
pwm0_pin_pull_up: pwm0-pin-pull-up {
rockchip,pins =
<2 RK_PA4 RK_FUNC_1 &pcfg_pull_up>;
};
};
pwm1 {
@@ -2319,6 +2324,11 @@
rockchip,pins =
<2 RK_PA5 RK_FUNC_1 &pcfg_pull_none>;
};
pwm1_pin_pull_up: pwm1-pin-pull-up {
rockchip,pins =
<2 RK_PA5 RK_FUNC_1 &pcfg_pull_up>;
};
};
pwm2 {