Re: [PATCH 1/2] riscv: dts: sophgo: sg2044: use hex for CPU unit address
From: Chen Wang
Date: Wed Apr 08 2026 - 05:08:32 EST
On 4/7/2026 7:26 AM, Inochi Amaoto wrote:
Previous the CPU unit address cpu of sg2044 use decimal, it is
not following the general convention for unit addresses of the
OF. Convent the unit address to hex to resolve this problem.
The introduces a small ABI break for the CPU id, but it should
affect nothing since there is no direct full-path reference to
these CPU nodes.
Fixes: 967a94a92aaa ("riscv: dts: add initial Sophgo SG2042 SoC device tree")
Signed-off-by: Inochi Amaoto <inochiama@xxxxxxxxx>
Link: https://lore.kernel.org/devicetree-spec/00ddad5a-02f5-474e-af9c-11ce7716ddfc@xxxxxxxxxxx/
Reviewed-by: Chen Wang <unicorn_wang@xxxxxxxxxxx>
Thanks for your quick action.
Chen
[......]