[PATCH 6/8] dt-bindings: riscv: spacemit: add K3 and Pico-ITX board bindings

Guodong Xu posted 8 patches 2 days, 9 hours ago
[PATCH 6/8] dt-bindings: riscv: spacemit: add K3 and Pico-ITX board bindings
Posted by Guodong Xu 2 days, 9 hours ago
Add DT binding documentation for the SpacemiT K3 SoC and the board Pico-ITX
which is a 2.5-inch single-board computer.

Signed-off-by: Guodong Xu <guodong@riscstar.com>
---
 Documentation/devicetree/bindings/riscv/spacemit.yaml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/riscv/spacemit.yaml b/Documentation/devicetree/bindings/riscv/spacemit.yaml
index 9c49482002f768cd0cc59be6db02659a43fa31ce..003b0bc1539b621e39172a0565dfea1274cbc8b8 100644
--- a/Documentation/devicetree/bindings/riscv/spacemit.yaml
+++ b/Documentation/devicetree/bindings/riscv/spacemit.yaml
@@ -8,7 +8,8 @@ title: SpacemiT SoC-based boards
 
 maintainers:
   - Yangyu Chen <cyy@cyyself.name>
-  - Yixun Lan <dlan@gentoo.org>
+  - Yixun Lan   <dlan@gentoo.org>
+  - Guodong Xu  <guodong@riscstar.com>
 
 description:
   SpacemiT SoC-based boards
@@ -26,6 +27,9 @@ properties:
               - xunlong,orangepi-r2s
               - xunlong,orangepi-rv2
           - const: spacemit,k1
+      - items:
+          - const: spacemit,k3-pico-itx
+          - const: spacemit,k3
 
 additionalProperties: true
 

-- 
2.43.0
Re: [PATCH 6/8] dt-bindings: riscv: spacemit: add K3 and Pico-ITX board bindings
Posted by Yixun Lan 2 days, 8 hours ago
Hi Guodong,

On 21:32 Tue 16 Dec     , Guodong Xu wrote:
> Add DT binding documentation for the SpacemiT K3 SoC and the board Pico-ITX
> which is a 2.5-inch single-board computer.
> 
> Signed-off-by: Guodong Xu <guodong@riscstar.com>
> ---
>  Documentation/devicetree/bindings/riscv/spacemit.yaml | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/riscv/spacemit.yaml b/Documentation/devicetree/bindings/riscv/spacemit.yaml
> index 9c49482002f768cd0cc59be6db02659a43fa31ce..003b0bc1539b621e39172a0565dfea1274cbc8b8 100644
> --- a/Documentation/devicetree/bindings/riscv/spacemit.yaml
> +++ b/Documentation/devicetree/bindings/riscv/spacemit.yaml
> @@ -8,7 +8,8 @@ title: SpacemiT SoC-based boards
>  
>  maintainers:
>    - Yangyu Chen <cyy@cyyself.name>
> -  - Yixun Lan <dlan@gentoo.org>
> +  - Yixun Lan   <dlan@gentoo.org>
> +  - Guodong Xu  <guodong@riscstar.com>
please simply use "one blank space" here, it's more consistent,
trying to align them like this would result in even worse situation..
 
- only email addresses got aligned while not user names (first, second
  name?)
- adding another maintainer in future may break the alignment (if long
  name)

-- 
Yixun Lan (dlan)
Re: [PATCH 6/8] dt-bindings: riscv: spacemit: add K3 and Pico-ITX board bindings
Posted by Conor Dooley 2 days, 6 hours ago
On Tue, Dec 16, 2025 at 11:05:30PM +0800, Yixun Lan wrote:
> Hi Guodong,
> 
> On 21:32 Tue 16 Dec     , Guodong Xu wrote:
> > Add DT binding documentation for the SpacemiT K3 SoC and the board Pico-ITX
> > which is a 2.5-inch single-board computer.
> > 
> > Signed-off-by: Guodong Xu <guodong@riscstar.com>
> > ---
> >  Documentation/devicetree/bindings/riscv/spacemit.yaml | 6 +++++-
> >  1 file changed, 5 insertions(+), 1 deletion(-)
> > 
> > diff --git a/Documentation/devicetree/bindings/riscv/spacemit.yaml b/Documentation/devicetree/bindings/riscv/spacemit.yaml
> > index 9c49482002f768cd0cc59be6db02659a43fa31ce..003b0bc1539b621e39172a0565dfea1274cbc8b8 100644
> > --- a/Documentation/devicetree/bindings/riscv/spacemit.yaml
> > +++ b/Documentation/devicetree/bindings/riscv/spacemit.yaml
> > @@ -8,7 +8,8 @@ title: SpacemiT SoC-based boards
> >  
> >  maintainers:
> >    - Yangyu Chen <cyy@cyyself.name>
> > -  - Yixun Lan <dlan@gentoo.org>
> > +  - Yixun Lan   <dlan@gentoo.org>
> > +  - Guodong Xu  <guodong@riscstar.com>
> please simply use "one blank space" here, it's more consistent,
> trying to align them like this would result in even worse situation..
>  
> - only email addresses got aligned while not user names (first, second
>   name?)
> - adding another maintainer in future may break the alignment (if long
>   name)

Yeah, these are never aligned. Just do one space gap.
Re: [PATCH 6/8] dt-bindings: riscv: spacemit: add K3 and Pico-ITX board bindings
Posted by Guodong Xu 1 day, 22 hours ago
On Wed, Dec 17, 2025 at 12:33 AM Conor Dooley <conor@kernel.org> wrote:
>
> On Tue, Dec 16, 2025 at 11:05:30PM +0800, Yixun Lan wrote:
> > Hi Guodong,
> >
> > On 21:32 Tue 16 Dec     , Guodong Xu wrote:
> > > Add DT binding documentation for the SpacemiT K3 SoC and the board Pico-ITX
> > > which is a 2.5-inch single-board computer.
> > >
> > > Signed-off-by: Guodong Xu <guodong@riscstar.com>
> > > ---
> > >  Documentation/devicetree/bindings/riscv/spacemit.yaml | 6 +++++-
> > >  1 file changed, 5 insertions(+), 1 deletion(-)
> > >
> > > diff --git a/Documentation/devicetree/bindings/riscv/spacemit.yaml b/Documentation/devicetree/bindings/riscv/spacemit.yaml
> > > index 9c49482002f768cd0cc59be6db02659a43fa31ce..003b0bc1539b621e39172a0565dfea1274cbc8b8 100644
> > > --- a/Documentation/devicetree/bindings/riscv/spacemit.yaml
> > > +++ b/Documentation/devicetree/bindings/riscv/spacemit.yaml
> > > @@ -8,7 +8,8 @@ title: SpacemiT SoC-based boards
> > >
> > >  maintainers:
> > >    - Yangyu Chen <cyy@cyyself.name>
> > > -  - Yixun Lan <dlan@gentoo.org>
> > > +  - Yixun Lan   <dlan@gentoo.org>
> > > +  - Guodong Xu  <guodong@riscstar.com>
> > please simply use "one blank space" here, it's more consistent,
> > trying to align them like this would result in even worse situation..
> >
> > - only email addresses got aligned while not user names (first, second
> >   name?)
> > - adding another maintainer in future may break the alignment (if long
> >   name)
>
> Yeah, these are never aligned. Just do one space gap.

Thanks Yixun, Conor. I will fix that.

-Guodong