[PATCH v2 0/2] Add DeepComputing FML13V05 board dts

Sandie Cao posted 2 patches 1 day, 4 hours ago
.../devicetree/bindings/riscv/spacemit.yaml   |  1 +
arch/riscv/boot/dts/spacemit/Makefile         |  1 +
.../spacemit/k3-deepcomputing-fml13v05.dts    | 28 +++++++++++++++++++
3 files changed, 30 insertions(+)
create mode 100644 arch/riscv/boot/dts/spacemit/k3-deepcomputing-fml13v05.dts
[PATCH v2 0/2] Add DeepComputing FML13V05 board dts
Posted by Sandie Cao 1 day, 4 hours ago
This series updates Device Tree related files to introduce the
FML13V05 board from DeepComputing, which incorporates a Spacemit
K3 SoC.  This board is designed for use on the Framework Laptop 13
Chassis, which has (Framework) SKU FRANHQ0001.

The series is based on riscv-dt-for-next.

v2:
- Patch 1:
   Use formal format user name.
- Patch 2:
   Use formal format user name.
   Add Reviewed-by from Troy Mitchell.

Link to v1: https://lore.kernel.org/all/20260331034423.67142-1-sandie.cao@deepcomputing.io/

Sandie Cao (2):
  dt-bindings: riscv: spacemit: add deepcomputing,fml13v05
  riscv: dts: spacemit: add DeepComputing FML13V05 board device tree

 .../devicetree/bindings/riscv/spacemit.yaml   |  1 +
 arch/riscv/boot/dts/spacemit/Makefile         |  1 +
 .../spacemit/k3-deepcomputing-fml13v05.dts    | 28 +++++++++++++++++++
 3 files changed, 30 insertions(+)
 create mode 100644 arch/riscv/boot/dts/spacemit/k3-deepcomputing-fml13v05.dts


base-commit: 4a1739c30fc66a59450c1f78923f94607e786882
-- 
2.43.0
Re: [PATCH v2 0/2] Add DeepComputing FML13V05 board dts
Posted by Troy Mitchell 1 day, 3 hours ago
Hi Sandie,

On Tue Mar 31, 2026 at 3:11 PM CST, Sandie Cao wrote:
> This series updates Device Tree related files to introduce the
> FML13V05 board from DeepComputing, which incorporates a Spacemit
> K3 SoC.  This board is designed for use on the Framework Laptop 13
> Chassis, which has (Framework) SKU FRANHQ0001.
>
> The series is based on riscv-dt-for-next.
>
> v2:
> - Patch 1:
>    Use formal format user name.
> - Patch 2:
>    Use formal format user name.
>    Add Reviewed-by from Troy Mitchell.
>
> Link to v1: https://lore.kernel.org/all/20260331034423.67142-1-sandie.cao@deepcomputing.io/
Please slow down a bit. Sending a v2 immediately after a single review doesn't
give others (especially those in different time zones) a chance to look at v1.
It's better to wait a day or two to collect more feedback before sending a new iteration

                        - Troy
Re: [PATCH v2 0/2] Add DeepComputing FML13V05 board dts
Posted by 曹珊珊 1 day, 3 hours ago
> Hi Sandie,
> 
> On Tue Mar 31, 2026 at 3:11 PM CST, Sandie Cao wrote:
> > This series updates Device Tree related files to introduce the
> > FML13V05 board from DeepComputing, which incorporates a Spacemit
> > K3 SoC.  This board is designed for use on the Framework Laptop 13
> > Chassis, which has (Framework) SKU FRANHQ0001.
> >
> > The series is based on riscv-dt-for-next.
> >
> > v2:
> > - Patch 1:
> >    Use formal format user name.
> > - Patch 2:
> >    Use formal format user name.
> >    Add Reviewed-by from Troy Mitchell.
> >
> > Link to v1: https://lore.kernel.org/all/20260331034423.67142-1-sandie.cao@deepcomputing.io/
> Please slow down a bit. Sending a v2 immediately after a single review doesn't
> give others (especially those in different time zones) a chance to look at v1.
> It's better to wait a day or two to collect more feedback before sending a new iteration
> 
>                         - Troy
> 

Got it. 
Thanks a lot.
Sandie