linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: media: qcom,sm8550-iris: Add X1E80100 compatible
@ 2025-07-04 13:38 Stephan Gerhold
  2025-07-04 15:07 ` Bryan O'Donoghue
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Stephan Gerhold @ 2025-07-04 13:38 UTC (permalink / raw)
  To: Vikash Garodia, Dikshita Agarwal, Bryan O'Donoghue
  Cc: Abhinav Kumar, Mauro Carvalho Chehab, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, linux-media, linux-arm-msm,
	devicetree, linux-kernel, Stefan Schmidt

Iris in X1E80100 is pretty much identical to SM8550. We can use the same
firmware image and the same definitions in the driver, so just add
qcom,x1e80100-iris to the existing list with qcom,sm8550-iris as fallback
compatible.

Signed-off-by: Stephan Gerhold <stephan.gerhold@linaro.org>
---
 Documentation/devicetree/bindings/media/qcom,sm8550-iris.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/media/qcom,sm8550-iris.yaml b/Documentation/devicetree/bindings/media/qcom,sm8550-iris.yaml
index c79bf2101812d83b99704f38b7348a9f728dff44..9504d7ea23f4a30fd2d03e8683721641f8b1a115 100644
--- a/Documentation/devicetree/bindings/media/qcom,sm8550-iris.yaml
+++ b/Documentation/devicetree/bindings/media/qcom,sm8550-iris.yaml
@@ -20,6 +20,7 @@ properties:
       - items:
           - enum:
               - qcom,sa8775p-iris
+              - qcom,x1e80100-iris
           - const: qcom,sm8550-iris
       - enum:
           - qcom,qcs8300-iris

---
base-commit: 26ffb3d6f02cd0935fb9fa3db897767beee1cb2a
change-id: 20250704-x1e-iris-4a5d033f4a2d

Best regards,
-- 
Stephan Gerhold <stephan.gerhold@linaro.org>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: media: qcom,sm8550-iris: Add X1E80100 compatible
  2025-07-04 13:38 [PATCH] dt-bindings: media: qcom,sm8550-iris: Add X1E80100 compatible Stephan Gerhold
@ 2025-07-04 15:07 ` Bryan O'Donoghue
  2025-07-08 17:08 ` Rob Herring (Arm)
  2025-07-17  5:29 ` Vikash Garodia
  2 siblings, 0 replies; 4+ messages in thread
From: Bryan O'Donoghue @ 2025-07-04 15:07 UTC (permalink / raw)
  To: Stephan Gerhold, Vikash Garodia, Dikshita Agarwal
  Cc: Abhinav Kumar, Mauro Carvalho Chehab, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, linux-media, linux-arm-msm,
	devicetree, linux-kernel, Stefan Schmidt

