2022-09-07 07:12:59

by Smitha T Murthy

[permalink] [raw]
Subject: [Patch v2 02/15] dt-bindings: media: s5p-mfc: Add mfcv12 variant

Adds DT schema for s5p-mfc with a new compatible
string for mfcv12 variant.

Signed-off-by: Aakarsh Jain <[email protected]>
Signed-off-by: Smitha T Murthy <[email protected]>
---
Documentation/devicetree/bindings/media/samsung,s5p-mfc.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/media/samsung,s5p-mfc.yaml b/Documentation/devicetree/bindings/media/samsung,s5p-mfc.yaml
index 7cd26d4acbe4..a806489a9edd 100644
--- a/Documentation/devicetree/bindings/media/samsung,s5p-mfc.yaml
+++ b/Documentation/devicetree/bindings/media/samsung,s5p-mfc.yaml
@@ -23,6 +23,7 @@ properties:
- samsung,mfc-v8 # Exynos5800
- samsung,exynos5433-mfc # Exynos5433
- samsung,mfc-v10 # Exynos7880
+ - samsung,fsd-mfc # Tesla FSD

reg:
maxItems: 1
--
2.17.1


2022-09-07 11:34:32

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [Patch v2 02/15] dt-bindings: media: s5p-mfc: Add mfcv12 variant

On 07/09/2022 08:47, Smitha T Murthy wrote:
> Adds DT schema for s5p-mfc with a new compatible
> string for mfcv12 variant.

This msg is over-complicated. Just: "Add Tesla FSD MFC (MFC v12)
compatible".

>
> Signed-off-by: Aakarsh Jain <[email protected]>
> Signed-off-by: Smitha T Murthy <[email protected]>
> ---
> Documentation/devicetree/bindings/media/samsung,s5p-mfc.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/media/samsung,s5p-mfc.yaml b/Documentation/devicetree/bindings/media/samsung,s5p-mfc.yaml
> index 7cd26d4acbe4..a806489a9edd 100644
> --- a/Documentation/devicetree/bindings/media/samsung,s5p-mfc.yaml
> +++ b/Documentation/devicetree/bindings/media/samsung,s5p-mfc.yaml
> @@ -23,6 +23,7 @@ properties:
> - samsung,mfc-v8 # Exynos5800
> - samsung,exynos5433-mfc # Exynos5433
> - samsung,mfc-v10 # Exynos7880
> + - samsung,fsd-mfc # Tesla FSD

tesla,fsd-mfc

(because FSD is attributed everywhere to Tesla)

Best regards,
Krzysztof

2022-09-08 08:06:18

by Smitha T Murthy

[permalink] [raw]
Subject: RE: [Patch v2 02/15] dt-bindings: media: s5p-mfc: Add mfcv12 variant



> -----Original Message-----
> From: Krzysztof Kozlowski [mailto:[email protected]]
> Sent: Wednesday, September 7, 2022 4:54 PM
> To: Smitha T Murthy <[email protected]>; linux-arm-
> [email protected]; [email protected]; linux-
> [email protected]; [email protected]
> Cc: [email protected]; [email protected];
> [email protected]; [email protected];
> [email protected]; [email protected];
> [email protected]; [email protected];
> [email protected]; [email protected];
> [email protected]; [email protected]; [email protected];
> [email protected]; [email protected]; [email protected];
> [email protected]; [email protected];
> [email protected]
> Subject: Re: [Patch v2 02/15] dt-bindings: media: s5p-mfc: Add mfcv12
> variant
>
> On 07/09/2022 08:47, Smitha T Murthy wrote:
> > Adds DT schema for s5p-mfc with a new compatible string for mfcv12
> > variant.
>
> This msg is over-complicated. Just: "Add Tesla FSD MFC (MFC v12)
> compatible".
>

I will change it in the next series.

> >
> > Signed-off-by: Aakarsh Jain <[email protected]>
> > Signed-off-by: Smitha T Murthy <[email protected]>
> > ---
> > Documentation/devicetree/bindings/media/samsung,s5p-mfc.yaml | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git
> > a/Documentation/devicetree/bindings/media/samsung,s5p-mfc.yaml
> > b/Documentation/devicetree/bindings/media/samsung,s5p-mfc.yaml
> > index 7cd26d4acbe4..a806489a9edd 100644
> > --- a/Documentation/devicetree/bindings/media/samsung,s5p-mfc.yaml
> > +++ b/Documentation/devicetree/bindings/media/samsung,s5p-mfc.yaml
> > @@ -23,6 +23,7 @@ properties:
> > - samsung,mfc-v8 # Exynos5800
> > - samsung,exynos5433-mfc # Exynos5433
> > - samsung,mfc-v10 # Exynos7880
> > + - samsung,fsd-mfc # Tesla FSD
>
> tesla,fsd-mfc
>
> (because FSD is attributed everywhere to Tesla)
>
> Best regards,
> Krzysztof

I will make the change in the next series.

Regards,
Smitha