Skip to content

Commit 799d3cf

Browse files
nordicjmjhedberg
authored andcommitted
dts: arm: nordic: Remove superfluous compatible strings
Removes compatible strings that were not defined and are not needed Signed-off-by: Jamie McCrae <[email protected]>
1 parent 3b48275 commit 799d3cf

25 files changed

+25
-50
lines changed

dts/arm/nordic/nrf51822_qfaa.dtsi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
/ {
1919
soc {
20-
compatible = "nordic,nrf51822-qfaa", "nordic,nrf51822",
21-
"nordic,nrf51", "simple-bus";
20+
compatible = "simple-bus";
2221
};
2322
};

dts/arm/nordic/nrf51822_qfab.dtsi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
/ {
1919
soc {
20-
compatible = "nordic,nrf51822-qfab", "nordic,nrf51822",
21-
"nordic,nrf51", "simple-bus";
20+
compatible = "simple-bus";
2221
};
2322
};

dts/arm/nordic/nrf51822_qfac.dtsi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
/ {
1919
soc {
20-
compatible = "nordic,nrf51822-qfac", "nordic,nrf51822",
21-
"nordic,nrf51", "simple-bus";
20+
compatible = "simple-bus";
2221
};
2322
};

dts/arm/nordic/nrf52805_caaa.dtsi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
/ {
1919
soc {
20-
compatible = "nordic,nrf52805-caaa", "nordic,nrf52805",
21-
"nordic,nrf52", "simple-bus";
20+
compatible = "simple-bus";
2221
};
2322
};

dts/arm/nordic/nrf52810_qfaa.dtsi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
/ {
1919
soc {
20-
compatible = "nordic,nrf52810-qfaa", "nordic,nrf52810",
21-
"nordic,nrf52", "simple-bus";
20+
compatible = "simple-bus";
2221
};
2322
};

dts/arm/nordic/nrf52811_qfaa.dtsi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
/ {
1919
soc {
20-
compatible = "nordic,nrf52811-qfaa", "nordic,nrf52811",
21-
"nordic,nrf52", "simple-bus";
20+
compatible = "simple-bus";
2221
};
2322
};

dts/arm/nordic/nrf52820_qdaa.dtsi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
/ {
1919
soc {
20-
compatible = "nordic,nrf52820-qdaa", "nordic,nrf52820",
21-
"nordic,nrf52", "simple-bus";
20+
compatible = "simple-bus";
2221
};
2322
};

dts/arm/nordic/nrf52832_ciaa.dtsi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
/ {
1919
soc {
20-
compatible = "nordic,nrf52832-ciaa", "nordic,nrf52832",
21-
"nordic,nrf52", "simple-bus";
20+
compatible = "simple-bus";
2221
};
2322
};

dts/arm/nordic/nrf52832_qfaa.dtsi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
/ {
1919
soc {
20-
compatible = "nordic,nrf52832-qfaa", "nordic,nrf52832",
21-
"nordic,nrf52", "simple-bus";
20+
compatible = "simple-bus";
2221
};
2322
};

dts/arm/nordic/nrf52832_qfab.dtsi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
/ {
1919
soc {
20-
compatible = "nordic,nrf52832-qfab", "nordic,nrf52832",
21-
"nordic,nrf52", "simple-bus";
20+
compatible = "simple-bus";
2221
};
2322
};

0 commit comments

Comments
 (0)