Merge "ARM: dts: msm: Add No Display support on CDP for Sun SoC"

This commit is contained in:
qctecmdr
2024-01-30 12:44:28 -08:00
committed by Gerrit - the friendly Code Review server
4 changed files with 25 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ SUN_BOARDS += \
sun-cdp-kiwi-overlay.dtbo \
sun-cdp-kiwi-v8-overlay.dtbo \
sun-cdp-nfc-overlay.dtbo \
sun-cdp-no-display-overlay.dtbo \
sun-cdp-overlay.dtbo \
sun-cdp-v8-overlay.dtbo \
sun-qrd-sku1-overlay.dtbo \

View File

@@ -19,6 +19,7 @@ _platform_map = {
{"name": "sun-cdp-kiwi-overlay.dtbo"},
{"name": "sun-cdp-kiwi-v8-overlay.dtbo"},
{"name": "sun-cdp-nfc-overlay.dtbo"},
{"name": "sun-cdp-no-display-overlay.dtbo"},
{"name": "sun-cdp-overlay.dtbo"},
{"name": "sun-cdp-v8-overlay.dtbo"},
{"name": "sun-mtp-kiwi-overlay.dtbo"},

View File

@@ -0,0 +1,17 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
*/
/dts-v1/;
/plugin/;
#include "sun-cdp-no-display.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Sun CDP No Display";
compatible = "qcom,sun-cdp", "qcom,sun", "qcom,sunp-cdp", "qcom,sunp",
"qcom,cdp";
qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>;
qcom,board-id = <0x30001 0>;
};

View File

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