On 04/07/2025 14:38, Stephan Gerhold wrote:
> Iris in X1E80100 is pretty much identical to SM8550. We can use the same
> firmware image and the same definitions in the driver, so just add
> qcom,x1e80100-iris to the existing list with qcom,sm8550-iris as fallback
> compatible.
> 
> Signed-off-by: Stephan Gerhold <stephan.gerhold@linaro.org>
> ---
>   Documentation/devicetree/bindings/media/qcom,sm8550-iris.yaml | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/media/qcom,sm8550-iris.yaml b/Documentation/devicetree/bindings/media/qcom,sm8550-iris.yaml
> index c79bf2101812d83b99704f38b7348a9f728dff44..9504d7ea23f4a30fd2d03e8683721641f8b1a115 100644
> --- a/Documentation/devicetree/bindings/media/qcom,sm8550-iris.yaml
> +++ b/Documentation/devicetree/bindings/media/qcom,sm8550-iris.yaml
> @@ -20,6 +20,7 @@ properties:
>         - items:
>             - enum:
>                 - qcom,sa8775p-iris
> +              - qcom,x1e80100-iris
>             - const: qcom,sm8550-iris
>         - enum:
>             - qcom,qcs8300-iris
> 
> ---
> base-commit: 26ffb3d6f02cd0935fb9fa3db897767beee1cb2a
> change-id: 20250704-x1e-iris-4a5d033f4a2d
> 
> Best regards,

Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: media: qcom,sm8550-iris: Add X1E80100 compatible
  2025-07-04 13:38 [PATCH] dt-bindings: media: qcom,sm8550-iris: Add X1E80100 compatible Stephan Gerhold
  2025-07-04 15:07 ` Bryan O'Donoghue
@ 2025-07-08 17:08 ` Rob Herring (Arm)
  2025-07-17  5:29 ` Vikash Garodia
  2 siblings, 0 replies; 4+ messages in thread
From: Rob Herring (Arm) @ 2025-07-08 17:08 UTC (permalink / raw)
  To: Stephan Gerhold
  Cc: linux-kernel, Mauro Carvalho Chehab, devicetree,
	Krzysztof Kozlowski, Conor Dooley, linux-media, Vikash Garodia,
	Abhinav Kumar, linux-arm-msm, Bryan O'Donoghue,
	Stefan Schmidt, Dikshita Agarwal


On Fri, 04 Jul 2025 15:38:41 +0200, Stephan Gerhold wrote:
> Iris in X1E80100 is pretty much identical to SM8550. We can use the same
> firmware image and the same definitions in the driver, so just add
> qcom,x1e80100-iris to the existing list with qcom,sm8550-iris as fallback
> compatible.
> 
> Signed-off-by: Stephan Gerhold <stephan.gerhold@linaro.org>
> ---
>  Documentation/devicetree/bindings/media/qcom,sm8550-iris.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring (Arm) <robh@kernel.org>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: media: qcom,sm8550-iris: Add X1E80100 compatible
  2025-07-04 13:38 [PATCH] dt-bindings: media: qcom,sm8550-iris: Add X1E80100 compatible Stephan Gerhold
  2025-07-04 15:07 ` Bryan O'Donoghue
  2025-07-08 17:08 ` Rob Herring (Arm)
@ 2025-07-17  5:29 ` Vikash Garodia
  2 siblings, 0 replies; 4+ messages in thread
From: Vikash Garodia @ 2025-07-17  5:29 UTC (permalink / raw)
  To: Stephan Gerhold, Dikshita Agarwal, Bryan O'Donoghue
  Cc: Abhinav Kumar, Mauro Carvalho Chehab, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, linux-media, linux-arm-msm,
	devicetree, linux-kernel, Stefan Schmidt


On 7/4/2025 7:08 PM, Stephan Gerhold wrote:
> Iris in X1E80100 is pretty much identical to SM8550. We can use the same
> firmware image and the same definitions in the driver, so just add
> qcom,x1e80100-iris to the existing list with qcom,sm8550-iris as fallback
> compatible.
> 
> Signed-off-by: Stephan Gerhold <stephan.gerhold@linaro.org>
> ---
>  Documentation/devicetree/bindings/media/qcom,sm8550-iris.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/media/qcom,sm8550-iris.yaml b/Documentation/devicetree/bindings/media/qcom,sm8550-iris.yaml
> index c79bf2101812d83b99704f38b7348a9f728dff44..9504d7ea23f4a30fd2d03e8683721641f8b1a115 100644
> --- a/Documentation/devicetree/bindings/media/qcom,sm8550-iris.yaml
> +++ b/Documentation/devicetree/bindings/media/qcom,sm8550-iris.yaml
> @@ -20,6 +20,7 @@ properties:
>        - items:
>            - enum:
>                - qcom,sa8775p-iris
> +              - qcom,x1e80100-iris
>            - const: qcom,sm8550-iris
>        - enum:
>            - qcom,qcs8300-iris
> 
> ---

Reviewed-by: Vikash Garodia <quic_vgarodia@quicinc.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-07-17  5:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-04 13:38 [PATCH] dt-bindings: media: qcom,sm8550-iris: Add X1E80100 compatible Stephan Gerhold
2025-07-04 15:07 ` Bryan O'Donoghue
2025-07-08 17:08 ` Rob Herring (Arm)
2025-07-17  5:29 ` Vikash Garodia

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).