Message ID | ec124dab2b1a8776aa39177ecce34babca3a50e2.1713832790.git.dsimic@manjaro.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/2] dt-bindings: arm: rockchip: Correct the descriptions for Pine64 boards | expand |
On Tue, 23 Apr 2024 02:43:43 +0200, Dragan Simic wrote: > 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 continues the description cleanup started with Radxa boards. [1] > > [1] https://lore.kernel.org/linux-rockchip/1e148d6cd4486b31b5e7f3824cf6bccf536b74c0.1713457260.git.dsimic@manjaro.org/ > > Documentation/devicetree/bindings/arm/rockchip.yaml | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
On Tue, 23 Apr 2024 02:43:43 +0200, Dragan Simic wrote: > 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. > > Applied, thanks! [1/2] dt-bindings: arm: rockchip: Correct the descriptions for Pine64 boards commit: 433dafc7b4f9f9a1011d72b32e138b598faa4807 [2/2] arm64: dts: rockchip: Correct the model names for Pine64 boards commit: adbc5e6b457e773f1afa11fdb9b667cd492a7f82 Best regards,
On 2024-04-23 17:09, Rob Herring wrote: > On Tue, 23 Apr 2024 02:43:43 +0200, Dragan Simic wrote: >> 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 continues the description cleanup started with Radxa boards. >> [1] >> >> [1] >> https://lore.kernel.org/linux-rockchip/1e148d6cd4486b31b5e7f3824cf6bccf536b74c0.1713457260.git.dsimic@manjaro.org/ >> >> Documentation/devicetree/bindings/arm/rockchip.yaml | 6 +++--- >> 1 file changed, 3 insertions(+), 3 deletions(-) >> > > Reviewed-by: Rob Herring (Arm) <robh@kernel.org> Thanks!
On 2024-04-23 17:15, Heiko Stuebner wrote: > On Tue, 23 Apr 2024 02:43:43 +0200, Dragan Simic wrote: >> 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. > > Applied, thanks! > > [1/2] dt-bindings: arm: rockchip: Correct the descriptions for Pine64 > boards > commit: 433dafc7b4f9f9a1011d72b32e138b598faa4807 > [2/2] arm64: dts: rockchip: Correct the model names for Pine64 boards > commit: adbc5e6b457e773f1afa11fdb9b667cd492a7f82 Thanks!
diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml index fcf7316ecd74..120db82ec4c2 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml @@ -631,20 +631,20 @@ properties: - const: phytec,rk3288-phycore-som - const: rockchip,rk3288 - - description: Pine64 PinebookPro + - description: Pine64 Pinebook Pro items: - const: pine64,pinebook-pro - const: rockchip,rk3399 - description: Pine64 PineNote items: - enum: - pine64,pinenote-v1.1 - pine64,pinenote-v1.2 - const: pine64,pinenote - const: rockchip,rk3566 - - description: Pine64 PinePhonePro + - description: Pine64 PinePhone Pro items: - const: pine64,pinephone-pro - const: rockchip,rk3399 @@ -682,7 +682,7 @@ properties: - const: pine64,quartzpro64 - const: rockchip,rk3588 - - description: Pine64 SoQuartz SoM + - description: Pine64 SOQuartz items: - enum: - pine64,soquartz-blade
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 continues the description cleanup started with Radxa boards. [1] [1] https://lore.kernel.org/linux-rockchip/1e148d6cd4486b31b5e7f3824cf6bccf536b74c0.1713457260.git.dsimic@manjaro.org/ Documentation/devicetree/bindings/arm/rockchip.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)