Re: [PATCH 1/2] spi: sunxi: drop max_hz handling

2024-07-16 Thread Andre Przywara
On Tue, 16 Jul 2024 08:58:14 +0200 "Michael Walle" wrote: > Hi, > > > > The driver is trying to read the "spi-max-frequency" property of the > > > *controller* driver node. There is no such property. The > > > "spi-max-frequency" property belongs to the SPI devices on the bus. > > > > Ah, inde

Re: [PATCH 1/2] spi: sunxi: drop max_hz handling

2024-07-15 Thread Michael Walle
Hi, > > The driver is trying to read the "spi-max-frequency" property of the > > *controller* driver node. There is no such property. The > > "spi-max-frequency" property belongs to the SPI devices on the bus. > > Ah, indeed, good catch! Many thanks for sending this! > > > Right now, the driver

Re: [PATCH 1/2] spi: sunxi: drop max_hz handling

2024-07-15 Thread Andre Przywara
On Fri, 12 Jul 2024 19:14:56 +0200 Michael Walle wrote: Hi Michael, > The driver is trying to read the "spi-max-frequency" property of the > *controller* driver node. There is no such property. The > "spi-max-frequency" property belongs to the SPI devices on the bus. Ah, indeed, good catch! Man

[PATCH 1/2] spi: sunxi: drop max_hz handling

2024-07-12 Thread Michael Walle
The driver is trying to read the "spi-max-frequency" property of the *controller* driver node. There is no such property. The "spi-max-frequency" property belongs to the SPI devices on the bus. Right now, the driver will always fall back to the default value of 1MHz and thus flash reads are very s