mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-05-04 17:36:12 +02:00
realtek: fix pinmux comment in rtl931x.dtsi
The pinmux entry for disabling JTAG includes a comment which points to which GPIOs are sacrificed for using JTAG. However, this comment so far was only aware of GPIO6 and GPIO7. From RTL931X application notes and datasheets we know which GPIOs are actually affected here. Extend the comment to include GPIOs 3-5 too. Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com> Link: https://github.com/openwrt/openwrt/pull/22827 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
c518ee49ea
commit
e343f3a2e2
@ -400,7 +400,7 @@
|
||||
pinctrl-single,bits = <0x0 0x200 0x200>;
|
||||
};
|
||||
|
||||
/* Enable GPIO6 and GPIO7, possibly unknown others */
|
||||
/* Enable GPIOs 3-7 */
|
||||
pinmux_disable_jtag: disable_jtag {
|
||||
pinctrl-single,bits = <0x0 0x0 0x8000>;
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user