arm64: dts: rk3368: rk818 enabled boost_otg fix ota vcc5v poweroff when susppend
authorwlq <wlq@rock-chips.com>
Wed, 12 Apr 2017 03:19:18 +0000 (11:19 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Wed, 12 Apr 2017 10:34:47 +0000 (18:34 +0800)
Change-Id: I0626a47da5487d34c0701d2b21cfab5b9b3fb425
Signed-off-by: Wu Liangqing <wlq@rock-chips.com>
arch/arm64/boot/dts/rockchip/rk3368-p9.dts
arch/arm64/boot/dts/rockchip/rk3368-sheep.dts

index a8f95117f0291816d90f1e2dc4f5b96186d848e3..8a46d5ab9ac8e6d9a6373756a0fbf6e9855a038e 100644 (file)
                                        regulator-on-in-suspend;
                                };
                        };
                                        regulator-on-in-suspend;
                                };
                        };
+
+                       boost_otg: DCDC_BOOST {
+                               regulator-name = "boost_otg";
+                               regulator-always-on;
+                               regulator-boot-on;
+                               regulator-min-microvolt = <5000000>;
+                               regulator-max-microvolt = <5000000>;
+                               regulator-state-mem {
+                                       regulator-on-in-suspend;
+                                       regulator-suspend-microvolt = <5000000>;
+                               };
+                       };
                };
 
                battery {
                };
 
                battery {
index 6318382aea0d0c0d36265dab806a9cdfa31f3f6c..ab39dca3236a9154a7865c2c3d4bc3dfac4e8a3e 100644 (file)
                                        regulator-on-in-suspend;
                                };
                        };
                                        regulator-on-in-suspend;
                                };
                        };
+
+                       boost_otg: DCDC_BOOST {
+                               regulator-name = "boost_otg";
+                               regulator-always-on;
+                               regulator-boot-on;
+                               regulator-min-microvolt = <5000000>;
+                               regulator-max-microvolt = <5000000>;
+                               regulator-state-mem {
+                                       regulator-on-in-suspend;
+                                       regulator-suspend-microvolt = <5000000>;
+                               };
+                       };
                };
        };
 };
                };
        };
 };