Update S1G min/max & initial voltage for tuna-kiwi platform. While at it make below changes 1.Disable the unused rails for tuna boards. 2. Update always-on property for L3G for RCM kiwi platform for FMD feature. Change-Id: I92e01d48b5c3cb9f64b6aa7be37c0ebb27f378b7 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-cdp.dtsi"
|
|
|
|
&S1G {
|
|
regulator-min-microvolt = <806000>;
|
|
regulator-max-microvolt = <1003000>;
|
|
qcom,init-voltage = <852000>;
|
|
};
|
|
|
|
&L3G {
|
|
regulator-always-on;
|
|
};
|