mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
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:
@@ -2192,12 +2192,22 @@
|
||||
pwm0_pin: pwm0-pin {
|
||||
rockchip,pins = <2 RK_PA4 1 &pcfg_pull_none>;
|
||||
};
|
||||
|
||||
pwm0_pin_pull_up: pwm0-pin-pull-up {
|
||||
rockchip,pins =
|
||||
<2 RK_PA4 RK_FUNC_1 &pcfg_pull_up>;
|
||||
};
|
||||
};
|
||||
|
||||
pwm1 {
|
||||
pwm1_pin: pwm1-pin {
|
||||
rockchip,pins = <2 RK_PA5 1 &pcfg_pull_none>;
|
||||
};
|
||||
|
||||
pwm1_pin_pull_up: pwm1-pin-pull-up {
|
||||
rockchip,pins =
|
||||
<2 RK_PA5 RK_FUNC_1 &pcfg_pull_up>;
|
||||
};
|
||||
};
|
||||
|
||||
pwm2 {
|
||||
|
||||
Reference in New Issue
Block a user