diff options
author | Heiko Stuebner <heiko@sntech.de> | 2018-07-16 18:52:44 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2018-07-16 18:52:44 +0200 |
commit | d3a537e9a77425c6a33954f6add69646808bf453 (patch) | |
tree | 2a99272979c5a6cec184195dbb4c9f91be9625f5 /arch/arm64 | |
parent | arm64: dts: rockchip: add voltage properties for vcc3v3_pcie on rk3399 ficus (diff) | |
download | linux-d3a537e9a77425c6a33954f6add69646808bf453.tar.xz linux-d3a537e9a77425c6a33954f6add69646808bf453.zip |
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>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3399-ficus.dts | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-ficus.dts b/arch/arm64/boot/dts/rockchip/rk3399-ficus.dts index 6295483b701f..8978d924eb83 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-ficus.dts +++ b/arch/arm64/boot/dts/rockchip/rk3399-ficus.dts @@ -84,11 +84,6 @@ 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>; }; |