mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-29 02:01:21 +00:00
32 lines
981 B
Diff
32 lines
981 B
Diff
From b214cf8dbf6b70d5629302543c4d0a734609561f Mon Sep 17 00:00:00 2001
|
|
From: Jerome Brunet <jbrunet@baylibre.com>
|
|
Date: Wed, 6 Sep 2017 14:25:47 +0200
|
|
Subject: [PATCH 64/67] ARM64: dts: meson-gxl-libretech-cc: enable internal phy
|
|
leds
|
|
|
|
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 4951355..d5dcac7 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
|
|
@@ -118,6 +118,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>;
|
|
--
|
|
1.9.1
|
|
|