ARM64: dts: rk3368-tb: modify syr82x nodes
authorzhangqing <zhangqing@rock-chips.com>
Mon, 11 Jan 2016 18:13:17 +0000 (10:13 -0800)
committerHuang, Tao <huangtao@rock-chips.com>
Tue, 12 Jan 2016 06:04:11 +0000 (14:04 +0800)
modify syr82x nodes for use the shared driver fan53555

Change-Id: I42269ab63838244da2cde45e916ef953227e95c0
Signed-off-by: zhangqing <zhangqing@rock-chips.com>
arch/arm64/boot/dts/rockchip/rk3368-tb.dtsi

index 925ce1a2d8ee351c85440b5aba9a65e2cb25d610..0e62bca41bd88580bb02ef3b0ce958c293abcc50 100644 (file)
        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>;
                };
        };