devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Icenowy Zheng <uwu@icenowy.me>
To: Dragan Simic <dsimic@manjaro.org>, linux-sunxi@lists.linux.dev
Cc: wens@csie.org, jernej.skrabec@gmail.com, samuel@sholland.org,
	 linux-arm-kernel@lists.infradead.org,
	devicetree@vger.kernel.org,  robh+dt@kernel.org,
	krzk+dt@kernel.org, conor+dt@kernel.org,
	 linux-kernel@vger.kernel.org, didi.debian@cknow.org,
	Marek Kraus <gamiee@pine64.org>
Subject: Re: [PATCH 1/2] dt-bindings: arm: sunxi: Correct the descriptions for Pine64 boards
Date: Wed, 22 May 2024 08:48:09 +0800	[thread overview]
Message-ID: <057b4a5504656bb7455ead39768d9e7167fb724b.camel@icenowy.me> (raw)
In-Reply-To: <d2943d9f4c99a239f86188eaf45a73972685c255.1713833436.git.dsimic@manjaro.org>

在 2024-04-23星期二的 03:00 +0200,Dragan Simic写道:
> Correct the descriptions of a few Pine64 boards and devices,
> according
> to their official names used on the Pine64 wiki.  This ensures
> consistency
> between the officially used names and the names in the source code.
> 
> Cc: Marek Kraus <gamiee@pine64.org>
> Signed-off-by: Dragan Simic <dsimic@manjaro.org>
> ---
> 
> Notes:
>     This completes the correction of the descriptions of the Pine64
> boards
>     and devices, which was started with the Pine64 boards and devices
> based
>     on Rockchip SoCs. [1]
>     
>     [1]
> https://lore.kernel.org/linux-rockchip/ec124dab2b1a8776aa39177ecce34babca3a50e2.1713832790.git.dsimic@manjaro.org/
> 
>  Documentation/devicetree/bindings/arm/sunxi.yaml | 12 ++++++------
>  1 file changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/arm/sunxi.yaml
> b/Documentation/devicetree/bindings/arm/sunxi.yaml
> index 09d835db6db5..b66873ae2d71 100644
> --- a/Documentation/devicetree/bindings/arm/sunxi.yaml
> +++ b/Documentation/devicetree/bindings/arm/sunxi.yaml
> @@ -709,17 +709,17 @@ properties:
>            - const: sochip,s3
>            - const: allwinner,sun8i-v3
>  
> -      - description: Pine64 PineH64 model A
> +      - description: Pine64 H64 Model A
>          items:
>            - const: pine64,pine-h64
>            - const: allwinner,sun50i-h6
>  
> -      - description: Pine64 PineH64 model B
> +      - description: Pine64 H64 Model B

Sorry for replying so late, but I don't think there is a Pine64 H64
board. The Pine64 wiki calls it Pine H64. [1]

[1] https://wiki.pine64.org/wiki/PINE_H64

>          items:
>            - const: pine64,pine-h64-model-b
>            - const: allwinner,sun50i-h6
>  
> -      - description: Pine64 LTS
> +      - description: Pine64 A64 LTS
>          items:
>            - const: pine64,pine64-lts
>            - const: allwinner,sun50i-r18
> @@ -748,17 +748,17 @@ properties:
>            - const: pine64,pinephone
>            - const: allwinner,sun50i-a64
>  
> -      - description: Pine64 PineTab, Development Sample
> +      - description: Pine64 PineTab Developer Sample
>          items:
>            - const: pine64,pinetab
>            - const: allwinner,sun50i-a64
>  
> -      - description: Pine64 PineTab, Early Adopter's batch (and
> maybe later ones)
> +      - description: Pine64 PineTab Early Adopter
>          items:
>            - const: pine64,pinetab-early-adopter
>            - const: allwinner,sun50i-a64
>  
> -      - description: Pine64 SoPine Baseboard
> +      - description: Pine64 SOPine
>          items:
>            - const: pine64,sopine-baseboard
>            - const: pine64,sopine
> 


  parent reply	other threads:[~2024-05-22  0:48 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-23  1:00 [PATCH 1/2] dt-bindings: arm: sunxi: Correct the descriptions for Pine64 boards Dragan Simic
2024-04-23  1:00 ` [PATCH 2/2] arm64: dts: allwinner: Correct the model names " Dragan Simic
2024-04-24 18:51   ` Jernej Škrabec
2024-04-24 18:53     ` Dragan Simic
2024-04-23 15:10 ` [PATCH 1/2] dt-bindings: arm: sunxi: Correct the descriptions " Rob Herring
2024-04-24  6:38   ` Dragan Simic
2024-05-22  0:48 ` Icenowy Zheng [this message]
2024-05-22  6:10   ` Dragan Simic
2024-05-22 10:05     ` Andre Przywara
2024-05-22 13:06       ` Dragan Simic
2024-05-26 16:40         ` Dragan Simic

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=057b4a5504656bb7455ead39768d9e7167fb724b.camel@icenowy.me \
    --to=uwu@icenowy.me \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=didi.debian@cknow.org \
    --cc=dsimic@manjaro.org \
    --cc=gamiee@pine64.org \
    --cc=jernej.skrabec@gmail.com \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-sunxi@lists.linux.dev \
    --cc=robh+dt@kernel.org \
    --cc=samuel@sholland.org \
    --cc=wens@csie.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).