mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-29 02:13:02 +00:00
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:
parent
a22602728c
commit
99a658cb71
@ -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>;
|
||||
|
Loading…
Reference in New Issue
Block a user