Merge "ARM: dts: msm: Add dt files for Tuna 7 SoC"

This commit is contained in:
QCTECMDR Service
2024-10-01 22:45:33 -07:00
committed by Gerrit - the friendly Code Review server
4 changed files with 26 additions and 1 deletions

View File

@@ -52,7 +52,7 @@ sun-dtb-$(CONFIG_ARCH_SUN) += \
$(call add-overlays, $(SUN_BOARDS) $(APQ_SUN_BOARDS),$(SUN_APQ_BASE_DTB)) $(call add-overlays, $(SUN_BOARDS) $(APQ_SUN_BOARDS),$(SUN_APQ_BASE_DTB))
sun-overlays-dtb-$(CONFIG_ARCH_SUN) += $(SUN_BOARDS) $(NOAPQ_SUN_BOARDS) $(SUN_BASE_DTB) $(SUN_APQ_BASE_DTB) sun-overlays-dtb-$(CONFIG_ARCH_SUN) += $(SUN_BOARDS) $(NOAPQ_SUN_BOARDS) $(SUN_BASE_DTB) $(SUN_APQ_BASE_DTB)
TUNA_BASE_DTB += tuna.dtb TUNA_BASE_DTB += tuna.dtb tuna7.dtb
NOAPQ_TUNA_BOARDS += \ NOAPQ_TUNA_BOARDS += \
tuna-atp-overlay.dtbo \ tuna-atp-overlay.dtbo \
tuna-cdp-overlay.dtbo \ tuna-cdp-overlay.dtbo \

View File

@@ -76,6 +76,7 @@ _platform_map = {
"tuna": { "tuna": {
"dtb_list": [ "dtb_list": [
{"name": "tuna.dtb"}, {"name": "tuna.dtb"},
{"name": "tuna7.dtb"},
], ],
"dtbo_list": [ "dtbo_list": [
{ {

13
qcom/tuna7.dts Normal file
View File

@@ -0,0 +1,13 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
*/
/dts-v1/;
#include "tuna7.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Tuna 7 SoC";
compatible = "qcom,tuna";
qcom,board-id = <0 0>;
};

11
qcom/tuna7.dtsi Normal file
View File

@@ -0,0 +1,11 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
*/
#include "tuna.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Tuna 7";
compatible = "qcom,tuna";
qcom,msm-id = <681 0x10000>;
};