All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/2] add initial Milk-V Duo S board support
@ 2024-04-17  6:53 michael.opdenacker
  2024-04-17  6:53   ` michael.opdenacker
                   ` (3 more replies)
  0 siblings, 4 replies; 26+ messages in thread
From: michael.opdenacker @ 2024-04-17  6:53 UTC (permalink / raw)
  To: Paul Walmsley, Palmer Dabbelt, Albert Ou, Chen Wang,
	Inochi Amaoto
  Cc: Michael Opdenacker, linux-riscv

From: Michael Opdenacker <michael.opdenacker@bootlin.com>

This adds an initial device tree for the Milk-V Duo S board.
Last tested on linux-next on April 17, 2024.

- Changes in V5
  - Fix the commit message describing the board DTS.
    MMC is not supported yet.

- Changes in V4
  - Remove mmc device (&sdhci0) as not working yet with linux-next
  - Use "sophgo,cv1812h" compatible as on the Huashan Pi board.
    Should I call the DTS cv1812h-milkv-duos.dts instead
    of sg2000-milkv-duos.dts?

- Changes in V3
  - Fix enum in devicetree/bindings/riscv/sophgo.yaml

- Changes in V2:
  - Add a first patch to register the new compatible string
    for this board.
  - Use a correct SoC compatible string
  - Add "disable-wp" (disable write protect) property
    to enable write access to the external SD card.

Michael Opdenacker (2):
  dt-bindings: riscv: add Milk-V Duo S board compatibles
  riscv: dts: sophgo: add initial Milk-V Duo S board support

 .../devicetree/bindings/riscv/sophgo.yaml     |  1 +
 arch/riscv/boot/dts/sophgo/Makefile           |  1 +
 .../boot/dts/sophgo/sg2000-milkv-duos.dts     | 34 +++++++++++++++++++
 3 files changed, 36 insertions(+)
 create mode 100644 arch/riscv/boot/dts/sophgo/sg2000-milkv-duos.dts

-- 
2.34.1


_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

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

end of thread, other threads:[~2024-04-23  8:24 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-17  6:53 [PATCH v5 0/2] add initial Milk-V Duo S board support michael.opdenacker
2024-04-17  6:53 ` [PATCH v5 1/2] dt-bindings: riscv: add Milk-V Duo S board compatibles michael.opdenacker
2024-04-17  6:53   ` michael.opdenacker
2024-04-17  9:25   ` Inochi Amaoto
2024-04-17  9:25     ` Inochi Amaoto
2024-04-17  6:53 ` [PATCH v5 2/2] riscv: dts: sophgo: add initial Milk-V Duo S board support michael.opdenacker
2024-04-17  6:53   ` michael.opdenacker
2024-04-17  9:34   ` Inochi Amaoto
2024-04-17  9:34     ` Inochi Amaoto
2024-04-17 15:06     ` Conor Dooley
2024-04-17 15:06       ` Conor Dooley
2024-04-17 22:29       ` Inochi Amaoto
2024-04-17 22:29         ` Inochi Amaoto
2024-04-21  5:57     ` Michael Opdenacker
2024-04-21  5:57       ` Michael Opdenacker
2024-04-21  6:30       ` Inochi Amaoto
2024-04-21  6:30         ` Inochi Amaoto
2024-04-23  6:11         ` Michael Opdenacker
2024-04-23  6:11           ` Michael Opdenacker
2024-04-23  7:57           ` Thomas Bonnefille
2024-04-23  7:57             ` Thomas Bonnefille
2024-04-23  8:24           ` Inochi Amaoto
2024-04-23  8:24             ` Inochi Amaoto
2024-04-17  9:19 ` [PATCH v5 0/2] " Emil Renner Berthing
2024-04-21  5:58   ` Michael Opdenacker
2024-04-18 15:43 ` Rob Herring

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.