linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] arm64: dts: imx: Add LPSPI alias for I.MX8ULP/8QXP/8QM/8DXL/93
@ 2024-10-18  3:45 carlos.song
  2024-10-18  3:45 ` [PATCH 1/5] arm64: dts: imx8qxp: Add LPSPI alias carlos.song
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: carlos.song @ 2024-10-18  3:45 UTC (permalink / raw)
  To: robh, krzk+dt, conor+dt, shawnguo, s.hauer, kernel, festevam
  Cc: devicetree, imx, linux-arm-kernel, linux-kernel, haibo.chen,
	frank.li

From: Carlos Song <carlos.song@nxp.com>

Now there is no alias for LPSPI on I.MX8ULP/8QXP/8QM/8DXL/93.
So spidevB.C index B will be automatically allocated by kernel
incrementally from zero according to the order of registering
spi controller. In this case, it is hard to determine spidevB.C
is spi interface of device C on which LPSPI bus. It will cause
confusion when operate spi devices in userspace.

For example, in I.MX93, When LPSPI3 and LPSPI5 are enabled
without alais:

:~# ls /dev/spidev*
/dev/spidev0.0  /dev/spidev1.0

After LPSPI alais is applied, fixedly B is the LPSPI index and
C is the spi device index in spidevB.C. They are the pleasant
spidev names. Directly spidev2.0 is the device0 at LPSPI3 bus
and spidev4.0 is the device0 at LPSPI5 bus:

:~# ls /dev/spidev*
/dev/spidev2.0  /dev/spidev4.0

Signed-off-by: Carlos Song <carlos.song@nxp.com>
Signed-off-by: Haibo Chen <haibo.chen@nxp.com>

Carlos Song (5):
  arm64: dts: imx8qxp: Add LPSPI alias
  arm64: dts: imx8qm: Add LPSPI alias
  arm64: dts: imx8dxl: Add LPSPI alias
  arm64: dts: imx8ulp: Add LPSPI alias
  arm64: dts: imx93: Add LPSPI alias

 arch/arm64/boot/dts/freescale/imx8dxl.dtsi | 4 ++++
 arch/arm64/boot/dts/freescale/imx8qm.dtsi  | 4 ++++
 arch/arm64/boot/dts/freescale/imx8qxp.dtsi | 4 ++++
 arch/arm64/boot/dts/freescale/imx8ulp.dtsi | 2 ++
 arch/arm64/boot/dts/freescale/imx93.dtsi   | 8 ++++++++
 5 files changed, 22 insertions(+)

-- 
2.34.1



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

end of thread, other threads:[~2024-11-01  8:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-18  3:45 [PATCH 0/5] arm64: dts: imx: Add LPSPI alias for I.MX8ULP/8QXP/8QM/8DXL/93 carlos.song
2024-10-18  3:45 ` [PATCH 1/5] arm64: dts: imx8qxp: Add LPSPI alias carlos.song
2024-10-18  3:45 ` [PATCH 2/5] arm64: dts: imx8qm: " carlos.song
2024-10-18  3:45 ` [PATCH 3/5] arm64: dts: imx8dxl: " carlos.song
2024-10-18  3:45 ` [PATCH 4/5] arm64: dts: imx8ulp: " carlos.song
2024-10-18  3:45 ` [PATCH 5/5] arm64: dts: imx93: " carlos.song
2024-11-01  8:15 ` [PATCH 0/5] arm64: dts: imx: Add LPSPI alias for I.MX8ULP/8QXP/8QM/8DXL/93 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).