APQ support is missing on ATP & RCM platforms, add it now. Change-Id: Ib2e9c856b34988a8b0befebbe597154cb1aa9af8 Signed-off-by: Satya Durga Srinivasu Prabhala <quic_satyap@quicinc.com>
20 lines
538 B
Plaintext
20 lines
538 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "sun-rcm-v8.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Sun RCM V8 Power Grid";
|
|
compatible = "qcom,sun-rcm", "qcom,sun", "qcom,sunp-rcm", "qcom,sunp",
|
|
"qcom,rcm";
|
|
qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>,
|
|
<0x100026a 0x10000>, <0x100026a 0x20000>,
|
|
<0x100027f 0x10000>, <0x100027f 0x20000>;
|
|
qcom,board-id = <0x30015 0>;
|
|
};
|