Update the regulator voltages for iot and opk variants of qcs610. Change-Id: I40ceeb873e8be62c5213b978793c33d7d539c747 Signed-off-by: Dhaval Radiya <quic_dradiya@quicinc.com>
43 lines
601 B
Plaintext
43 lines
601 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2025 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. QCS610 IOT";
|
|
compatible = "qcom,qcs610-iot", "qcom,qcs610", "qcom,iot";
|
|
qcom,board-id = <32 0>;
|
|
};
|
|
|
|
&L16A {
|
|
regulator-max-microvolt = <3304000>;
|
|
};
|
|
|
|
&L19A {
|
|
regulator-max-microvolt = <3304000>;
|
|
};
|
|
|
|
&L4C {
|
|
regulator-max-microvolt = <2912000>;
|
|
};
|
|
|
|
&L5C {
|
|
regulator-max-microvolt = <2912000>;
|
|
};
|
|
|
|
&L13A {
|
|
regulator-always-on;
|
|
};
|
|
|
|
&L7C {
|
|
regulator-always-on;
|
|
};
|
|
|
|
&L10A {
|
|
regulator-always-on;
|
|
};
|
|
|
|
&L14A {
|
|
regulator-always-on;
|
|
};
|