mbox series

[GIT,PULL,2/2] arm64: dts: fsd: tesla for v5.18

Message ID 20220204154112.133723-2-krzysztof.kozlowski@canonical.com
State New
Headers show
Series [GIT,PULL,1/2] clk: samsung: Tesla FSD for v5.18 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/tesla-dt64-5.18

Message

Krzysztof Kozlowski Feb. 4, 2022, 3:41 p.m. UTC
Hi,

The dedicated branch for Tesla FSD: bindings, DTS plus platform enablement.
This merges dt-bindings headers from PULL 1/2 (only headers!), so everything
can be applied cleanly within one set.  There is no mixing of driver code, only
dt-bindings.

Best regards,
Krzysztof


The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/tesla-dt64-5.18

for you to fetch changes up to bd1e3696a052b9b2bd3c1c72ef4bf800a3a1e286:

  arm64: dts: fsd: Add SPI device nodes (2022-01-29 12:28:09 +0100)

----------------------------------------------------------------
Tesla FSD ARM64 changes for v5.18

Add Tesla FSD SoC ARM64 platform: bindings, DTSI+DTS, maintainer's entry
and defconfig change.  This brings and enables this new platform.

This includes clock controller bindings (header files with clock IDs)
which are shared also with Tesla FSD SoC clock controller pull request.

----------------------------------------------------------------
Alim Akhtar (7):
      dt-bindings: add vendor prefix for Tesla
      dt-bindings: arm: add Tesla FSD ARM SoC
      dt-bindings: clock: Add bindings definitions for FSD CMU blocks
      dt-bindings: clock: Document FSD CMU bindings
      arm64: dts: fsd: Add initial device tree support
      arm64: dts: fsd: Add initial pinctrl support
      arm64: defconfig: Enable Tesla FSD SoC

Aswani Reddy (1):
      arm64: dts: fsd: Add SPI device nodes

Krzysztof Kozlowski (1):
      Merge tag 'samsung-dt-bindings-clk-fsd-5.18' into for-v5.18/tesla-fsd

 Documentation/devicetree/bindings/arm/tesla.yaml   |  27 +
 .../devicetree/bindings/clock/tesla,fsd-clock.yaml | 198 ++++++
 .../devicetree/bindings/vendor-prefixes.yaml       |   2 +
 MAINTAINERS                                        |   8 +
 arch/arm64/Kconfig.platforms                       |   6 +
 arch/arm64/boot/dts/Makefile                       |   1 +
 arch/arm64/boot/dts/tesla/Makefile                 |   3 +
 arch/arm64/boot/dts/tesla/fsd-evb.dts              |  39 ++
 arch/arm64/boot/dts/tesla/fsd-pinctrl.dtsi         | 335 ++++++++++
 arch/arm64/boot/dts/tesla/fsd.dtsi                 | 731 +++++++++++++++++++++
 arch/arm64/configs/defconfig                       |   1 +
 include/dt-bindings/clock/fsd-clk.h                | 150 +++++
 12 files changed, 1501 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arm/tesla.yaml
 create mode 100644 Documentation/devicetree/bindings/clock/tesla,fsd-clock.yaml
 create mode 100644 arch/arm64/boot/dts/tesla/Makefile
 create mode 100644 arch/arm64/boot/dts/tesla/fsd-evb.dts
 create mode 100644 arch/arm64/boot/dts/tesla/fsd-pinctrl.dtsi
 create mode 100644 arch/arm64/boot/dts/tesla/fsd.dtsi
 create mode 100644 include/dt-bindings/clock/fsd-clk.h