]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: marvell: armada-37xx: drop redundant status property
authorGabor Juhos <j4g8y7@gmail.com>
Fri, 20 Feb 2026 10:20:11 +0000 (11:20 +0100)
committerGregory CLEMENT <gregory.clement@bootlin.com>
Mon, 2 Mar 2026 15:45:34 +0000 (16:45 +0100)
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>
arch/arm64/boot/dts/marvell/armada-37xx.dtsi

index a8d10e4de81619c44ccbe0f08e69707dc28005a3..ea1824f5321fbb32fc4373c08a0d94bca1dc793b 100644 (file)
                armada-3700-rwtm {
                        compatible = "marvell,armada-3700-rwtm-firmware";
                        mboxes = <&rwtm 0>;
-                       status = "okay";
                };
        };
 };