Remove wcn6750 and wcn3990 from kernel devicetree, since it's moved to techpack. Change-Id: I83569274403a5292a293b95d2cbd76e553ff8ea1 Signed-off-by: Saranya R <quic_sarar@quicinc.com>
18 lines
440 B
Plaintext
18 lines
440 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "parrot-idp-wcn3990-amoled-rcm-4gb.dtsi"
|
|
#include "parrot-idp-pm7250b.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Parrot WCN3990 IDP 4GB DDR + AMOLED + RCM";
|
|
compatible = "qcom,parrot-idp", "qcom,parrot", "qcom,idp";
|
|
qcom,msm-id = <537 0x10000>;
|
|
qcom,board-id = <34 0x603>;
|
|
};
|