>-----Original Message----- >From: Krzysztof Kozlowski [mailto:krzysztof.kozlowski@xxxxxxxxxxxxx] >Sent: Thursday, January 13, 2022 6:55 PM >To: Alim Akhtar <alim.akhtar@xxxxxxxxxxx>; linux-arm- >kernel@xxxxxxxxxxxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx >Cc: soc@xxxxxxxxxx; linux-clk@xxxxxxxxxxxxxxx; devicetree@xxxxxxxxxxxxxxx; >olof@xxxxxxxxx; linus.walleij@xxxxxxxxxx; catalin.marinas@xxxxxxx; >robh+dt@xxxxxxxxxx; s.nawrocki@xxxxxxxxxxx; linux-samsung- >soc@xxxxxxxxxxxxxxx; pankaj.dubey@xxxxxxxxxxx; linux-fsd@xxxxxxxxx; >Adithya K V <adithya.kv@xxxxxxxxxxx> >Subject: Re: [PATCH 17/23] Documentation: bindings: Add fsd spi compatible >in dt-bindings document > >On 13/01/2022 13:11, Alim Akhtar wrote: >> This patch adds spi controller dt-binding compatible information for >> Tesla Full Self-Driving SoC. >> >> Cc: linux-fsd@xxxxxxxxx >> Signed-off-by: Adithya K V <adithya.kv@xxxxxxxxxxx> >> Signed-off-by: Alim Akhtar <alim.akhtar@xxxxxxxxxxx> >> --- >> Documentation/devicetree/bindings/spi/spi-samsung.txt | 1 + >> 1 file changed, 1 insertion(+) >> > >Also: subject prefix: >spi: dt-bindings: samsung: > Ok, will update and rebase on your upcoming dt schema patch set. >> diff --git a/Documentation/devicetree/bindings/spi/spi-samsung.txt >> b/Documentation/devicetree/bindings/spi/spi-samsung.txt >> index 49028a4f5df1..3af2408454b4 100644 >> --- a/Documentation/devicetree/bindings/spi/spi-samsung.txt >> +++ b/Documentation/devicetree/bindings/spi/spi-samsung.txt >> @@ -11,6 +11,7 @@ Required SoC Specific Properties: >> - samsung,s5pv210-spi: for s5pv210 and s5pc110 platforms >> - samsung,exynos5433-spi: for exynos5433 compatible controllers >> - samsung,exynos7-spi: for exynos7 platforms <DEPRECATED> >> + - tesla,fsd-spi: spi controller support for Tesla Full >> + Self-Driving SoC >> >> - reg: physical base address of the controller and length of memory mapped >> region. >> > > >Best regards, >Krzysztof