From: Conor Dooley <conor.dooley@xxxxxxxxxxxxx> On Thu, 25 Apr 2024 10:21:31 +0200, Thomas Bonnefille wrote: > This adds I2C support in the device tree of the T-Head TH1520 RISCV-SoC > and a default configuration for the BeagleV-Ahead. It appears that the > TH1520 I2C is already supported in the upstream kernel through the > Synopsis Designware I2C adapter driver. > As there is no clock driver for this board as of today, this patch > series uses a fixed-clock named i2c_ic_clk. > There is also no pinctrl driver yet so pinmux must be handled manually > for now. > It also fixes the order of the nodes in the device tree to comply with > device-tree coding-style. > > [...] Applied to riscv-dt-for-next, thanks! [2/4] riscv: boot: dts: thead: Fix node ordering in TH1520 device tree (no commit info) I removed the "boot:" so b4 is probably confused. Thanks, Conor.