]> git.ipfire.org Git - thirdparty/openwrt.git/commit
realtek: rtl931x: fix I2C sda pin 19171/head
authorJonas Jelonek <jelonek.jonas@gmail.com>
Mon, 16 Jun 2025 19:57:27 +0000 (19:57 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Thu, 19 Jun 2025 17:31:41 +0000 (19:31 +0200)
commit0bd5d5f74848c0a658968cfbd7d8f1e677ba9484
treeaeb59cc4d8643925fe138804c764561cc148d029
parent24d9fdff2ea7a5c66678d8fe45a11a3cb73cfa11
realtek: rtl931x: fix I2C sda pin

The drivers for I2C bus and mux for RTL931x have an incorrectly defined
SDA0 pin number, causing an error with correct pin numbers specified in
the device tree.

Using the `show tech-support board` on the vendor firmware of a Netgear
MS510TXM shows the correct pin numbers but they don't work with the
drivers. So fix this.

Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19171
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/realtek/files-6.12/drivers/i2c/busses/i2c-rtl9300.c
target/linux/realtek/files-6.12/drivers/i2c/muxes/i2c-mux-rtl9300.c