Enable display on tuna platforms. Change-Id: I039ff6c32febd7b2afebfaa24a921186b5a46f2c Signed-off-by: Abhinav Saurabh <quic_abhisaur@quicinc.com>
18 lines
409 B
Plaintext
18 lines
409 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "tuna-sde-display-cdp.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Tuna RCM";
|
|
compatible = "qcom,tuna-rcm", "qcom,tuna", "qcom,tunap-rcm", "qcom,tunap",
|
|
"qcom,rcm";
|
|
qcom,msm-id = <681 0x10000>, <655 0x10000>;
|
|
qcom,board-id = <21 0>, <21 1>;
|
|
};
|