Skip to content

Commit

Permalink
ARM: dts: sun8i-h3: Remove allwinner,leds-active-low for non internal…
Browse files Browse the repository at this point in the history
… PHY

allwinner,leds-active-low have effect only on boards which us the internal PHY.
So this patch remove it from all boards which do not use the internal PHY.

Signed-off-by: Corentin Labbe <[email protected]>
Signed-off-by: Maxime Ripard <[email protected]>
  • Loading branch information
montjoie authored and mripard committed Dec 8, 2017
1 parent 0393599 commit f96917b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion arch/arm/boot/dts/sun8i-h3-bananapi-m2-plus.dts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@
phy-handle = <&ext_rgmii_phy>;
phy-mode = "rgmii";

allwinner,leds-active-low;
status = "okay";
};

Expand Down
2 changes: 0 additions & 2 deletions arch/arm/boot/dts/sun8i-h3-nanopi-m1-plus.dts
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@
phy-handle = <&ext_rgmii_phy>;
phy-mode = "rgmii";

allwinner,leds-active-low;

status = "okay";
};

Expand Down
1 change: 0 additions & 1 deletion arch/arm/boot/dts/sun8i-h3-orangepi-plus.dts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
phy-handle = <&ext_rgmii_phy>;
phy-mode = "rgmii";

allwinner,leds-active-low;
status = "okay";
};

Expand Down

0 comments on commit f96917b

Please sign in to comment.