summaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2018-06-19 07:47:11 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2018-06-19 07:47:14 +0200
commitd064a7f3649c0f45c907dbb1b954cc4986fa73d8 (patch)
treeaa5c174e5c530afb628301966f49b9245d0a1f4e /arch/mips
parent399068d68b9a4c59ddac1ec0439d78efa47c21f1 (diff)
downloadbarebox-d064a7f3649c0f45c907dbb1b954cc4986fa73d8.tar.gz
barebox-d064a7f3649c0f45c907dbb1b954cc4986fa73d8.tar.xz
ARM: dts: remove @0 from environment nodes
The environment nodes do not have a reg property and as such should not have a @0 suffix. Newer dtc warns about this, so remove it. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/dts/ar9331-dptechnics-dpt-module.dts2
-rw-r--r--arch/mips/dts/ar9344-tl-wdr4300-v1.7.dts2
-rw-r--r--arch/mips/dts/qca4531-8devices-lima.dts2
-rw-r--r--arch/mips/dts/qemu-malta.dts2
-rw-r--r--arch/mips/dts/tplink-mr3020.dts2
5 files changed, 5 insertions, 5 deletions
diff --git a/arch/mips/dts/ar9331-dptechnics-dpt-module.dts b/arch/mips/dts/ar9331-dptechnics-dpt-module.dts
index 2c38bbc090..103d889b0e 100644
--- a/arch/mips/dts/ar9331-dptechnics-dpt-module.dts
+++ b/arch/mips/dts/ar9331-dptechnics-dpt-module.dts
@@ -7,7 +7,7 @@
};
chosen {
- environment@0 {
+ environment {
compatible = "barebox,environment";
device-path = &spiflash, "partname:barebox-environment";
};
diff --git a/arch/mips/dts/ar9344-tl-wdr4300-v1.7.dts b/arch/mips/dts/ar9344-tl-wdr4300-v1.7.dts
index 5216cdc1e2..dd9d33b2da 100644
--- a/arch/mips/dts/ar9344-tl-wdr4300-v1.7.dts
+++ b/arch/mips/dts/ar9344-tl-wdr4300-v1.7.dts
@@ -22,7 +22,7 @@
chosen {
stdout-path = &uart0;
- environment@0 {
+ environment {
compatible = "barebox,environment";
device-path = &spiflash, "partname:barebox-environment";
};
diff --git a/arch/mips/dts/qca4531-8devices-lima.dts b/arch/mips/dts/qca4531-8devices-lima.dts
index 7b03bc4be1..4b960e12bf 100644
--- a/arch/mips/dts/qca4531-8devices-lima.dts
+++ b/arch/mips/dts/qca4531-8devices-lima.dts
@@ -22,7 +22,7 @@
chosen {
stdout-path = &uart0;
- environment@0 {
+ environment {
compatible = "barebox,environment";
device-path = &spiflash, "partname:barebox-environment";
};
diff --git a/arch/mips/dts/qemu-malta.dts b/arch/mips/dts/qemu-malta.dts
index 9b0c594e87..5a392f97a7 100644
--- a/arch/mips/dts/qemu-malta.dts
+++ b/arch/mips/dts/qemu-malta.dts
@@ -7,7 +7,7 @@
compatible = "qemu,malta";
chosen {
- environment@0 {
+ environment {
compatible = "barebox,environment";
device-path = &nor0, "partname:barebox-environment";
};
diff --git a/arch/mips/dts/tplink-mr3020.dts b/arch/mips/dts/tplink-mr3020.dts
index 6f1ad13504..982cffc250 100644
--- a/arch/mips/dts/tplink-mr3020.dts
+++ b/arch/mips/dts/tplink-mr3020.dts
@@ -7,7 +7,7 @@
};
chosen {
- environment@0 {
+ environment {
compatible = "barebox,environment";
device-path = &spiflash, "partname:barebox-environment";
};