Merge "ARM: dts: msm: Add initial device trees for Sun QRD SKU1 & SKU2 SoC"

This commit is contained in:
qctecmdr
2023-10-23 19:23:18 -07:00
committed by Gerrit - the friendly Code Review server
6 changed files with 35 additions and 5 deletions

View File

@@ -22,7 +22,8 @@ SUN_BOARDS += \
sun-mtp-kiwi-overlay.dtbo \ sun-mtp-kiwi-overlay.dtbo \
sun-cdp-overlay.dtbo \ sun-cdp-overlay.dtbo \
sun-cdp-kiwi-overlay.dtbo \ sun-cdp-kiwi-overlay.dtbo \
sun-qrd-overlay.dtbo sun-qrd-sku1-overlay.dtbo \
sun-qrd-sku2-overlay.dtbo
NOAPQ_SUN_BOARDS += \ NOAPQ_SUN_BOARDS += \
sun-rumi-overlay.dtbo sun-rumi-overlay.dtbo

View File

@@ -9,7 +9,8 @@ _platform_map = {
# keep sorted # keep sorted
{"name": "sun-cdp-overlay.dtbo"}, {"name": "sun-cdp-overlay.dtbo"},
{"name": "sun-mtp-overlay.dtbo"}, {"name": "sun-mtp-overlay.dtbo"},
{"name": "sun-qrd-overlay.dtbo"}, {"name": "sun-qrd-sku1-overlay.dtbo"},
{"name": "sun-qrd-sku2-overlay.dtbo"},
{"name": "sun-rumi-overlay.dtbo"}, {"name": "sun-rumi-overlay.dtbo"},
], ],
}, },

View File

@@ -6,11 +6,11 @@
/dts-v1/; /dts-v1/;
/plugin/; /plugin/;
#include "sun-qrd.dtsi" #include "sun-qrd-sku1.dtsi"
/ { / {
model = "Qualcomm Technologies, Inc. Sun QRD"; model = "Qualcomm Technologies, Inc. Sun QRD SKU1";
compatible = "qcom,sun-qrd", "qcom,sun", "qcom,qrd"; compatible = "qcom,sun-qrd", "qcom,sun", "qcom,qrd";
qcom,msm-id = <618 0x10000>, <618 0x20000>; qcom,msm-id = <618 0x10000>, <618 0x20000>;
qcom,board-id = <11 0>; qcom,board-id = <0x1000B 0>;
}; };

6
qcom/sun-qrd-sku1.dtsi Normal file
View File

@@ -0,0 +1,6 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
*/
#include "sun-qrd.dtsi"

View File

@@ -0,0 +1,16 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
*/
/dts-v1/;
/plugin/;
#include "sun-qrd-sku2.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Sun QRD SKU2";
compatible = "qcom,sun-qrd", "qcom,sun", "qcom,qrd";
qcom,msm-id = <618 0x10000>, <618 0x20000>;
qcom,board-id = <0x2000B 0>;
};

6
qcom/sun-qrd-sku2.dtsi Normal file
View File

@@ -0,0 +1,6 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
*/
#include "sun-qrd.dtsi"