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:
Wu Liangqing
2020-05-27 17:30:13 +08:00
committed by Tao Huang
parent 373ff84338
commit c0535e09de

View File

@@ -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>;
};
};