mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
ARM: dts: rockchip: rk3036: Keep the pwm pins default pull state
In order to ensure the accuracy of PWM voltage regulation, keep the pull state of PWM consistent with the default; The pull state has little effect on other case such as output mode. Signed-off-by: David Wu <david.wu@rock-chips.com> Change-Id: I4d4813a9426e45a1c3f3690603b63c57addcdb73
This commit is contained in:
@@ -752,25 +752,25 @@
|
||||
|
||||
pwm0 {
|
||||
pwm0_pin: pwm0-pin {
|
||||
rockchip,pins = <0 RK_PA0 2 &pcfg_pull_none>;
|
||||
rockchip,pins = <0 RK_PA0 2 &pcfg_pull_default>;
|
||||
};
|
||||
};
|
||||
|
||||
pwm1 {
|
||||
pwm1_pin: pwm1-pin {
|
||||
rockchip,pins = <0 RK_PA1 2 &pcfg_pull_none>;
|
||||
rockchip,pins = <0 RK_PA1 2 &pcfg_pull_default>;
|
||||
};
|
||||
};
|
||||
|
||||
pwm2 {
|
||||
pwm2_pin: pwm2-pin {
|
||||
rockchip,pins = <0 RK_PA1 2 &pcfg_pull_none>;
|
||||
rockchip,pins = <0 RK_PA1 2 &pcfg_pull_default>;
|
||||
};
|
||||
};
|
||||
|
||||
pwm3 {
|
||||
pwm3_pin: pwm3-pin {
|
||||
rockchip,pins = <0 RK_PD3 1 &pcfg_pull_none>;
|
||||
rockchip,pins = <0 RK_PD3 1 &pcfg_pull_default>;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user