@@ -1,12 +1,13 @@
// SPDX-License-Identifier: GPL-2.0-only
/* Copyright (c) 2015, Huawei Inc. All rights reserved.
* Copyright (c) 2016, The Linux Foundation. All rights reserved.
- * Copyright (c) 2021, Petr Vorel <petr.vorel@gmail.com>
+ * Copyright (c) 2021-2022, Petr Vorel <petr.vorel@gmail.com>
*/
/dts-v1/;
#include "msm8994.dtsi"
+#include "msm8994-rpm.dtsi"
/* Angler's firmware does not report where the memory is allocated */
/delete-node/ &cont_splash_mem;
@@ -41,3 +42,8 @@ serial@f991e000 {
&tlmm {
gpio-reserved-ranges = <85 4>;
};
+
+&vreg_lvs2a_1p8 {
+ regulator-always-on;
+ status = "okay";
+};
Signed-off-by: Petr Vorel <petr.vorel@gmail.com> --- Hi, the downstream code had: &pm8994_l18 { /* Sensor VDD */ regulator-min-microvolt = <2850000>; regulator-max-microvolt = <2850000>; regulator-always-on; qcom,init-voltage = <2850000>; status = "okay"; }; => same as now in msm8994-rpm.dtsi &pm8994_lvs2 { qcom,init-enable = <1>; regulator-always-on; status = "okay"; }; arch/arm64/boot/dts/qcom/msm8994-angler-rev-101.dts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-)