mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
arm64: dts: rockchip: rk3399-evb-ind: set vdd_log compatible as regulator-fixed
fix: [ 0.454816] of_pwm_get(): can't parse "pwms" property [ 0.455277] pwm-regulator vdd-log: Failed to get PWM: -2 [ 0.455762] pwm-regulator: probe of vdd-log failed with error -2 Signed-off-by: Wu Liangqing <wlq@rock-chips.com> Change-Id: I0ca4f0ab2d2bde6e17507477f8b7c29882edab46
This commit is contained in:
@@ -266,16 +266,12 @@
|
||||
};
|
||||
|
||||
vdd_log: vdd-log {
|
||||
compatible = "pwm-regulator";
|
||||
compatible = "regulator-fixed";
|
||||
regulator-name = "vdd_log";
|
||||
regulator-min-microvolt = <800000>;
|
||||
regulator-max-microvolt = <1400000>;
|
||||
regulator-min-microvolt = <950000>;
|
||||
regulator-max-microvolt = <950000>;
|
||||
regulator-always-on;
|
||||
regulator-boot-on;
|
||||
|
||||
/* for rockchip boot on */
|
||||
rockchip,pwm_id= <2>;
|
||||
rockchip,pwm_voltage = <900000>;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user