[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAJ8Y1dSoin-53s4odwp6ZFZfactLD-HD1h8DpysTZdk-JEDuPA@mail.gmail.com>
Date: Fri, 30 Jan 2026 08:38:26 -0800
From: Ray Jui <ray.jui@...adcom.com>
To: Lee Yongjun <jun85566@...il.com>
Cc: Florian Fainelli <florian.fainelli@...adcom.com>, Ray Jui <rjui@...adcom.com>,
Scott Branden <sbranden@...adcom.com>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>, Conor Dooley <conor+dt@...nel.org>,
bcm-kernel-feedback-list@...adcom.com, linux-arm-kernel@...ts.infradead.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2] arm64: dts: broadcom: ns2-svk: Rename at25 node to eeprom
On Wed, Jan 28, 2026 at 4:28 PM Lee Yongjun <jun85566@...il.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@...il.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@...adcom.com>
Content of type "text/html" skipped
Download attachment "smime.p7s" of type "application/pkcs7-signature" (5449 bytes)
Powered by blists - more mailing lists