From 6d2ef484857190e412f92545ad73ec99d1fd7a2b Mon Sep 17 00:00:00 2001 From: zhangqing Date: Mon, 11 Jan 2016 10:13:17 -0800 Subject: [PATCH] ARM64: dts: rk3368-tb: modify syr82x nodes modify syr82x nodes for use the shared driver fan53555 Change-Id: I42269ab63838244da2cde45e916ef953227e95c0 Signed-off-by: zhangqing --- arch/arm64/boot/dts/rockchip/rk3368-tb.dtsi | 64 +++++++++------------ 1 file changed, 26 insertions(+), 38 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3368-tb.dtsi b/arch/arm64/boot/dts/rockchip/rk3368-tb.dtsi index 925ce1a2d8ee..0e62bca41bd8 100644 --- a/arch/arm64/boot/dts/rockchip/rk3368-tb.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3368-tb.dtsi @@ -167,52 +167,40 @@ status = "okay"; syr827: syr827@40 { - compatible = "silergy,syr82x"; + compatible = "silergy,syr827"; status = "disabled"; reg = <0x40>; - regulators { - #address-cells = <1>; - #size-cells = <0>; - syr827_dc1: regulator@0 { - reg = <0>; - regulator-compatible = "syr82x_dcdc1"; - regulator-name = "vdd_arm"; - regulator-min-microvolt = <712500>; - regulator-max-microvolt = <1500000>; - regulator-always-on; - regulator-boot-on; - regulator-initial-state = <3>; - regulator-state-mem { - regulator-mode = <0x2>; - regulator-off-in-suspend; - regulator-suspend-microvolt = <900000>; - }; - }; + + regulator-compatible = "fan53555-reg"; + regulator-name = "vdd_arm"; + regulator-min-microvolt = <712500>; + regulator-max-microvolt = <1500000>; + fcs,suspend-voltage-selector = <1>; + regulator-always-on; + regulator-boot-on; + regulator-initial-state = <3>; + regulator-state-mem { + regulator-off-in-suspend; + regulator-suspend-microvolt = <900000>; }; }; syr828: syr828@41 { - compatible = "silergy,syr82x"; + compatible = "silergy,syr828"; status = "disabled"; reg = <0x41>; - regulators { - #address-cells = <1>; - #size-cells = <0>; - syr828_dc1: regulator@0 { - reg = <0>; - regulator-compatible = "syr82x_dcdc1"; - regulator-name = "vdd_gpu"; - regulator-min-microvolt = <712500>; - regulator-max-microvolt = <1500000>; - regulator-always-on; - regulator-boot-on; - regulator-initial-state = <3>; - regulator-state-mem { - regulator-mode = <0x2>; - regulator-on-in-suspend; - regulator-suspend-microvolt = <900000>; - }; - }; + + regulator-compatible = "fan53555-reg"; + regulator-name = "vdd_gpu"; + regulator-min-microvolt = <712500>; + regulator-max-microvolt = <1500000>; + fcs,suspend-voltage-selector = <1>; + regulator-always-on; + regulator-boot-on; + regulator-initial-state = <3>; + regulator-state-mem { + regulator-on-in-suspend; + regulator-suspend-microvolt = <900000>; }; }; -- 2.34.1