All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] Add imx8ulp basic dtsi support
@ 2021-06-07  8:39 ` Jacky Bai
  0 siblings, 0 replies; 73+ messages in thread
From: Jacky Bai @ 2021-06-07  8:39 UTC (permalink / raw)
  To: robh+dt, shawnguo, sboyd, s.hauer, linus.walleij, aisheng.dong
  Cc: festevam, kernel, linux-imx, devicetree, linux-arm-kernel

i.MX 8ULP is part of the ULP family with emphasis on extreme low-power
techniques using the 28 nm fully depleted silicon on insulator process.
Like i.MX 7ULP, i.MX 8ULP continues to be based on asymmetric architecture,
however will add a third DSP domain for advanced voice/audio capability and
a Graphics domain where it is possible to access graphics resources from the
application side or the realtime side.

This patchset adds the basic dtsi support for i.MX8ULP, and also update the
dt-bindings docs for i.MX8ULP.

Jacky Bai (11):
  dt-bindings: gpio: gpio-vf610: Add imx8ulp compatible string
  dt-bindings: i2c: imx-lpi2c: Add imx8ulp compatible string
  dt-bindings: mmc: imx-esdhc: Add imx8ulp compatibe string
  dt-bindings: serial: fsl-lpuart: Add imx8ulp compatible string
  dt-bindings: spi: fsl-lpspi: Add imx8ulp compatible string
  dt-bindings: timer: tpm-timer: Add imx8ulp compatible string
  dt-bindings: watchdog: imx7ulp-wdt: Add imx8ulp compatible string
  dt-bindings: arm: fsl: Add binding for imx8ulp evk
  dt-bindings: clock: Add imx8ulp clock support
  arm64: dts: imx8ulp: Add the basic dtsi file for imx8ulp
  arm64: dts: imx8ulp: Add the basic dts for imx8ulp evk board

 .../devicetree/bindings/arm/fsl.yaml          |   6 +
 .../bindings/clock/imx8ulp-clock.yaml         |  72 ++
 .../devicetree/bindings/gpio/gpio-vf610.yaml  |   3 +
 .../bindings/i2c/i2c-imx-lpi2c.yaml           |   4 +-
 .../bindings/mmc/fsl-imx-esdhc.yaml           |   4 +
 .../bindings/serial/fsl-lpuart.yaml           |   4 +-
 .../bindings/spi/spi-fsl-lpspi.yaml           |  11 +-
 .../bindings/timer/nxp,tpm-timer.yaml         |   6 +-
 .../bindings/watchdog/fsl-imx7ulp-wdt.yaml    |   7 +-
 arch/arm64/boot/dts/freescale/Makefile        |   1 +
 arch/arm64/boot/dts/freescale/imx8ulp-evk.dts | 143 +++
 .../boot/dts/freescale/imx8ulp-pinfunc.h      | 978 ++++++++++++++++++
 arch/arm64/boot/dts/freescale/imx8ulp.dtsi    | 474 +++++++++
 include/dt-bindings/clock/imx8ulp-clock.h     | 261 +++++
 14 files changed, 1965 insertions(+), 9 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/clock/imx8ulp-clock.yaml
 create mode 100644 arch/arm64/boot/dts/freescale/imx8ulp-evk.dts
 create mode 100755 arch/arm64/boot/dts/freescale/imx8ulp-pinfunc.h
 create mode 100644 arch/arm64/boot/dts/freescale/imx8ulp.dtsi
 create mode 100644 include/dt-bindings/clock/imx8ulp-clock.h

-- 
2.26.2


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

end of thread, other threads:[~2021-06-18  1:43 UTC | newest]

Thread overview: 73+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-07  8:39 [PATCH 00/11] Add imx8ulp basic dtsi support Jacky Bai
2021-06-07  8:39 ` Jacky Bai
2021-06-07  8:39 ` [PATCH 01/11] dt-bindings: gpio: gpio-vf610: Add imx8ulp compatible string Jacky Bai
2021-06-07  8:39   ` Jacky Bai
2021-06-09 10:56   ` Linus Walleij
2021-06-09 10:56     ` Linus Walleij
2021-06-11 13:45   ` Dong Aisheng
2021-06-11 13:45     ` Dong Aisheng
2021-06-16 23:42   ` Rob Herring
2021-06-16 23:42     ` Rob Herring
2021-06-07  8:39 ` [PATCH 02/11] dt-bindings: i2c: imx-lpi2c: " Jacky Bai
2021-06-07  8:39   ` Jacky Bai
2021-06-11 13:46   ` Dong Aisheng
2021-06-11 13:46     ` Dong Aisheng
2021-06-16 23:43   ` Rob Herring
2021-06-16 23:43     ` Rob Herring
2021-06-07  8:39 ` [PATCH 03/11] dt-bindings: mmc: imx-esdhc: Add imx8ulp compatibe string Jacky Bai
2021-06-07  8:39   ` Jacky Bai
2021-06-11 13:50   ` Dong Aisheng
2021-06-11 13:50     ` Dong Aisheng
2021-06-16 23:44   ` Rob Herring
2021-06-16 23:44     ` Rob Herring
2021-06-07  8:39 ` [PATCH 04/11] dt-bindings: serial: fsl-lpuart: Add imx8ulp compatible string Jacky Bai
2021-06-07  8:39   ` Jacky Bai
2021-06-11 13:52   ` Dong Aisheng
2021-06-11 13:52     ` Dong Aisheng
2021-06-16 23:44   ` Rob Herring
2021-06-16 23:44     ` Rob Herring
2021-06-07  8:39 ` [PATCH 05/11] dt-bindings: spi: fsl-lpspi: " Jacky Bai
2021-06-07  8:39   ` Jacky Bai
2021-06-11 13:57   ` Dong Aisheng
2021-06-11 13:57     ` Dong Aisheng
2021-06-16 23:45   ` Rob Herring
2021-06-16 23:45     ` Rob Herring
2021-06-07  8:39 ` [PATCH 06/11] dt-bindings: timer: tpm-timer: " Jacky Bai
2021-06-07  8:39   ` Jacky Bai
2021-06-11 13:58   ` Dong Aisheng
2021-06-11 13:58     ` Dong Aisheng
2021-06-16 23:45   ` Rob Herring
2021-06-16 23:45     ` Rob Herring
2021-06-07  8:39 ` [PATCH 07/11] dt-bindings: watchdog: imx7ulp-wdt: " Jacky Bai
2021-06-07  8:39   ` Jacky Bai
2021-06-11 13:58   ` Dong Aisheng
2021-06-11 13:58     ` Dong Aisheng
2021-06-16 23:45   ` Rob Herring
2021-06-16 23:45     ` Rob Herring
2021-06-07  8:39 ` [PATCH 08/11] dt-bindings: arm: fsl: Add binding for imx8ulp evk Jacky Bai
2021-06-07  8:39   ` Jacky Bai
2021-06-11 13:59   ` Dong Aisheng
2021-06-11 13:59     ` Dong Aisheng
2021-06-16 23:46   ` Rob Herring
2021-06-16 23:46     ` Rob Herring
2021-06-07  8:39 ` [PATCH 09/11] dt-bindings: clock: Add imx8ulp clock support Jacky Bai
2021-06-07  8:39   ` Jacky Bai
2021-06-11 14:17   ` Dong Aisheng
2021-06-11 14:17     ` Dong Aisheng
2021-06-16 23:47   ` Rob Herring
2021-06-16 23:47     ` Rob Herring
2021-06-17  9:09     ` Jacky Bai
2021-06-17  9:09       ` Jacky Bai
2021-06-07  8:39 ` [PATCH 10/11] arm64: dts: imx8ulp: Add the basic dtsi file for imx8ulp Jacky Bai
2021-06-11 14:40   ` Aisheng Dong
2021-06-11 14:40     ` Aisheng Dong
2021-06-16 23:51   ` Rob Herring
2021-06-16 23:51     ` Rob Herring
2021-06-17  9:03     ` Jacky Bai
2021-06-17  9:03       ` Jacky Bai
2021-06-18  1:41       ` Jacky Bai
2021-06-18  1:41         ` Jacky Bai
2021-06-07  8:39 ` [PATCH 11/11] arm64: dts: imx8ulp: Add the basic dts for imx8ulp evk board Jacky Bai
2021-06-07  8:39   ` Jacky Bai
2021-06-11 14:43   ` Dong Aisheng
2021-06-11 14:43     ` Dong Aisheng

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.