diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2017-09-06 14:25:47 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2017-10-12 02:12:02 +0200 |
commit | dac161871fb592816826ef11b742554fb3dc2fe3 (patch) | |
tree | 451f03cda83e2ed34cc5bf1112015f104077aa0a /arch/arm64/boot | |
parent | ARM64: dts: meson-gxl-libretech-cc: enable saradc (diff) | |
download | linux-dac161871fb592816826ef11b742554fb3dc2fe3.tar.xz linux-dac161871fb592816826ef11b742554fb3dc2fe3.zip |
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>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64/boot')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxl-s905x-libretech-cc.dts | 5 |
1 files changed, 5 insertions, 0 deletions
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 a8aa9ce5f55e..6d023fa27067 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 @@ -128,6 +128,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>; |