* [PATCH 1/1] arm64: dts: allwinner: correct the model name for Radxa Cubie A5E
@ 2025-04-16 10:00 Chukun Pan
2025-04-16 10:11 ` Andre Przywara
2025-04-24 17:52 ` Chen-Yu Tsai
0 siblings, 2 replies; 9+ messages in thread
From: Chukun Pan @ 2025-04-16 10:00 UTC (permalink / raw)
To: Chen-Yu Tsai
Cc: Rob Herring, Conor Dooley, Samuel Holland, Andre Przywara,
Krzysztof Kozlowski, Jernej Skrabec, linux-arm-kernel,
linux-kernel, linux-sunxi, devicetree, Chukun Pan
According to https://radxa.com/products/cubie/a5e,
the name of this board should be "Radxa Cubie A5E".
This is also consistent with the dt-bindings.
Fixes: 80e0fb4e491b ("arm64: dts: allwinner: a523: add Radxa A5E support")
Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
---
arch/arm64/boot/dts/allwinner/sun55i-a527-radxa-a5e.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/allwinner/sun55i-a527-radxa-a5e.dts b/arch/arm64/boot/dts/allwinner/sun55i-a527-radxa-a5e.dts
index 912e1bda974c..03c9a9ef5adc 100644
--- a/arch/arm64/boot/dts/allwinner/sun55i-a527-radxa-a5e.dts
+++ b/arch/arm64/boot/dts/allwinner/sun55i-a527-radxa-a5e.dts
@@ -8,7 +8,7 @@
#include <dt-bindings/gpio/gpio.h>
/ {
- model = "Radxa A5E";
+ model = "Radxa Cubie A5E";
compatible = "radxa,cubie-a5e", "allwinner,sun55i-a527";
aliases {
--
2.25.1
^ permalink raw reply related [flat|nested] 9+ messages in thread* Re: [PATCH 1/1] arm64: dts: allwinner: correct the model name for Radxa Cubie A5E 2025-04-16 10:00 [PATCH 1/1] arm64: dts: allwinner: correct the model name for Radxa Cubie A5E Chukun Pan @ 2025-04-16 10:11 ` Andre Przywara 2025-04-24 17:52 ` Chen-Yu Tsai 1 sibling, 0 replies; 9+ messages in thread From: Andre Przywara @ 2025-04-16 10:11 UTC (permalink / raw) To: Chukun Pan Cc: Chen-Yu Tsai, Rob Herring, Conor Dooley, Samuel Holland, Krzysztof Kozlowski, Jernej Skrabec, linux-arm-kernel, linux-kernel, linux-sunxi, devicetree On Wed, 16 Apr 2025 18:00:06 +0800 Chukun Pan <amadeus@jmu.edu.cn> wrote: > According to https://radxa.com/products/cubie/a5e, > the name of this board should be "Radxa Cubie A5E". > This is also consistent with the dt-bindings. > > Fixes: 80e0fb4e491b ("arm64: dts: allwinner: a523: add Radxa A5E support") > Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn> Indeed, thanks for sending a patch! Reviewed-by: Andre Przywara <andre.przywara@arm.com> Cheers, Andre > --- > arch/arm64/boot/dts/allwinner/sun55i-a527-radxa-a5e.dts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/allwinner/sun55i-a527-radxa-a5e.dts b/arch/arm64/boot/dts/allwinner/sun55i-a527-radxa-a5e.dts > index 912e1bda974c..03c9a9ef5adc 100644 > --- a/arch/arm64/boot/dts/allwinner/sun55i-a527-radxa-a5e.dts > +++ b/arch/arm64/boot/dts/allwinner/sun55i-a527-radxa-a5e.dts > @@ -8,7 +8,7 @@ > #include <dt-bindings/gpio/gpio.h> > > / { > - model = "Radxa A5E"; > + model = "Radxa Cubie A5E"; > compatible = "radxa,cubie-a5e", "allwinner,sun55i-a527"; > > aliases { ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 1/1] arm64: dts: allwinner: correct the model name for Radxa Cubie A5E 2025-04-16 10:00 [PATCH 1/1] arm64: dts: allwinner: correct the model name for Radxa Cubie A5E Chukun Pan 2025-04-16 10:11 ` Andre Przywara @ 2025-04-24 17:52 ` Chen-Yu Tsai 2025-04-25 2:35 ` Yixun Lan 1 sibling, 1 reply; 9+ messages in thread From: Chen-Yu Tsai @ 2025-04-24 17:52 UTC (permalink / raw) To: Chukun Pan Cc: Rob Herring, Conor Dooley, Samuel Holland, Andre Przywara, Krzysztof Kozlowski, Jernej Skrabec, linux-arm-kernel, linux-kernel, linux-sunxi, devicetree On Wed, 16 Apr 2025 18:00:06 +0800, Chukun Pan wrote: > According to https://radxa.com/products/cubie/a5e, > the name of this board should be "Radxa Cubie A5E". > This is also consistent with the dt-bindings. > > Applied to dt-for-6.16 in git@github.com:linux-sunxi/linux-sunxi.git, thanks! [1/1] arm64: dts: allwinner: correct the model name for Radxa Cubie A5E commit: 1e5a69d67d1b3c55c9b0cd3933af1436b5d52aa1 Best regards, -- Chen-Yu Tsai <wens@csie.org> ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 1/1] arm64: dts: allwinner: correct the model name for Radxa Cubie A5E 2025-04-24 17:52 ` Chen-Yu Tsai @ 2025-04-25 2:35 ` Yixun Lan 2025-04-25 3:00 ` Chukun Pan 0 siblings, 1 reply; 9+ messages in thread From: Yixun Lan @ 2025-04-25 2:35 UTC (permalink / raw) To: Chen-Yu Tsai Cc: Chukun Pan, Rob Herring, Conor Dooley, Samuel Holland, Andre Przywara, Krzysztof Kozlowski, Jernej Skrabec, linux-arm-kernel, linux-kernel, linux-sunxi, devicetree Hi Chukun, Chen-Yu, On 01:52 Fri 25 Apr , Chen-Yu Tsai wrote: > On Wed, 16 Apr 2025 18:00:06 +0800, Chukun Pan wrote: > > According to https://radxa.com/products/cubie/a5e, > > the name of this board should be "Radxa Cubie A5E". > > This is also consistent with the dt-bindings. > > > > > > Applied to dt-for-6.16 in git@github.com:linux-sunxi/linux-sunxi.git, thanks! > > [1/1] arm64: dts: allwinner: correct the model name for Radxa Cubie A5E > commit: 1e5a69d67d1b3c55c9b0cd3933af1436b5d52aa1 > It seems I'm a little bit late for this, but while we are here, Can we also append 'cubie' to dts file name? e.g. - sun55i-a527-radxa-cubie-a5e.dts for the reasons: 1) there are already too many product lines from Radxa - Rock, Orion, Zero.. some dts file in rockchip already adopt this name scheme: arch/arm64/boot/dts/rockchip/rk3566-radxa-zero-3e.dts 2) there might be more products in the future for the cubie series.. Chukun, if people agree on this, could you send a follow-up patch to address this? -- Yixun Lan (dlan) ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 1/1] arm64: dts: allwinner: correct the model name for Radxa Cubie A5E 2025-04-25 2:35 ` Yixun Lan @ 2025-04-25 3:00 ` Chukun Pan 2025-04-25 3:52 ` Chen-Yu Tsai 0 siblings, 1 reply; 9+ messages in thread From: Chukun Pan @ 2025-04-25 3:00 UTC (permalink / raw) To: dlan Cc: amadeus, andre.przywara, conor+dt, devicetree, jernej.skrabec, krzk+dt, linux-arm-kernel, linux-kernel, linux-sunxi, robh, samuel, wens Hi, > It seems I'm a little bit late for this, but while we are here, > Can we also append 'cubie' to dts file name? > e.g. - sun55i-a527-radxa-cubie-a5e.dts Usually we use the device name (without the vendor name), maybe sun55i-a527-cubie-a5e.dts would be better? Thanks, Chukun -- 2.25.1 ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 1/1] arm64: dts: allwinner: correct the model name for Radxa Cubie A5E 2025-04-25 3:00 ` Chukun Pan @ 2025-04-25 3:52 ` Chen-Yu Tsai 2025-04-25 4:47 ` Yixun Lan 2025-04-25 9:46 ` Andre Przywara 0 siblings, 2 replies; 9+ messages in thread From: Chen-Yu Tsai @ 2025-04-25 3:52 UTC (permalink / raw) To: Chukun Pan, andre.przywara Cc: dlan, conor+dt, devicetree, jernej.skrabec, krzk+dt, linux-arm-kernel, linux-kernel, linux-sunxi, robh, samuel On Fri, Apr 25, 2025 at 11:00 AM Chukun Pan <amadeus@jmu.edu.cn> wrote: > > Hi, > > > It seems I'm a little bit late for this, but while we are here, > > Can we also append 'cubie' to dts file name? > > e.g. - sun55i-a527-radxa-cubie-a5e.dts > > Usually we use the device name (without the vendor name), > maybe sun55i-a527-cubie-a5e.dts would be better? I agree with this one. I can probably squash in a name change (since I'll be squashing in the SD card slot fix anyway). Andre? In that case would you prefer to keep your current patch separate, or squashed in so that everything is clean from the first commit? It's up to you since you lose out on commit stats. Thanks ChenYu > Thanks, > Chukun > > -- > 2.25.1 > > ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 1/1] arm64: dts: allwinner: correct the model name for Radxa Cubie A5E 2025-04-25 3:52 ` Chen-Yu Tsai @ 2025-04-25 4:47 ` Yixun Lan 2025-04-25 15:27 ` Chen-Yu Tsai 2025-04-25 9:46 ` Andre Przywara 1 sibling, 1 reply; 9+ messages in thread From: Yixun Lan @ 2025-04-25 4:47 UTC (permalink / raw) To: Chen-Yu Tsai Cc: Chukun Pan, andre.przywara, conor+dt, devicetree, jernej.skrabec, krzk+dt, linux-arm-kernel, linux-kernel, linux-sunxi, robh, samuel Hi Chukun, Chen-Yu, On 11:52 Fri 25 Apr , Chen-Yu Tsai wrote: > On Fri, Apr 25, 2025 at 11:00 AM Chukun Pan <amadeus@jmu.edu.cn> wrote: > > > > Hi, > > > > > It seems I'm a little bit late for this, but while we are here, > > > Can we also append 'cubie' to dts file name? > > > e.g. - sun55i-a527-radxa-cubie-a5e.dts > > > > Usually we use the device name (without the vendor name), > > maybe sun55i-a527-cubie-a5e.dts would be better? > > I agree with this one. > I personally would prefer to keep vendor name, it's more explicit and easy for poeple to distinguish/find the board dts but, this isn't something I really care, so I won't insist on this, please proceed either way, thanks > I can probably squash in a name change (since I'll be squashing in the > SD card slot fix anyway). Andre? > I think it is better > > In that case would you prefer to keep your current patch separate, or > squashed in so that everything is clean from the first commit? > > It's up to you since you lose out on commit stats. > > > Thanks > ChenYu > > > Thanks, > > Chukun > > > > -- > > 2.25.1 > > > > -- Yixun Lan (dlan) ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 1/1] arm64: dts: allwinner: correct the model name for Radxa Cubie A5E 2025-04-25 4:47 ` Yixun Lan @ 2025-04-25 15:27 ` Chen-Yu Tsai 0 siblings, 0 replies; 9+ messages in thread From: Chen-Yu Tsai @ 2025-04-25 15:27 UTC (permalink / raw) To: Yixun Lan Cc: Chukun Pan, andre.przywara, conor+dt, devicetree, jernej.skrabec, krzk+dt, linux-arm-kernel, linux-kernel, linux-sunxi, robh, samuel On Fri, Apr 25, 2025 at 12:47 PM Yixun Lan <dlan@gentoo.org> wrote: > > Hi Chukun, Chen-Yu, > > On 11:52 Fri 25 Apr , Chen-Yu Tsai wrote: > > On Fri, Apr 25, 2025 at 11:00 AM Chukun Pan <amadeus@jmu.edu.cn> wrote: > > > > > > Hi, > > > > > > > It seems I'm a little bit late for this, but while we are here, > > > > Can we also append 'cubie' to dts file name? > > > > e.g. - sun55i-a527-radxa-cubie-a5e.dts > > > > > > Usually we use the device name (without the vendor name), > > > maybe sun55i-a527-cubie-a5e.dts would be better? > > > > I agree with this one. > > > I personally would prefer to keep vendor name, it's more explicit > and easy for poeple to distinguish/find the board dts We really only have the board name, which sometimes combines a brand name, but not the vendor name. Same goes for all of Radxa's other Rockchip boards. The file names are all rk3xxx-rock?????.dts. And all the LibreELEC boards are ????-nanopi-???.dts. ChenYu > but, this isn't something I really care, so I won't insist on this, > please proceed either way, thanks > > > I can probably squash in a name change (since I'll be squashing in the > > SD card slot fix anyway). Andre? > > > I think it is better > > > > > In that case would you prefer to keep your current patch separate, or > > squashed in so that everything is clean from the first commit? > > > > It's up to you since you lose out on commit stats. > > > > > > Thanks > > ChenYu > > > > > Thanks, > > > Chukun > > > > > > -- > > > 2.25.1 > > > > > > > > -- > Yixun Lan (dlan) > ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 1/1] arm64: dts: allwinner: correct the model name for Radxa Cubie A5E 2025-04-25 3:52 ` Chen-Yu Tsai 2025-04-25 4:47 ` Yixun Lan @ 2025-04-25 9:46 ` Andre Przywara 1 sibling, 0 replies; 9+ messages in thread From: Andre Przywara @ 2025-04-25 9:46 UTC (permalink / raw) To: Chen-Yu Tsai Cc: Chukun Pan, dlan, conor+dt, devicetree, jernej.skrabec, krzk+dt, linux-arm-kernel, linux-kernel, linux-sunxi, robh, samuel On Fri, 25 Apr 2025 11:52:42 +0800 Chen-Yu Tsai <wens@csie.org> wrote: > On Fri, Apr 25, 2025 at 11:00 AM Chukun Pan <amadeus@jmu.edu.cn> wrote: > > > > Hi, > > > > > It seems I'm a little bit late for this, but while we are here, > > > Can we also append 'cubie' to dts file name? > > > e.g. - sun55i-a527-radxa-cubie-a5e.dts > > > > Usually we use the device name (without the vendor name), > > maybe sun55i-a527-cubie-a5e.dts would be better? > > I agree with this one. > > I can probably squash in a name change (since I'll be squashing in the > SD card slot fix anyway). Andre? Yes, I noticed that yesterday as well. So that's fine with me: both the name change and the squash. Cheers, Andre > In that case would you prefer to keep your current patch separate, or > squashed in so that everything is clean from the first commit? > > It's up to you since you lose out on commit stats. > > > Thanks > ChenYu > > > Thanks, > > Chukun > > > > -- > > 2.25.1 > > > > ^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2025-04-25 16:35 UTC | newest] Thread overview: 9+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2025-04-16 10:00 [PATCH 1/1] arm64: dts: allwinner: correct the model name for Radxa Cubie A5E Chukun Pan 2025-04-16 10:11 ` Andre Przywara 2025-04-24 17:52 ` Chen-Yu Tsai 2025-04-25 2:35 ` Yixun Lan 2025-04-25 3:00 ` Chukun Pan 2025-04-25 3:52 ` Chen-Yu Tsai 2025-04-25 4:47 ` Yixun Lan 2025-04-25 15:27 ` Chen-Yu Tsai 2025-04-25 9:46 ` Andre Przywara
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox