On 18/01/2022 15:48, Alim Akhtar wrote:
Add initial device tree support for "Full Self-Driving" (FSD) SoC
This SoC contain three clusters of four cortex-a72 CPUs and various
peripheral IPs.
Cc: linux-fsd@tesla.com
Signed-off-by: Arjun K V <redacted>
Signed-off-by: Aswani Reddy <redacted>
Signed-off-by: Ajay Kumar <redacted>
Signed-off-by: Sriranjani P <redacted>
Signed-off-by: Chandrasekar R <redacted>
Signed-off-by: Shashank Prashar <redacted>
Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
---
MAINTAINERS | 8 +
arch/arm64/Kconfig.platforms | 7 +
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.dtsi | 651 ++++++++++++++++++++++++++
6 files changed, 709 insertions(+)
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.dtsi
I saw you dropped the MCT timer from DTSI. I wonder why?
Not very happy with FSD naming (as discussed before), but board
compatible looks reasonable. Code looks good to me:
Reviewed-by: Krzysztof Kozlowski <redacted>
Similarly to previous vendor-prefix patch, please let me know if it's
expected me to take it. I assume no. :)
Best regards,
Krzysztof