mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-23 16:08:49 -04:00
arm64: dts: mediatek: mt7988a-bpi-r4: configure switch phys and leds
Assign pinctrl to switch phys and leds. Signed-off-by: Daniel Golle <daniel@makrotopia.org> Signed-off-by: Frank Wunderlich <frank-w@public-files.de> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Link: https://lore.kernel.org/r/20250709111147.11843-14-linux@fw-web.de Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
This commit is contained in:
committed by
Matthias Brugger
parent
c1347c688b
commit
16c1f65986
@@ -5,6 +5,7 @@
|
||||
#include <dt-bindings/gpio/gpio.h>
|
||||
#include <dt-bindings/leds/common.h>
|
||||
#include <dt-bindings/regulator/richtek,rt5190a-regulator.h>
|
||||
#include <dt-bindings/leds/common.h>
|
||||
|
||||
#include "mt7988a.dtsi"
|
||||
|
||||
@@ -153,6 +154,66 @@ &gmac2 {
|
||||
sfp = <&sfp1>;
|
||||
};
|
||||
|
||||
&gsw_phy0 {
|
||||
pinctrl-0 = <&gbe0_led0_pins>;
|
||||
pinctrl-names = "gbe-led";
|
||||
};
|
||||
|
||||
&gsw_phy0_led0 {
|
||||
function = LED_FUNCTION_WAN;
|
||||
color = <LED_COLOR_ID_GREEN>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&gsw_port0 {
|
||||
label = "wan";
|
||||
};
|
||||
|
||||
&gsw_phy1 {
|
||||
pinctrl-0 = <&gbe1_led0_pins>;
|
||||
pinctrl-names = "gbe-led";
|
||||
};
|
||||
|
||||
&gsw_phy1_led0 {
|
||||
function = LED_FUNCTION_LAN;
|
||||
color = <LED_COLOR_ID_GREEN>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&gsw_port1 {
|
||||
label = "lan1";
|
||||
};
|
||||
|
||||
&gsw_phy2 {
|
||||
pinctrl-0 = <&gbe2_led0_pins>;
|
||||
pinctrl-names = "gbe-led";
|
||||
};
|
||||
|
||||
&gsw_phy2_led0 {
|
||||
function = LED_FUNCTION_LAN;
|
||||
color = <LED_COLOR_ID_GREEN>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&gsw_port2 {
|
||||
label = "lan2";
|
||||
};
|
||||
|
||||
&gsw_phy3 {
|
||||
pinctrl-0 = <&gbe3_led0_pins>;
|
||||
pinctrl-names = "gbe-led";
|
||||
};
|
||||
|
||||
&gsw_phy3_led0 {
|
||||
function = LED_FUNCTION_LAN;
|
||||
color = <LED_COLOR_ID_GREEN>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&gsw_port3 {
|
||||
label = "lan3";
|
||||
};
|
||||
|
||||
&i2c0 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&i2c0_pins>;
|
||||
|
||||
Reference in New Issue
Block a user