diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2017-05-24 04:28:23 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2017-05-30 18:12:40 -0400 |
commit | 44ddadc38851dcff4ddc054e1329546e1e76a081 (patch) | |
tree | 6b0b65643b545e51c29d5fc0119c0a72ba936c59 | |
parent | 6d717619944fc4855f11596cc19be84605420c3e (diff) |
ARM64: dts: meson-gxl: Add Ethernet PHY LEDS pins nodes
The Amlogic Meson GXL SoCs embeds an 10/100 Ethernet PHY, this patchs adds
the Link and Activity LEDs signals pins nodes.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxl.dtsi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi index ff1200973c3f..4a3a74aa186d 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi | |||
@@ -404,6 +404,20 @@ | |||
404 | }; | 404 | }; |
405 | }; | 405 | }; |
406 | 406 | ||
407 | eth_link_led_pins: eth_link_led { | ||
408 | mux { | ||
409 | groups = "eth_link_led"; | ||
410 | function = "eth_led"; | ||
411 | }; | ||
412 | }; | ||
413 | |||
414 | eth_act_led_pins: eth_act_led { | ||
415 | mux { | ||
416 | groups = "eth_act_led"; | ||
417 | function = "eth_led"; | ||
418 | }; | ||
419 | }; | ||
420 | |||
407 | pwm_a_pins: pwm_a { | 421 | pwm_a_pins: pwm_a { |
408 | mux { | 422 | mux { |
409 | groups = "pwm_a"; | 423 | groups = "pwm_a"; |