Skip to content
Snippets Groups Projects
Commit 3b61e5bd authored by Oleksii Kutuzov's avatar Oleksii Kutuzov
Browse files

[E81][DTB] Rename the common dtsi files

Remove reference to qcs6490 as E81 has both qcs6490 and qcs5430
parent 62b7f460
No related branches found
No related tags found
2 merge requests!13Merge E81 development branch into trunk,!2Add PCIe and Ethernet support, rename common E81 include file
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
* *
*****************************************************************************/ *****************************************************************************/
#ifndef SECO_QCS6490_E81_DTSI #ifndef SECO_E81_DTSI
#define SECO_QCS6490_E81_DTSI #define SECO_E81_DTSI
#include <dt-bindings/iio/qcom,spmi-adc7-pm7325.h> #include <dt-bindings/iio/qcom,spmi-adc7-pm7325.h>
#include <dt-bindings/iio/qcom,spmi-adc7-pmk8350.h> #include <dt-bindings/iio/qcom,spmi-adc7-pmk8350.h>
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#include "../../qcom/pm7325.dtsi" #include "../../qcom/pm7325.dtsi"
#include "../../qcom/pm8350c.dtsi" #include "../../qcom/pm8350c.dtsi"
#include "qcs6490-pinfunc.h" #include "e81-pinfunc.h"
/ { / {
......
#ifndef QCS6490_PINFUNC_H #ifndef E81_PINFUNC_H
#define QCS6490_PINFUNC_H #define E81_PINFUNC_H
#define STM32_NGPIOS 30 #define STM32_NGPIOS 30
......
...@@ -9,8 +9,8 @@ ...@@ -9,8 +9,8 @@
/dts-v1/; /dts-v1/;
#include "include/qcs6490-e81-common.dtsi" #include "include/e81-common.dtsi"
#include "include/qcs6490-e81-b79.dtsi" #include "include/e81-b79.dtsi"
/ { / {
model = "Qualcomm QCS5430 FP1 SECO board (E81) with B79 baseboard"; model = "Qualcomm QCS5430 FP1 SECO board (E81) with B79 baseboard";
......
...@@ -9,8 +9,8 @@ ...@@ -9,8 +9,8 @@
/dts-v1/; /dts-v1/;
#include "include/qcs6490-e81-common.dtsi" #include "include/e81-common.dtsi"
#include "include/qcs6490-e81-b79.dtsi" #include "include/e81-b79.dtsi"
/ { / {
model = "Qualcomm QCS5430 FP2 SECO board (E81) with B79 baseboard"; model = "Qualcomm QCS5430 FP2 SECO board (E81) with B79 baseboard";
......
...@@ -9,8 +9,8 @@ ...@@ -9,8 +9,8 @@
/dts-v1/; /dts-v1/;
#include "include/qcs6490-e81-common.dtsi" #include "include/e81-common.dtsi"
#include "include/qcs6490-e81-b79.dtsi" #include "include/e81-b79.dtsi"
/ { / {
model = "Qualcomm QCS6490 SECO board (E81) with B79 baseboard"; 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