Merge "ARM: dts: msm: Add dt files for Tuna 7 SoC"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
23cfe50e4e
@@ -52,7 +52,7 @@ sun-dtb-$(CONFIG_ARCH_SUN) += \
|
||||
$(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)
|
||||
|
||||
TUNA_BASE_DTB += tuna.dtb
|
||||
TUNA_BASE_DTB += tuna.dtb tuna7.dtb
|
||||
NOAPQ_TUNA_BOARDS += \
|
||||
tuna-atp-overlay.dtbo \
|
||||
tuna-cdp-overlay.dtbo \
|
||||
|
@@ -76,6 +76,7 @@ _platform_map = {
|
||||
"tuna": {
|
||||
"dtb_list": [
|
||||
{"name": "tuna.dtb"},
|
||||
{"name": "tuna7.dtb"},
|
||||
],
|
||||
"dtbo_list": [
|
||||
{
|
||||
|
13
qcom/tuna7.dts
Normal file
13
qcom/tuna7.dts
Normal 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
11
qcom/tuna7.dtsi
Normal 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>;
|
||||
};
|
Reference in New Issue
Block a user