diff options
author | Marek Behún <[email protected]> | 2020-11-15 14:59:23 +0100 |
---|---|---|
committer | Gregory CLEMENT <[email protected]> | 2020-11-30 11:35:56 +0100 |
commit | 983b95e9ab76766a5a13ed64b5b0fe716b80e939 (patch) | |
tree | 59ec2176c8675dd7ce72ac4bf8b4574b33b42262 | |
parent | 8ee4a5f4f40da60bb85e13d9dd218a3c9197e3e3 (diff) |
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 <[email protected]>
Cc: [email protected]
Cc: Uwe Kleine-König <[email protected]>
Cc: Jason Cooper <[email protected]>
Cc: Gregory CLEMENT <[email protected]>
Cc: Andreas Färber <[email protected]>
Cc: Andrew Lunn <[email protected]>
Cc: Rob Herring <[email protected]>
Cc: [email protected]
Signed-off-by: Gregory CLEMENT <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/armada-385-turris-omnia.dts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/armada-385-turris-omnia.dts b/arch/arm/boot/dts/armada-385-turris-omnia.dts index 77bbd1ad3328..646a06420c77 100644 --- a/arch/arm/boot/dts/armada-385-turris-omnia.dts +++ b/arch/arm/boot/dts/armada-385-turris-omnia.dts @@ -174,7 +174,6 @@ #address-cells = <1>; #size-cells = <0>; reg = <0x70>; - status = "okay"; i2c@0 { #address-cells = <1>; @@ -388,7 +387,6 @@ status = "okay"; phy1: ethernet-phy@1 { - status = "okay"; compatible = "ethernet-phy-ieee802.3-c22"; reg = <1>; |