Add additional device trees and msm-IDs to support an additional package ID. Additional packages may support different hardware settings and can be configured in their package specific device trees. Change-Id: I0f6d71aa65a891749a2f78e430f75fd5a6d716d7 Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
13 lines
295 B
Plaintext
13 lines
295 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
#include "sun-tp-v2.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. SunP Alt. Thermal Profile v2 SoC";
|
|
compatible = "qcom,sunp";
|
|
qcom,msm-id = <0x100027f 0x20000>;
|
|
};
|