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-atp.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Parrot ATP";
|
|
compatible = "qcom,parrot-atp", "qcom,parrot", "qcom,atp";
|
|
qcom,msm-id = <537 0x10000>, <583 0x10000>, <613 0x10000>, <631 0x10000>,
|
|
<633 0x10000>, <634 0x10000>, <638 0x10000>;
|
|
qcom,board-id = <33 0>;
|
|
};
|