ARM: dts: msm: Add v8 power grid with Kiwi DT support for RCM
Add device tree support for v8 power grid with Kiwi on RCM platform for Sun SoC. Change-Id: I3fd53532099978b54dd13957e977115e1714819d Signed-off-by: Unnathi Chalicheemala <quic_uchalich@quicinc.com>
This commit is contained in:
@@ -32,6 +32,7 @@ SUN_BOARDS += \
|
||||
sun-qrd-sku1-v8-overlay.dtbo \
|
||||
sun-qrd-sku2-v8-overlay.dtbo \
|
||||
sun-rcm-overlay.dtbo \
|
||||
sun-rcm-kiwi-v8-overlay.dtbo \
|
||||
sun-atp-overlay.dtbo
|
||||
|
||||
NOAPQ_SUN_BOARDS += \
|
||||
|
@@ -22,6 +22,7 @@ _platform_map = {
|
||||
{"name": "sun-qrd-sku1-v8-overlay.dtbo"},
|
||||
{"name": "sun-qrd-sku2-v8-overlay.dtbo"},
|
||||
{"name": "sun-rcm-overlay.dtbo"},
|
||||
{"name": "sun-rcm-kiwi-v8-overlay.dtbo"},
|
||||
{"name": "sun-rumi-overlay.dtbo"},
|
||||
],
|
||||
},
|
||||
|
17
qcom/sun-rcm-kiwi-v8-overlay.dts
Normal file
17
qcom/sun-rcm-kiwi-v8-overlay.dts
Normal file
@@ -0,0 +1,17 @@
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
/*
|
||||
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
#include "sun-rcm-kiwi-v8.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. Sun RCM Kiwi WLAN V8 Power Grid";
|
||||
compatible = "qcom,sun-rcm", "qcom,sun", "qcom,sunp-rcm", "qcom,sunp",
|
||||
"qcom,rcm";
|
||||
qcom,msm-id = <618 0x10000>, <618 0x20000>;
|
||||
qcom,board-id = <0x20015 0>;
|
||||
};
|
14
qcom/sun-rcm-kiwi-v8.dtsi
Normal file
14
qcom/sun-rcm-kiwi-v8.dtsi
Normal file
@@ -0,0 +1,14 @@
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
/*
|
||||
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*/
|
||||
|
||||
#include "sun-rcm.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>;
|
||||
};
|
Reference in New Issue
Block a user