Skip to content

Commit b871ac8

Browse files
robherringffainelli
authored andcommitted
arm64: dts: broadcom: ns2-svk: Use non-deprecated at25 properties
The at25,* properties have been deprecated since 2012. This board wasn't upstream until 2014, so it should be safe to switch over to the "new" properties. Signed-off-by: Rob Herring (Arm) <robh@kernel.org> Link: https://lore.kernel.org/r/20260106-dt-dtbs-broadcom-fixes-v1-9-ba45874e4553@kernel.org Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
1 parent fcaa61a commit b871ac8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

arch/arm64/boot/dts/broadcom/northstar2/ns2-svk.dts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@
115115
compatible = "atmel,at25";
116116
reg = <0>;
117117
spi-max-frequency = <5000000>;
118-
at25,byte-len = <0x8000>;
119-
at25,addr-mode = <2>;
120-
at25,page-size = <64>;
118+
size = <0x8000>;
119+
address-width = <16>;
120+
pagesize = <64>;
121121
spi-cpha;
122122
spi-cpol;
123123
pl022,interface = <0>;

0 commit comments

Comments
 (0)