Re: [PATCH v2 0/2] riscv: dts: sophgo: Fix CPU unit address for SG2042/SG2044
Inochi Amaoto <[email protected]> Wed, 3 Jun 2026 10:06:35 +0800
| Newsgroups | dev.linux.lists.sophgo,org.infradead.lists.linux-riscv,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <178045237640.222315.13582367282574161417.b4-ty@b4> |
On Sun, 26 Apr 2026 09:34:47 +0800, Inochi Amaoto wrote: > The CPU unit addres for SG2042/SG2044 misused the decimal number for the > unit address, Refer to this discussion in the Link, it should be in the > hex format. > > Link: https://lore.kernel.org/devicetree-spec/[email protected]/ > > Change from v1: > - https://lore.kernel.org/all/[email protected] > 1. Apply Guo, Conor and Chen's tags. > 2. Remove Link tag for all patches. > 3. Fix comment for clarification about node name change for all patches. > > [...] Applied to for-next, thanks! [1/2] riscv: dts: sophgo: sg2044: use hex for CPU unit address https://github.com/sophgo/linux/commit/207cbc477406a72952e27ace2eadbae55164f129 [2/2] riscv: dts: sophgo: sg2042: use hex for CPU unit address https://github.com/sophgo/linux/commit/a7e658907686528fe06a11828b04a3e42df9ef18 Thanks, Inochi