[PATCH v3 0/3] Add FSD SPI support
Alim Akhtar
alim.akhtar at samsung.com
Mon Jan 24 19:16:01 PST 2022
Adds support for SPI controller found in Tesla FSD SoC
- Changes since v2
* Addressed review comments of Andi
* rebased on Krzysztof's v6 spi schema changes
* Added tags
-Changes since v1
* Splited SPI changes from a larger inital patch set
* Rebased on Krzysztof's latest (v5) SPI schema changes
* Added tag
Note: This series is depended on [1] patches which adds
support of FSD SoC and on Krzysztof's v6 [2] of spi schema changes
[1] https://lkml.org/lkml/2022/1/24/583
[2] https://lkml.org/lkml/2022/1/24/120
Alim Akhtar (2):
spi: dt-bindings: samsung: Add fsd spi compatible
spi: s3c64xx: Add spi port configuration for Tesla FSD SoC
Aswani Reddy (1):
arm64: dts: fsd: Add SPI device nodes
.../devicetree/bindings/spi/samsung,spi.yaml | 1 +
arch/arm64/boot/dts/tesla/fsd.dtsi | 57 +++++++++++++++++++
drivers/spi/spi-s3c64xx.c | 13 +++++
3 files changed, 71 insertions(+)
--
2.25.1
More information about the linux-arm-kernel
mailing list