linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] enable flexspi support on imx8mp
@ 2021-03-09  5:31 Heiko Schocher
  2021-03-09  5:31 ` [PATCH v2 1/4] spi: fspi: enable fspi driver for " Heiko Schocher
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Heiko Schocher @ 2021-03-09  5:31 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Heiko Schocher, Alice Guo, Anson Huang, Ashish Kumar,
	Dong Aisheng, Fabio Estevam, Horia Geantă,
	Jacky Bai, Joakim Zhang, Krzysztof Kozlowski, Li Jun, Mark Brown,
	NXP Linux Team, Peng Fan, Pengutronix Kernel Team, Rob Herring,
	Sascha Hauer, Shawn Guo, Teresa Remmet, Yogesh Gaur, devicetree,
	linux-kernel, linux-spi


This series enables support for the SPI NOR on the
imx8mp based phyboard-pollux-rdk board.

Patches new in v2:
"spi: fspi: enable fspi driver for on imx8mp"
which adds own compatible entry for imx8mp

and seperate in own patch the documentation entry in
patch "dt-bindings: spi: add compatible entry for imx8mp in FlexSPI controller"
as checkpatch says:

warning: DT binding docs and includes should be a separate patch. See: Documentation/devicetree/bindings/submitting-patches.rst


Changes in v2:
- work in comments from Marco
  add own compatible entry for imx8mp
- work in comments from Marco
  - add own compatible entry "nxp,imx8mp-fspi"
  - reworked order of properties as Marco mentioned
- work in comments from Marco and Teresa
  - rename node into "'som_flash: flash@0 { }"
  - compatible is now first entry
  - removed #size-cells and #address-cells
    as no child node. If bootloader adds them bootloader
    can add them too.

Heiko Schocher (4):
  spi: fspi: enable fspi driver for on imx8mp
  dt-bindings: spi: add compatible entry for imx8mp in FlexSPI
    controller
  arm64: dts: imx8mp: add flexspi node
  arm64: imx8mp: imx8mp-phycore-som enable spi nor

 .../devicetree/bindings/spi/spi-nxp-fspi.txt  |  1 +
 .../dts/freescale/imx8mp-phycore-som.dtsi     | 25 +++++++++++++++++++
 arch/arm64/boot/dts/freescale/imx8mp.dtsi     | 16 ++++++++++++
 drivers/spi/spi-nxp-fspi.c                    |  1 +
 4 files changed, 43 insertions(+)

-- 
2.29.2


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

end of thread, other threads:[~2021-03-15  7:17 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-09  5:31 [PATCH v2 0/4] enable flexspi support on imx8mp Heiko Schocher
2021-03-09  5:31 ` [PATCH v2 1/4] spi: fspi: enable fspi driver for " Heiko Schocher
2021-03-09  5:31 ` [PATCH v2 2/4] dt-bindings: spi: add compatible entry for imx8mp in FlexSPI controller Heiko Schocher
2021-03-09  5:56   ` [EXT] " Kuldeep Singh
2021-03-09  6:06     ` Heiko Schocher
2021-03-09  6:29       ` Kuldeep Singh
2021-03-09  6:44         ` Heiko Schocher
2021-03-09  8:19 ` [PATCH v2 0/4] enable flexspi support on imx8mp Marco Felsch
2021-03-09  8:41   ` Heiko Schocher
2021-03-15  6:47 ` Shawn Guo
2021-03-15  7:10   ` Heiko Schocher
2021-03-15  7:17     ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).