Update board ids for sun qrd platform. Change-Id: I9d08f82a9d14edd995917e641209081a32a47e28 Signed-off-by: Phani Kumar Uppalapati <quic_phaniu@quicinc.com>
16 lines
361 B
Plaintext
16 lines
361 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "sun-audio-qrd.dtsi"
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Sun QRD";
|
|
compatible = "qcom,sun-qrd", "qcom,sun", "qcom,qrd";
|
|
qcom,msm-id = <618 0x10000>, <618 0x20000>;
|
|
qcom,board-id = <0x1000B 0>;
|
|
};
|