public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/2] Add Loongson-2K0300 processor support
@ 2026-03-22  7:13 wjjsn
  2026-03-22 12:35 ` Yao Zi
  0 siblings, 1 reply; 8+ messages in thread
From: wjjsn @ 2026-03-22  7:13 UTC (permalink / raw)
  To: robh, krzk+dt, conor+dt, chenhuacai
  Cc: kernel, devicetree, loongarch, linux-kernel, wjjsn

From: wjjsn <2858482031@qq.com>

The first patch adds the necessary DT binding documentation,
and the second patch adds the DTS and DTSI files for the SoC
and the board.

Changes in v5:
- Remove unneed properties clock-names in node clk

Changes in v4:
- Fix a typo in v3 dt-bindings where 'loongson,99pi' was 
  incorrectly used instead of 'loongson,ls2k0300-ref'.

Changes in v3:
- Corrected the compatible string in DT bindings from 'loongson,99pi' 
  to 'loongson,ls2k0300-ref' to match the board's formal name.

Changes in v2:
- Add DT bindings.
- Included the missing Documentation/devicetree/bindings/ modification.

wjjsn (2):
  dt-bindings: loongarch: Add Loongson-2K0300
  loongarch: boot: dts: Add Loongson-2K0300 support

 .../bindings/loongarch/loongson.yaml          |  4 +
 arch/loongarch/boot/dts/Makefile              |  2 +-
 .../boot/dts/loongson-2k0300-ref.dts          | 34 +++++++
 arch/loongarch/boot/dts/loongson-2k0300.dtsi  | 94 +++++++++++++++++++
 4 files changed, 133 insertions(+), 1 deletion(-)
 create mode 100644 arch/loongarch/boot/dts/loongson-2k0300-ref.dts
 create mode 100644 arch/loongarch/boot/dts/loongson-2k0300.dtsi

-- 
2.43.0


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2026-03-24 16:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-22  7:13 [PATCH v5 0/2] Add Loongson-2K0300 processor support wjjsn
2026-03-22 12:35 ` Yao Zi
2026-03-22 13:15   ` Huacai Chen
2026-03-22 16:33     ` wjjsn
2026-03-23  2:42       ` Yao Zi
2026-03-24 15:09         ` wjjsn
2026-03-24 15:23           ` wjjsn
2026-03-24 16:55           ` Yao Zi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox