ARM: dts: turris-omnia: remove unneeded status = "okay" properties

Only nodes which have status = "disabled" defined from included files
need status = "okay".

The ethernet-phy node and the i2cmux node do not need it, since they are
wholly defined here.

Signed-off-by: Marek Behún <kabel@kernel.org>
Cc: linux-arm-kernel@lists.infradead.org
Cc: Uwe Kleine-König <uwe@kleine-koenig.org>
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Gregory CLEMENT <gregory.clement@bootlin.com>
Cc: Andreas Färber <afaerber@suse.de>
Cc: Andrew Lunn <andrew@lunn.ch>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: devicetree@vger.kernel.org
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
This commit is contained in:
Marek Behún 2020-11-15 14:59:23 +01:00 committed by Gregory CLEMENT
parent 8ee4a5f4f4
commit 983b95e9ab

View file

@ -174,7 +174,6 @@ i2cmux@70 {
#address-cells = <1>;
#size-cells = <0>;
reg = <0x70>;
status = "okay";
i2c@0 {
#address-cells = <1>;
@ -388,7 +387,6 @@ &mdio {
status = "okay";
phy1: ethernet-phy@1 {
status = "okay";
compatible = "ethernet-phy-ieee802.3-c22";
reg = <1>;