* [PATCH v2] arm64: dts: broadcom: ns2-svk: Rename at25 node to eeprom
@ 2026-01-29 0:28 Lee Yongjun
2026-01-30 16:38 ` Ray Jui
0 siblings, 1 reply; 2+ messages in thread
From: Lee Yongjun @ 2026-01-29 0:28 UTC (permalink / raw)
To: Florian Fainelli
Cc: Ray Jui, Scott Branden, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, bcm-kernel-feedback-list, linux-arm-kernel,
devicetree, linux-kernel, Lee Yongjun
The AT25 EEPROM node on the Northstar 2 SVK board uses a non-standard
node name, which triggers dtbs_check warnings.
Update the node to follow the dt-schema by renaming the node from
at25@0 to eeprom@0.
Note that other legacy property updates (byte-len, page-size, addr-mode)
are handled by a separate patch.
Signed-off-by: Lee Yongjun <jun85566@gmail.com>
---
Changes in v2:
- Dropped property updates (size, pagesize, etc) as they are handled by another patch.
- Renamed the node as requested by the maintainer.
arch/arm64/boot/dts/broadcom/northstar2/ns2-svk.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/broadcom/northstar2/ns2-svk.dts b/arch/arm64/boot/dts/broadcom/northstar2/ns2-svk.dts
index 5939d342aec7..ce1b099a8804 100644
--- a/arch/arm64/boot/dts/broadcom/northstar2/ns2-svk.dts
+++ b/arch/arm64/boot/dts/broadcom/northstar2/ns2-svk.dts
@@ -127,7 +127,7 @@ slic@0 {
&ssp1 {
status = "okay";
- at25@0 {
+ eeprom@0 {
compatible = "atmel,at25";
reg = <0>;
spi-max-frequency = <5000000>;
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v2] arm64: dts: broadcom: ns2-svk: Rename at25 node to eeprom
2026-01-29 0:28 [PATCH v2] arm64: dts: broadcom: ns2-svk: Rename at25 node to eeprom Lee Yongjun
@ 2026-01-30 16:38 ` Ray Jui
0 siblings, 0 replies; 2+ messages in thread
From: Ray Jui @ 2026-01-30 16:38 UTC (permalink / raw)
To: Lee Yongjun
Cc: Florian Fainelli, Ray Jui, Scott Branden, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, bcm-kernel-feedback-list,
linux-arm-kernel, devicetree, linux-kernel
[-- Attachment #1.1: Type: text/plain, Size: 1383 bytes --]
On Wed, Jan 28, 2026 at 4:28 PM Lee Yongjun <jun85566@gmail.com> wrote:
> The AT25 EEPROM node on the Northstar 2 SVK board uses a non-standard
> node name, which triggers dtbs_check warnings.
>
> Update the node to follow the dt-schema by renaming the node from
> at25@0 to eeprom@0.
>
> Note that other legacy property updates (byte-len, page-size, addr-mode)
> are handled by a separate patch.
>
> Signed-off-by: Lee Yongjun <jun85566@gmail.com>
> ---
> Changes in v2:
> - Dropped property updates (size, pagesize, etc) as they are handled by
> another patch.
> - Renamed the node as requested by the maintainer.
>
> arch/arm64/boot/dts/broadcom/northstar2/ns2-svk.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/broadcom/northstar2/ns2-svk.dts
> b/arch/arm64/boot/dts/broadcom/northstar2/ns2-svk.dts
> index 5939d342aec7..ce1b099a8804 100644
> --- a/arch/arm64/boot/dts/broadcom/northstar2/ns2-svk.dts
> +++ b/arch/arm64/boot/dts/broadcom/northstar2/ns2-svk.dts
> @@ -127,7 +127,7 @@ slic@0 {
> &ssp1 {
> status = "okay";
>
> - at25@0 {
> + eeprom@0 {
> compatible = "atmel,at25";
> reg = <0>;
> spi-max-frequency = <5000000>;
> --
> 2.34.1
>
> Looks fine to me. Thanks.
Acked-by: Ray Jui <ray.jui@broadcom.com>
[-- Attachment #1.2: Type: text/html, Size: 1975 bytes --]
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 5449 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-01-30 16:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-29 0:28 [PATCH v2] arm64: dts: broadcom: ns2-svk: Rename at25 node to eeprom Lee Yongjun
2026-01-30 16:38 ` Ray Jui
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox