realtek: add pinmux node of LED_GLB_CTRL to rtl838x.dtsi in dts-5.10

This patch adds a pinctrl-single pinmux node to allow disabling system
LED and enabling GPIO 0 (old driver: GPIO 24).

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
This commit is contained in:
INAGAKI Hiroshi 2021-05-07 12:10:10 +09:00 committed by Adrian Schmutzler
parent a22602728c
commit 99a658cb71
1 changed files with 16 additions and 0 deletions

View File

@ -181,6 +181,22 @@
};
};
/* LED_GLB_CTRL */
pinmux_led: pinmux@bb00a000 {
compatible = "pinctrl-single";
reg = <0xbb00a000 0x4>;
pinctrl-single,bit-per-mux;
pinctrl-single,register-width = <32>;
pinctrl-single,function-mask = <0x1>;
#pinctrl-cells = <2>;
/* enable GPIO 0 */
pinmux_disable_sys_led: disable_sys_led {
pinctrl-single,bits = <0x0 0x0 0x8000>;
};
};
ethernet0: ethernet@bb00a300 {
compatible = "realtek,rtl838x-eth";
reg = <0xbb00a300 0x100>;