diff mbox

ARM64: dts: meson-gxl-libretech-cc: enable internal phy leds

Message ID 20170906122547.11310-1-jbrunet@baylibre.com (mailing list archive)
State New, archived
Headers show

Commit Message

Jerome Brunet Sept. 6, 2017, 12:25 p.m. UTC
Enable the internal phy ACT and LINK leds pinmux

Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
---
 arch/arm64/boot/dts/amlogic/meson-gxl-s905x-libretech-cc.dts | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Kevin Hilman Oct. 6, 2017, 9:24 p.m. UTC | #1
Jerome Brunet <jbrunet@baylibre.com> writes:

> Enable the internal phy ACT and LINK leds pinmux
>
> Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>

Appled to v4.15/dt64,

Kevin
diff mbox

Patch

diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-libretech-cc.dts b/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-libretech-cc.dts
index 71c3b3545bba..fd25b56b5556 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-libretech-cc.dts
+++ b/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-libretech-cc.dts
@@ -125,6 +125,11 @@ 
 	status = "okay";
 };
 
+&internal_phy {
+	pinctrl-0 = <&eth_link_led_pins>, <&eth_act_led_pins>;
+	pinctrl-names = "default";
+};
+
 &ir {
 	status = "okay";
 	pinctrl-0 = <&remote_input_ao_pins>;