Remove unused msm ids Change-Id: I2992b35f9602bf0922183c34d06c76ac223e389f CRs-Fixed: 3962711
20 lines
552 B
Plaintext
20 lines
552 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "canoe-kiwi-cnss.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Canoe SoCs";
|
|
compatible = "qcom,canoe", "qcom,canoep", "qcom,canoe-mtp", "qcom,canoe-cdp";
|
|
qcom,msm-id = <0x294 0x10000>, <0x294 0x20000>, <0x295 0x10000>, <0x295 0x20000>,
|
|
<0x1000294 0x10000>, <0x1000294 0x20000>,
|
|
<0x1000295 0x10000>, <0x1000295 0x20000>;
|
|
qcom,board-id = <0x1000001 0>, <0x1000008 0>, <0x1000015 0>;
|
|
};
|