Skip to content

Commit 63d2b92

Browse files
committed
Merge tag 'at91-dt-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into soc/dt
AT91 device tree updates for 6.4: It contains: - Update to maximum frequency for QSPI on several boards thanks to the additon of the new spi-cs-setup-ns property. * tag 'at91-dt-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux: ARM: dts: at91: sam9x60ek: Set sst26vf064b SPI NOR flash at its maximum frequency ARM: dts: at91: sama5d2_icp: Set sst26vf064b SPI NOR flash at its maximum frequency ARM: dts: at91-sama5d27_som1: Set sst26vf064b SPI NOR flash at its maximum frequency ARM: dts: at91-sama5d27_wlsom1: Set sst26vf064b SPI NOR flash at its maximum frequency Link: https://lore.kernel.org/r/20230331142751.41522-1-nicolas.ferre@microchip.com Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2 parents 8f9abca + 2c0a1fa commit 63d2b92

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

arch/arm/boot/dts/at91-sam9x60ek.dts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,8 @@
578578
#size-cells = <1>;
579579
compatible = "jedec,spi-nor";
580580
reg = <0>;
581-
spi-max-frequency = <80000000>;
581+
spi-max-frequency = <104000000>;
582+
spi-cs-setup-ns = <7>;
582583
spi-tx-bus-width = <4>;
583584
spi-rx-bus-width = <4>;
584585
m25p,fast-read;

arch/arm/boot/dts/at91-sama5d27_som1.dtsi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
#size-cells = <1>;
4444
compatible = "jedec,spi-nor";
4545
reg = <0>;
46-
spi-max-frequency = <80000000>;
46+
spi-max-frequency = <104000000>;
47+
spi-cs-setup-ns = <7>;
4748
spi-tx-bus-width = <4>;
4849
spi-rx-bus-width = <4>;
4950
m25p,fast-read;

arch/arm/boot/dts/at91-sama5d27_wlsom1.dtsi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,8 @@
220220
#size-cells = <1>;
221221
compatible = "jedec,spi-nor";
222222
reg = <0>;
223-
spi-max-frequency = <80000000>;
223+
spi-max-frequency = <104000000>;
224+
spi-cs-setup-ns = <7>;
224225
spi-rx-bus-width = <4>;
225226
spi-tx-bus-width = <4>;
226227
m25p,fast-read;

arch/arm/boot/dts/at91-sama5d2_icp.dts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,8 @@
669669
#size-cells = <1>;
670670
compatible = "jedec,spi-nor";
671671
reg = <0>;
672-
spi-max-frequency = <80000000>;
672+
spi-max-frequency = <104000000>;
673+
spi-cs-setup-ns = <7>;
673674
spi-tx-bus-width = <4>;
674675
spi-rx-bus-width = <4>;
675676
m25p,fast-read;

0 commit comments

Comments
 (0)