diff options
author | Markus Reichl <m.reichl@fivetechno.de> | 2019-12-10 15:44:38 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2019-12-13 13:02:09 +0300 |
commit | 04a0077fdb197f0ba284b9d5e5d114206484661e (patch) | |
tree | 74e0270bd40f06778d132ea003cf3e7ab04fe8e4 /arch/arm64/boot/dts/rockchip/rk3399-roc-pc-mezzanine.dts | |
parent | a43e29090934670233026838b05a7aa8be1d76d6 (diff) | |
download | linux-04a0077fdb197f0ba284b9d5e5d114206484661e.tar.xz |
arm64: dts: rockchip: Remove always-on properties from regulator nodes on rk3399-roc-pc.
Some regulators don't need the always-on property, remove it.
Signed-off-by: Markus Reichl <m.reichl@fivetechno.de>
Link: https://lore.kernel.org/r/f985665c-86c0-1657-14f8-f77e2ce5a3f7@fivetechno.de
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/rk3399-roc-pc-mezzanine.dts')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3399-roc-pc-mezzanine.dts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-roc-pc-mezzanine.dts b/arch/arm64/boot/dts/rockchip/rk3399-roc-pc-mezzanine.dts index 2c9c13a0fca9..2db9d32ad54a 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-roc-pc-mezzanine.dts +++ b/arch/arm64/boot/dts/rockchip/rk3399-roc-pc-mezzanine.dts @@ -32,8 +32,6 @@ gpio = <&gpio1 RK_PC1 GPIO_ACTIVE_HIGH>; pinctrl-names = "default"; pinctrl-0 = <&vcc3v3_pcie_en>; - regulator-always-on; - regulator-boot-on; regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; vin-supply = <&dc_12v>; |