From: sandiecao <sandie.cao@deepcomputing.io>
Document the compatible string for the Deepcomputing fml13v05.
It's based on the SpacemiT K3 RISC-V SoC and is designed for the Framework
Laptop 13 Chassis, which has (Framework) SKU FRANHQ0001.
Signed-off-by: sandiecao <sandie.cao@deepcomputing.io>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
---
Documentation/devicetree/bindings/riscv/spacemit.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/riscv/spacemit.yaml b/Documentation/devicetree/bindings/riscv/spacemit.yaml
index b958b94a924d..af8030242bdc 100644
--- a/Documentation/devicetree/bindings/riscv/spacemit.yaml
+++ b/Documentation/devicetree/bindings/riscv/spacemit.yaml
@@ -29,6 +29,7 @@ properties:
- const: spacemit,k1
- items:
- enum:
+ - deepcomputing,fml13v05
- spacemit,k3-pico-itx
- const: spacemit,k3
--
2.43.0
On Tue, Mar 31, 2026 at 11:45:39AM +0800, Sandie Cao wrote: > From: sandiecao <sandie.cao@deepcomputing.io> > > Document the compatible string for the Deepcomputing fml13v05. > It's based on the SpacemiT K3 RISC-V SoC and is designed for the Framework > Laptop 13 Chassis, which has (Framework) SKU FRANHQ0001. > > Signed-off-by: sandiecao <sandie.cao@deepcomputing.io> Name feels clsoe to login name and even login name has a '.' in the middle, so a bit tricky to judge. Please clarify your name. > Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Is the review coming from some internal sysstems or downstream forks? If so, does the review checks the same things as upstream is expected, including known identity in DCO? Best regards, Krzysztof
Hi Sandie, On 11:45 Tue 31 Mar , Sandie Cao wrote: > From: sandiecao <sandie.cao@deepcomputing.io> Can you use more formal format for your name? which, Sandie Cao <sandie.cao@deepcomputing.io> > > Document the compatible string for the Deepcomputing fml13v05. > It's based on the SpacemiT K3 RISC-V SoC and is designed for the Framework > Laptop 13 Chassis, which has (Framework) SKU FRANHQ0001. > > Signed-off-by: sandiecao <sandie.cao@deepcomputing.io> same here > Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> > --- > Documentation/devicetree/bindings/riscv/spacemit.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/riscv/spacemit.yaml b/Documentation/devicetree/bindings/riscv/spacemit.yaml > index b958b94a924d..af8030242bdc 100644 > --- a/Documentation/devicetree/bindings/riscv/spacemit.yaml > +++ b/Documentation/devicetree/bindings/riscv/spacemit.yaml > @@ -29,6 +29,7 @@ properties: > - const: spacemit,k1 > - items: > - enum: > + - deepcomputing,fml13v05 > - spacemit,k3-pico-itx > - const: spacemit,k3 > > -- > 2.43.0 -- Yixun Lan (dlan)
> From: "Yixun Lan"<dlan@kernel.org> > Date: Tue, Mar 31, 2026, 14:03 > Subject: Re: [PATCH v1 1/2] dt-bindings: riscv: spacemit: add deepcomputing,fml13v05 > To: "Sandie Cao"<sandie.cao@deepcomputing.io> > Cc: "Conor Dooley"<conor+dt@kernel.org>, "Emil Renner Berthing"<kernel@esmil.dk>, "Rob Herring"<robh@kernel.org>, "Krzysztof Kozlowski"<krzk+dt@kernel.org>, "Paul Walmsley"<paul.walmsley@sifive.com>, "Palmer Dabbelt"<palmer@dabbelt.com>, "Albert Ou"<aou@eecs.berkeley.edu>, "Heinrich Schuchardt"<heinrich.schuchardt@canonical.com>, "Troy Mitchell"<troy.mitchell@linux.spacemit.com>, "Michael Opdenacker"<michael.opdenacker@rootcommit.com>, "Guodong Xu"<guodong@riscstar.com>, "Hendrik Hamerlinck"<hendrik.hamerlinck@hammernet.be>, "Yangyu Chen"<cyy@cyyself.name>, <spacemit@lists.linux.dev>, <linux-riscv@lists.infradead.org>, <devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org> > Hi Sandie, > On 11:45 Tue 31 Mar , Sandie Cao wrote: > > From: sandiecao <sandie.cao@deepcomputing.io> > > Can you use more formal format for your name? which, > Sandie Cao <sandie.cao@deepcomputing.io> OK. Got it. I will fix it in next version. Sandie > > > > > Document the compatible string for the Deepcomputing fml13v05. > > It's based on the SpacemiT K3 RISC-V SoC and is designed for the Framework > > Laptop 13 Chassis, which has (Framework) SKU FRANHQ0001. > > > > Signed-off-by: sandiecao <sandie.cao@deepcomputing.io> > same here > > Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> > > --- > > Documentation/devicetree/bindings/riscv/spacemit.yaml | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/Documentation/devicetree/bindings/riscv/spacemit.yaml b/Documentation/devicetree/bindings/riscv/spacemit.yaml > > index b958b94a924d..af8030242bdc 100644 > > --- a/Documentation/devicetree/bindings/riscv/spacemit.yaml > > +++ b/Documentation/devicetree/bindings/riscv/spacemit.yaml > > @@ -29,6 +29,7 @@ properties: > > - const: spacemit,k1 > > - items: > > - enum: > > + - deepcomputing,fml13v05 > > - spacemit,k3-pico-itx > > - const: spacemit,k3 > > > > -- > > 2.43.0 > > -- > Yixun Lan (dlan) >
On Tue Mar 31, 2026 at 2:15 PM CST, 曹珊珊 wrote:
>
>> From: "Yixun Lan"<dlan@kernel.org>
>> Date: Tue, Mar 31, 2026, 14:03
>> Subject: Re: [PATCH v1 1/2] dt-bindings: riscv: spacemit: add deepcomputing,fml13v05
>> To: "Sandie Cao"<sandie.cao@deepcomputing.io>
>> Cc: "Conor Dooley"<conor+dt@kernel.org>, "Emil Renner Berthing"<kernel@esmil.dk>, "Rob Herring"<robh@kernel.org>, "Krzysztof Kozlowski"<krzk+dt@kernel.org>, "Paul Walmsley"<paul.walmsley@sifive.com>, "Palmer Dabbelt"<palmer@dabbelt.com>, "Albert Ou"<aou@eecs.berkeley.edu>, "Heinrich Schuchardt"<heinrich.schuchardt@canonical.com>, "Troy Mitchell"<troy.mitchell@linux.spacemit.com>, "Michael Opdenacker"<michael.opdenacker@rootcommit.com>, "Guodong Xu"<guodong@riscstar.com>, "Hendrik Hamerlinck"<hendrik.hamerlinck@hammernet.be>, "Yangyu Chen"<cyy@cyyself.name>, <spacemit@lists.linux.dev>, <linux-riscv@lists.infradead.org>, <devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>
I'm just confused as to why this appeared in the body.
- Troy
> On Tue Mar 31, 2026 at 2:15 PM CST, 曹珊珊 wrote: > > > >> From: "Yixun Lan"<dlan@kernel.org> > >> Date: Tue, Mar 31, 2026, 14:03 > >> Subject: Re: [PATCH v1 1/2] dt-bindings: riscv: spacemit: add deepcomputing,fml13v05 > >> To: "Sandie Cao"<sandie.cao@deepcomputing.io> > >> Cc: "Conor Dooley"<conor+dt@kernel.org>, "Emil Renner Berthing"<kernel@esmil.dk>, "Rob Herring"<robh@kernel.org>, "Krzysztof Kozlowski"<krzk+dt@kernel.org>, "Paul Walmsley"<paul.walmsley@sifive.com>, "Palmer Dabbelt"<palmer@dabbelt.com>, "Albert Ou"<aou@eecs.berkeley.edu>, "Heinrich Schuchardt"<heinrich.schuchardt@canonical.com>, "Troy Mitchell"<troy.mitchell@linux.spacemit.com>, "Michael Opdenacker"<michael.opdenacker@rootcommit.com>, "Guodong Xu"<guodong@riscstar.com>, "Hendrik Hamerlinck"<hendrik.hamerlinck@hammernet.be>, "Yangyu Chen"<cyy@cyyself.name>, <spacemit@lists.linux.dev>, <linux-riscv@lists.infradead.org>, <devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org> > I'm just confused as to why this appeared in the body. > > - Troy > This was the format of my email sender. I correct it now. Thanks. Sandie
© 2016 - 2026 Red Hat, Inc.