Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

+8 -4
+2 -1
arch/arm/boot/dts/at91-sam9x60ek.dts
··· 578 578 #size-cells = <1>; 579 579 compatible = "jedec,spi-nor"; 580 580 reg = <0>; 581 - spi-max-frequency = <80000000>; 581 + spi-max-frequency = <104000000>; 582 + spi-cs-setup-ns = <7>; 582 583 spi-tx-bus-width = <4>; 583 584 spi-rx-bus-width = <4>; 584 585 m25p,fast-read;
+2 -1
arch/arm/boot/dts/at91-sama5d27_som1.dtsi
··· 43 43 #size-cells = <1>; 44 44 compatible = "jedec,spi-nor"; 45 45 reg = <0>; 46 - spi-max-frequency = <80000000>; 46 + spi-max-frequency = <104000000>; 47 + spi-cs-setup-ns = <7>; 47 48 spi-tx-bus-width = <4>; 48 49 spi-rx-bus-width = <4>; 49 50 m25p,fast-read;
+2 -1
arch/arm/boot/dts/at91-sama5d27_wlsom1.dtsi
··· 220 220 #size-cells = <1>; 221 221 compatible = "jedec,spi-nor"; 222 222 reg = <0>; 223 - spi-max-frequency = <80000000>; 223 + spi-max-frequency = <104000000>; 224 + spi-cs-setup-ns = <7>; 224 225 spi-rx-bus-width = <4>; 225 226 spi-tx-bus-width = <4>; 226 227 m25p,fast-read;
+2 -1
arch/arm/boot/dts/at91-sama5d2_icp.dts
··· 669 669 #size-cells = <1>; 670 670 compatible = "jedec,spi-nor"; 671 671 reg = <0>; 672 - spi-max-frequency = <80000000>; 672 + spi-max-frequency = <104000000>; 673 + spi-cs-setup-ns = <7>; 673 674 spi-tx-bus-width = <4>; 674 675 spi-rx-bus-width = <4>; 675 676 m25p,fast-read;