Update S1G regulator support for tuna atp as it has kiwi by default. While at it, Disable some unused nodes for tuna spmi debug bus. Change-Id: I28f697b11c4bd5cdaf3cfd0eaa0a9397b415e3fa Signed-off-by: Kavya Nunna <quic_knunna@quicinc.com>
17 lines
300 B
Plaintext
17 lines
300 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
#include "tuna-mtp.dtsi"
|
|
|
|
&S1G {
|
|
regulator-min-microvolt = <806000>;
|
|
regulator-max-microvolt = <1003000>;
|
|
qcom,init-voltage = <852000>;
|
|
};
|
|
|
|
&L3G {
|
|
regulator-always-on;
|
|
};
|