]> git.ipfire.org Git - thirdparty/u-boot.git/commit
pinctrl: sunxi: add I2C3 mux for D1/T113-s3 (PG10/PG11)
authorLukas Schmid <lukas.schmid@netcube.li>
Wed, 25 Mar 2026 19:26:09 +0000 (20:26 +0100)
committerAndre Przywara <andre.przywara@arm.com>
Thu, 30 Apr 2026 21:31:03 +0000 (23:31 +0200)
commit9d3bbc99b9038fa64dda92f97e0c29e4808694ec
treeb3408bb9629f9664a5e66f2c77af9ff5d67eb497
parent06b3ae910f10c8d13ea733c05ee75cf0a4fec6fd
pinctrl: sunxi: add I2C3 mux for D1/T113-s3 (PG10/PG11)

Boards based on the Allwinner D1/T113-s3, such as the
NetCube Systems Nagami, can expose a third I2C controller
on PG10/PG11. However, the sun20i_d1 pinctrl function table
lacked an entry for this mux.

Add the "i2c3" function with mux value 3 on PG10/PG11, allowing device
trees to enable the I2C3 controller.

Signed-off-by: Lukas Schmid <lukas.schmid@netcube.li>
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
drivers/pinctrl/sunxi/pinctrl-sunxi.c