ARM64: dts: meson-gxl: Add Ethernet PHY LEDS pins nodes
authorNeil Armstrong <narmstrong@baylibre.com>
Wed, 24 May 2017 08:28:23 +0000 (10:28 +0200)
committerKevin Hilman <khilman@baylibre.com>
Tue, 30 May 2017 22:12:40 +0000 (15:12 -0700)
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>
arch/arm64/boot/dts/amlogic/meson-gxl.dtsi

index ff12009..4a3a74a 100644 (file)
                        };
                };
 
+               eth_link_led_pins: eth_link_led {
+                       mux {
+                               groups = "eth_link_led";
+                               function = "eth_led";
+                       };
+               };
+
+               eth_act_led_pins: eth_act_led {
+                       mux {
+                               groups = "eth_act_led";
+                               function = "eth_led";
+                       };
+               };
+               
                pwm_a_pins: pwm_a {
                        mux {
                                groups = "pwm_a";