From: Jonas Jelonek Date: Thu, 1 Jan 2026 22:36:17 +0000 (+0000) Subject: realtek: fix pinmux comment in rtl931x.dtsi X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e343f3a2e25c09bcacc6090631561e9e307ac8ee;p=thirdparty%2Fopenwrt.git 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 Link: https://github.com/openwrt/openwrt/pull/22827 Signed-off-by: Hauke Mehrtens --- diff --git a/target/linux/realtek/dts/rtl931x.dtsi b/target/linux/realtek/dts/rtl931x.dtsi index 68a205d95c7..1e1b855dfbb 100644 --- a/target/linux/realtek/dts/rtl931x.dtsi +++ b/target/linux/realtek/dts/rtl931x.dtsi @@ -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>; };