Re: [PATCH 13/23] dt-bindings: arm: add Tesla FSD ARM SoC
From: Olof Johansson <hidden>
Date: 2022-01-17 20:41:26
Also in:
linux-clk, linux-devicetree, linux-samsung-soc, lkml
On Mon, Jan 17, 2022 at 7:00 AM Krzysztof Kozlowski [off-list ref] wrote:
On 17/01/2022 15:14, Arnd Bergmann wrote:quoted
On Mon, Jan 17, 2022 at 2:26 PM Alim Akhtar [off-list ref] wrote:quoted
quoted
I cannot judge how different this is from Exynos subarchitecture - looking at patches it is not different - so I could understand a FSD sub-arch with only one SoC.I understand, it is a bit difficult to visualize it with the current patch set. As discuss on the other thread, FSD is different, more over the vendor is different, internal design is different.Is it based on another SoC design then? Most new SoCs are derived from some other one, so it makes sense to put it into the same family. E.g. the Apple M1 takes bits from both Exynos and PA-Semi SoCs but has more newly added components than either one.
I think it's a misnomer to call SoCs like these "based on each other". What often happens is that a manufacturer reuses IPs between designs since they're there, they're available and they work and there's little reason to redo it, etc. For cases such as a vendor building a custom SoC for a specific customer (which, from the looks of this patchset seems to be the case -- this is not something I say with insider information :-), it makes sense to reuse IP blocks in the same way. It's actually a competitive benefit of the vendor to have silicon-proven IPs in this manner. Does this mean that this custom-built product is a part of a product family? I don't think that's the primary conclusion I would make -- it's more complex than that. And it also doesn't make all that much of a difference whether it's considered a family member or not. I would be very surprised if this SoC had a Samsung marketing name, since to my knowledge it's not sold to any other customer. If all we're arguing here about is a toplevel compatible and a Kconfig variable, then I don't see a need to spend a whole lot of time on this -- as long as it's not a change that ends up proliferating the whole source tree. I.e. if you want to create a new sub-arch, make sure it selects or depends on EXYNOS so you don't need to sprinkle a lot of "EXYNOS" -> "EXYNOS || TESLA" edits in the tree (as per below in the email). Same with the DT bindings. Can you just augment to make the tesla vendor prefix an allowed one for the exynos bindings where it makes sense? Toplevel board (and SoC) compats can of course still be independent.
It seems Apple M1 shares only few bits with SoC. I am aware of only UART driver as directly re-usable.quoted
I would argue that if this SoC shares the pinctrl, clock, spi, adc, and timer implementationPlus: UART, watchdog, PWM, I2C, I2S, USB PHY, DWC3 USB (in Exynos flavor), UFS (also in Exynos-looking flavor), MFC (video codec), some similarities in DW PCIe, TMU (thermal). Looking at DTS there are differences but just few comparing to most of shared blocks. Additionally SoC BSP (and maybe SoC itself...) was actually developed or co-developed by Samsung, judging by copyrights in the BSP code. Even the original DTSI has: TURBO TRAV SoC device tree source Copyright (c) 2017 Samsung Electronics Co., Ltd. Tesla could still customize it a lot, but it is a strong hint that most of it came from Samsung LSI and shares with existing Samsung designs. Have in mind that recent Exynos chips are significantly different than early ARMv7 or ARMv8 designs and we still consider them part of Exynos family.quoted
with Exynos, we should consider it part of the Exynos family, regardless of what other blocks may exist next to those.Yes. I don't see the benefit of keeping it outside of Exynos. It will sprinkle "depends on ARCH_EXYNOS || ARCH_FSD" all over (or depend on Exynos like you suggested).
Depend or select (but select is a slippery slope so might be better avoided) seems like a pretty good option here to me. -Olof _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel