public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] fix the flexspi error on imx8ulp
@ 2024-09-05  1:26 haibo.chen
  2024-09-05  1:26 ` [PATCH v2 1/3] dt-bindings: spi: nxp-fspi: add imx8ulp support haibo.chen
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: haibo.chen @ 2024-09-05  1:26 UTC (permalink / raw)
  To: han.xu, yogeshgaur.83, broonie, robh, krzk+dt, conor+dt, shawnguo,
	s.hauer
  Cc: kernel, festevam, singh.kuldeep87k, hs, linux-spi, devicetree,
	linux-kernel, imx, linux-arm-kernel, haibo.chen

From: Haibo Chen <haibo.chen@nxp.com>

The flexspi on imx8ulp only has 16 LUTs, different with others
which has 32 LUTs. So currently flexspi driver will write the 
wrong register when fill LUT. 
This patch set add a new compatible string for imx8ulp to
distinguish the LUT number.

Changes for V2:
- Remove the change for imx8mp, since this broken users

Haibo Chen (3):
  dt-bindings: spi: nxp-fspi: add imx8ulp support
  spi: fspi: add support for imx8ulp
  arm64: dts: imx8ulp: correct the flexspi compatible string

 .../devicetree/bindings/spi/spi-nxp-fspi.yaml |  1 +
 arch/arm64/boot/dts/freescale/imx8ulp.dtsi    |  2 +-
 drivers/spi/spi-nxp-fspi.c                    | 54 ++++++++++++-------
 3 files changed, 37 insertions(+), 20 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2024-09-05  6:43 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-05  1:26 [PATCH v2 0/3] fix the flexspi error on imx8ulp haibo.chen
2024-09-05  1:26 ` [PATCH v2 1/3] dt-bindings: spi: nxp-fspi: add imx8ulp support haibo.chen
2024-09-05  3:07   ` Frank Li
2024-09-05  6:43   ` Krzysztof Kozlowski
2024-09-05  1:26 ` [PATCH v2 2/3] spi: fspi: add support for imx8ulp haibo.chen
2024-09-05  1:38   ` Fabio Estevam
2024-09-05  1:49     ` Bough Chen
2024-09-05  3:03       ` Fabio Estevam
2024-09-05  3:05       ` Frank Li
2024-09-05  1:26 ` [PATCH v2 3/3] arm64: dts: imx8ulp: correct the flexspi compatible string haibo.chen
2024-09-05  3:08   ` Frank Li
2024-09-05  3:22     ` Bough Chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox