Sun boards that utilize the V8 power grid have a PM8550VE PMIC in place of a PM8550VS one for the "F" PMIC at SPMI SID=5. Several FTSMPS regulators are ganged together differently and some supplies are shuffled around. These are the impacts for RPMh managed regulator resources: V6 Power Grid V8 Power Grid S4J WCN_CX XX S5F XX WCN_CX S6F VDD_MXA XX S8F N/A VDD_MXA Update the device tree configurations for V8-specific overlays so that the correct set of PMIC resources is present. Change-Id: I035b8dfc87703b7681110a757952005bbdbf8a63 Signed-off-by: David Collins <quic_collinsd@quicinc.com>
15 lines
380 B
Plaintext
15 lines
380 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
#include "sun-qrd-sku2.dtsi"
|
|
#include "sun-pmic-overlay-v8.dtsi"
|
|
|
|
®ulator_ocp_notifier {
|
|
/delete-property/ periph-9a4-supply; /* S4J */
|
|
periph-5a7-supply = <&S5F>;
|
|
/delete-property/ periph-5aa-supply; /* S6F */
|
|
periph-5b0-supply = <&S8F_LEVEL>;
|
|
};
|