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>
16 lines
335 B
Plaintext
16 lines
335 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "parrotp.dtsi"
|
|
#include "parrotp-atp.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. ParrotP ATP";
|
|
compatible = "qcom,parrotp-atp", "qcom,parrotp", "qcom,atp";
|
|
qcom,board-id = <33 0>;
|
|
};
|