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:
Heiko Stuebner 2018-07-16 18:52:44 +02:00
parent 34e05c2ee5
commit d3a537e9a7
1 changed files with 0 additions and 5 deletions

View File

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