Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1727390
| From | Jerome Brunet <jbrunet@baylibre.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] ARM64: dts: meson-gxl-libretech-cc: enable internal phy leds |
| Date | 2017-09-06 14:30 +0200 |
| Message-ID | <umHCW-1G1-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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(+)
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 = <ð_link_led_pins>, <ð_act_led_pins>;
+ pinctrl-names = "default";
+};
+
&ir {
status = "okay";
pinctrl-0 = <&remote_input_ao_pins>;
--
2.9.5
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] ARM64: dts: meson-gxl-libretech-cc: enable internal phy leds Jerome Brunet <jbrunet@baylibre.com> - 2017-09-06 14:30 +0200
csiph-web