Skip to content
Snippets Groups Projects
Commit 42f236b3 authored by Tobias Kahlki's avatar Tobias Kahlki
Browse files

[E81][DTS] Add baseboard to devicetree sources

Rename the B79 include file and also add the file -b79 file extension to
the base devicetrees.
parent 68f4bb24
No related branches found
No related tags found
2 merge requests!13Merge E81 development branch into trunk,!5Re-organize the E81 device-trees
# SPDX-License-Identifier: GPL-2.0
dtb-$(CONFIG_ARCH_QCOM) += seco-qcs6490-e81.dtb
dtb-$(CONFIG_ARCH_QCOM) += seco-qcs5430-fp1-e81.dtb
dtb-$(CONFIG_ARCH_QCOM) += seco-qcs5430-fp2-e81.dtb
dtb-$(CONFIG_ARCH_QCOM) += seco-qcs6490-e81-b79.dtb
dtb-$(CONFIG_ARCH_QCOM) += seco-qcs5430-fp1-e81-b79.dtb
dtb-$(CONFIG_ARCH_QCOM) += seco-qcs5430-fp2-e81-b79.dtb
......@@ -8,8 +8,8 @@
*
*****************************************************************************/
#ifndef SECO_B79_DTSI
#define SECO_B79_DTSI
#ifndef BASEBOARD_E81_B79_DTSI
#define BASEBOARD_E81_B79_DTSI
/ {
reg_1v8: 1v8 {
......
......@@ -10,7 +10,7 @@
/dts-v1/;
#include "include/e81-common.dtsi"
#include "include/e81-b79.dtsi"
#include "include/baseboard-e81-b79.dtsi"
/ {
model = "Qualcomm QCS5430 FP1 SECO board (E81) with B79 baseboard";
......
......@@ -10,7 +10,7 @@
/dts-v1/;
#include "include/e81-common.dtsi"
#include "include/e81-b79.dtsi"
#include "include/baseboard-e81-b79.dtsi"
/ {
model = "Qualcomm QCS5430 FP2 SECO board (E81) with B79 baseboard";
......
......@@ -10,7 +10,7 @@
/dts-v1/;
#include "include/e81-common.dtsi"
#include "include/e81-b79.dtsi"
#include "include/baseboard-e81-b79.dtsi"
/ {
model = "Qualcomm QCS6490 SECO board (E81) with B79 baseboard";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment