mediatek: mt7988: fix peripheral SPI busses
authorDaniel Golle <daniel@makrotopia.org>
Fri, 1 Nov 2024 03:37:51 +0000 (03:37 +0000)
committerDaniel Golle <daniel@makrotopia.org>
Fri, 1 Nov 2024 03:40:36 +0000 (03:40 +0000)
commit2b173ab730897f53539cab39e87e2b4638cb482a
tree700dff92c976dba741fc9512dd8a8c40da463faf
parentfc236f3b3c54953805173e5ab571f794eb5ff398
mediatek: mt7988: fix peripheral SPI busses

The clocks for SPI busses were named wrongly which resulted in the
spi-mt65xx driver not requesting them. This has apparently been
worked around by marking the clocks required for SPI0 which is used
for SPI-NOR and SPI-NAND flash chips as critical.
Fix the device tree for all 3 generic SPI host controllers and no
longer mark clocks as critical.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
target/linux/mediatek/files-6.6/arch/arm64/boot/dts/mediatek/mt7988a.dtsi
target/linux/mediatek/patches-6.6/255-clk-mediatek-mt7988-infracfg-SPI0-clocks-are-not-critical.patch [new file with mode: 0644]