2024-02-08 00:22:27

by Inochi Amaoto

[permalink] [raw]
Subject: [PATCH v2 0/2] riscv: sophgo: add i2c and spi device to CV180x/SG2000x SoCs

Add i2c and spi devices

The patch depends on the clk patch:
https://lore.kernel.org/all/IA1PR20MB4953C774D41EDF1EADB6EC18BB6D2@IA1PR20MB4953.namprd20.prod.outlook.com/

Changed from v1:
1. adjust the order of properties in dts.

Inochi Amaoto (2):
riscv: dts: sophgo: cv18xx: Add spi devices
riscv: dts: sophgo: cv18xx: Add i2c devices

arch/riscv/boot/dts/sophgo/cv18xx.dtsi | 99 ++++++++++++++++++++++++++
1 file changed, 99 insertions(+)

--
2.43.0



2024-04-11 09:44:17

by Inochi Amaoto

[permalink] [raw]
Subject: Re: [PATCH v2 0/2] riscv: sophgo: add i2c and spi device to CV180x/SG2000x SoCs

On Thu, 8 Feb 2024 08:21:29 +0800, Inochi Amaoto wrote:
> Add i2c and spi devices
>
> The patch depends on the clk patch:
> https://lore.kernel.org/all/IA1PR20MB4953C774D41EDF1EADB6EC18BB6D2@IA1PR20MB4953.namprd20.prod.outlook.com/
>
> Changed from v1:
> 1. adjust the order of properties in dts.
>
> [...]

Applied to sophgo/for-next, thanks!

[1/2] riscv: dts: sophgo: cv18xx: Add spi devices
https://github.com/sophgo/linux/commit/4281f8f1489951a97af856e360c5d0bb8dc43096
[2/2] riscv: dts: sophgo: cv18xx: Add i2c devices
https://github.com/sophgo/linux/commit/65fcc08b4cfe92d5d2c39710b3145d0b56e8391d

Thanks,
Inochi