Add APQ variant's soc id for ParrotPRO. Change-Id: If7a807825c441b8dd7b946f76492f61ff3aaf88e Signed-off-by: Saranya R <quic_sarar@quicinc.com> (cherry picked from commit 44899fd803df1ce177f03638477a05a2dc59ee9d)
14 lines
330 B
Plaintext
14 lines
330 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024-2025 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
#include "parrot.dtsi"
|
|
|
|
/ {
|
|
|
|
model = "Qualcomm Technologies, Inc. ParrotP";
|
|
compatible = "qcom,parrotp";
|
|
qcom,msm-id = <583 0x10000>, <631 0x10000>, <638 0x10000>, <713 0x10000>, <714 0x10000>;
|
|
};
|