Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1649286
| From | Neil Armstrong <narmstrong@baylibre.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 3/5] ARM64: dts: meson-gxl: Add Ethernet PHY LEDS pins nodes |
| Date | 2017-05-24 10:40 +0200 |
| Message-ID | <tKzZN-8mT-35@gated-at.bofh.it> (permalink) |
| References | <tKzZM-8mT-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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>
---
arch/arm64/boot/dts/amlogic/meson-gxl.dtsi | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
index 478d3b4..300dfad 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
@@ -404,6 +404,20 @@
};
};
+ 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";
--
1.9.1
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/5] ARM64: dts: meson: Add CEC, Ethernet Link and SPI pins nodes Neil Armstrong <narmstrong@baylibre.com> - 2017-05-24 10:40 +0200 [PATCH 4/5] ARM64: dts: meson-gxbb: Add SPI pinctrl nodes Neil Armstrong <narmstrong@baylibre.com> - 2017-05-24 10:40 +0200 [PATCH 5/5] ARM64: dts: meson-gxl: Add SPI pinctrl nodes Neil Armstrong <narmstrong@baylibre.com> - 2017-05-24 10:40 +0200 [PATCH 3/5] ARM64: dts: meson-gxl: Add Ethernet PHY LEDS pins nodes Neil Armstrong <narmstrong@baylibre.com> - 2017-05-24 10:40 +0200 [PATCH 1/5] ARM64: dts: meson-gxbb: Add CEC pins nodes Neil Armstrong <narmstrong@baylibre.com> - 2017-05-24 10:50 +0200 [PATCH 2/5] ARM64: dts: meson-gxl: Add CEC pins nodes Neil Armstrong <narmstrong@baylibre.com> - 2017-05-24 10:50 +0200
csiph-web