ARM: dts: msm: pmih010x: make hap_swr_slave always on

Hap_swr_slave regulator device controls register which takes SWR slave
out of reset, it's being reused to reset VI_sense block in pmih010x
haptics. SWR needs to be kept enabled to keep VI_sense enabled.
Hence, make hap_swr_slave regulator device always on.

Change-Id: Idf9f09b972b18cb836f643b85a1a587ab5af8f32
Signed-off-by: Fenglin Wu <quic_fenglinw@quicinc.com>
This commit is contained in:
Fenglin Wu
2024-01-05 17:04:03 +08:00
parent ef991182e4
commit dc4c61bc05

View File

@@ -1,6 +1,6 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
* Copyright (c) 2023-2024 Qualcomm Innovation Center, Inc. All rights reserved.
*/
#include <dt-bindings/interrupt-controller/irq.h>
@@ -62,6 +62,7 @@
hap_swr_slave_reg: qcom,hap-swr-slave-reg {
regulator-name = "hap-swr-slave-reg";
regulator-always-on;
};
/*