mirror of https://gitee.com/openkylin/linux.git
arm64: dts: rockchip: drop out-of-tree properties from rk3399-ficus regulator
The pwm-regulator for vdd_log uses additional unreviewed properties in the vendor kernel, which slipped in with the devicetree. As written, they are unreviewed and unused in all mainline implementations so drop them again. Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
parent
34e05c2ee5
commit
d3a537e9a7
|
@ -84,11 +84,6 @@ vdd_log: vdd-log {
|
|||
regulator-max-microvolt = <1400000>;
|
||||
regulator-always-on;
|
||||
regulator-boot-on;
|
||||
|
||||
/* for rockchip boot on */
|
||||
rockchip,pwm_id= <2>;
|
||||
rockchip,pwm_voltage = <900000>;
|
||||
|
||||
vin-supply = <&vcc_sys>;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue