summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Juhos <j4g8y7@gmail.com>2026-02-20 13:20:11 +0300
committerGregory CLEMENT <gregory.clement@bootlin.com>2026-03-02 18:45:34 +0300
commit98226a594f313442fcba38cefc1df0b6c1691c7e (patch)
tree2fb880ed4b0af1cf5129280c533d822e70eb702e
parentb6453dd68e7329b2954ed9a3552095919889a4a9 (diff)
downloadlinux-98226a594f313442fcba38cefc1df0b6c1691c7e.tar.xz
arm64: dts: marvell: armada-37xx: drop redundant status property
Remove the 'status' property from the 'armada-3700-rwtm' node. Device nodes are enabled by default, so specifying the status as "okay" is superfluous. Signed-off-by: Gabor Juhos <j4g8y7@gmail.com> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
-rw-r--r--arch/arm64/boot/dts/marvell/armada-37xx.dtsi1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi
index a8d10e4de816..ea1824f5321f 100644
--- a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi
+++ b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi
@@ -534,7 +534,6 @@
armada-3700-rwtm {
compatible = "marvell,armada-3700-rwtm-firmware";
mboxes = <&rwtm 0>;
- status = "okay";
};
};
};