[PATCH 0/2] riscv: canaan: enable reset controller for K230 SoC

Junhui Liu posted 2 patches 3 weeks, 1 day ago
arch/riscv/boot/dts/canaan/k230.dtsi | 12 ++++++++++++
drivers/reset/Kconfig                |  2 +-
2 files changed, 13 insertions(+), 1 deletion(-)
[PATCH 0/2] riscv: canaan: enable reset controller for K230 SoC
Posted by Junhui Liu 3 weeks, 1 day ago
Enable the reset controller for the Canaan K230 SoC by setting the
driver to be selected by default and adding the reset controller node
to the device tree. The reset controller is essential for development of
other peripherals.

This is based on the k230-basic branch [1].

Link: https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/h=k230-basic [1]
---
Junhui Liu (2):
      reset: canaan: k230: drop OF dependency and enable by default
      riscv: dts: canaan: add reset controller for K230

 arch/riscv/boot/dts/canaan/k230.dtsi | 12 ++++++++++++
 drivers/reset/Kconfig                |  2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)
---
base-commit: 337616aad69b2fb38b3024b5e2531f7e1739570d
change-id: 20260117-k230-reset-dt-3664394d09aa

Best regards,
-- 
Junhui Liu <junhui.liu@pigmoral.tech>