linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] ARM: dts: stm32: correct dtsi and yaml related to dcmipp & mipid02
@ 2025-02-10 10:04 Alain Volmat
  2025-02-10 10:04 ` [PATCH 1/2] ARM: dts: stm32: add missing dcmipp kclk clock-names in stm32mp135.dtsi Alain Volmat
  2025-02-10 10:04 ` [PATCH 2/2] dt-bindings: media: st,stmipid02: correct lane-polarities maxItems Alain Volmat
  0 siblings, 2 replies; 5+ messages in thread
From: Alain Volmat @ 2025-02-10 10:04 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Maxime Coquelin,
	Alexandre Torgue, Benjamin Mugnier, Sylvain Petinot,
	Mauro Carvalho Chehab, Marek Vasut
  Cc: devicetree, linux-stm32, linux-arm-kernel, linux-kernel,
	linux-media, Alain Volmat, stable

This series corrects two issues found on the stm32mp135f-dk related
to a missing clock-names property within the stm32mp135.dtsi and a
st-mipid02 device-tree bindings issue.

Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
---
Alain Volmat (2):
      ARM: dts: stm32: add missing dcmipp kclk clock-names in stm32mp135.dtsi
      dt-bindings: media: st,stmipid02: correct lane-polarities maxItems

 Documentation/devicetree/bindings/media/i2c/st,st-mipid02.yaml | 2 +-
 arch/arm/boot/dts/st/stm32mp135.dtsi                           | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
---
base-commit: a64dcfb451e254085a7daee5fe51bf22959d52d3
change-id: 20250210-6-14-stm32-media-fixes-5810b4feb917

Best regards,
-- 
Alain Volmat <alain.volmat@foss.st.com>



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

* [PATCH 1/2] ARM: dts: stm32: add missing dcmipp kclk clock-names in stm32mp135.dtsi
  2025-02-10 10:04 [PATCH 0/2] ARM: dts: stm32: correct dtsi and yaml related to dcmipp & mipid02 Alain Volmat
@ 2025-02-10 10:04 ` Alain Volmat
  2025-02-10 10:04 ` [PATCH 2/2] dt-bindings: media: st,stmipid02: correct lane-polarities maxItems Alain Volmat
  1 sibling, 0 replies; 5+ messages in thread
From: Alain Volmat @ 2025-02-10 10:04 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Maxime Coquelin,
	Alexandre Torgue, Benjamin Mugnier, Sylvain Petinot,
	Mauro Carvalho Chehab, Marek Vasut
  Cc: devicetree, linux-stm32, linux-arm-kernel, linux-kernel,
	linux-media, Alain Volmat

The dcmipp driver requires the first clock to be named as kclk hence
add a missing kclk clock-names within the dcmipp node in stm32mp135.dtsi.

Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
---
 arch/arm/boot/dts/st/stm32mp135.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/st/stm32mp135.dtsi b/arch/arm/boot/dts/st/stm32mp135.dtsi
index 834a4d545fe448c15feea3a3acd169da1da73e91..f9a49e7ab1f697ba8b76604cbb3e584d32a937df 100644
--- a/arch/arm/boot/dts/st/stm32mp135.dtsi
+++ b/arch/arm/boot/dts/st/stm32mp135.dtsi
@@ -14,6 +14,7 @@ dcmipp: dcmipp@5a000000 {
 			interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
 			resets = <&rcc DCMIPP_R>;
 			clocks = <&rcc DCMIPP_K>;
+			clock-names = "kclk";
 			status = "disabled";
 
 			port {

-- 
2.34.1



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

* [PATCH 2/2] dt-bindings: media: st,stmipid02: correct lane-polarities maxItems
  2025-02-10 10:04 [PATCH 0/2] ARM: dts: stm32: correct dtsi and yaml related to dcmipp & mipid02 Alain Volmat
  2025-02-10 10:04 ` [PATCH 1/2] ARM: dts: stm32: add missing dcmipp kclk clock-names in stm32mp135.dtsi Alain Volmat
@ 2025-02-10 10:04 ` Alain Volmat
  2025-02-11 18:25   ` Conor Dooley
  2025-03-28 10:54   ` Benjamin Mugnier
  1 sibling, 2 replies; 5+ messages in thread
From: Alain Volmat @ 2025-02-10 10:04 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Maxime Coquelin,
	Alexandre Torgue, Benjamin Mugnier, Sylvain Petinot,
	Mauro Carvalho Chehab, Marek Vasut
  Cc: devicetree, linux-stm32, linux-arm-kernel, linux-kernel,
	linux-media, Alain Volmat, stable

The MIPID02 can use up to 2 data lanes which leads to having a maximum
item number of 3 for the lane-polarities since this also contains the
clock lane.

CC: stable@vger.kernel.org
Fixes: c2741cbe7f8a ("dt-bindings: media: st,stmipid02: Convert the text bindings to YAML")
Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
---
 Documentation/devicetree/bindings/media/i2c/st,st-mipid02.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/media/i2c/st,st-mipid02.yaml b/Documentation/devicetree/bindings/media/i2c/st,st-mipid02.yaml
index b68141264c0e9fe0e530ce3b06fa3434fa712b38..4d40e75b4e1efff673647dff7bf984c89abca4cf 100644
--- a/Documentation/devicetree/bindings/media/i2c/st,st-mipid02.yaml
+++ b/Documentation/devicetree/bindings/media/i2c/st,st-mipid02.yaml
@@ -71,7 +71,7 @@ properties:
                 description:
                   Any lane can be inverted or not.
                 minItems: 1
-                maxItems: 2
+                maxItems: 3
 
             required:
               - data-lanes

-- 
2.34.1



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

* Re: [PATCH 2/2] dt-bindings: media: st,stmipid02: correct lane-polarities maxItems
  2025-02-10 10:04 ` [PATCH 2/2] dt-bindings: media: st,stmipid02: correct lane-polarities maxItems Alain Volmat
@ 2025-02-11 18:25   ` Conor Dooley
  2025-03-28 10:54   ` Benjamin Mugnier
  1 sibling, 0 replies; 5+ messages in thread
From: Conor Dooley @ 2025-02-11 18:25 UTC (permalink / raw)
  To: Alain Volmat
  Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Maxime Coquelin,
	Alexandre Torgue, Benjamin Mugnier, Sylvain Petinot,
	Mauro Carvalho Chehab, Marek Vasut, devicetree, linux-stm32,
	linux-arm-kernel, linux-kernel, linux-media, stable

[-- Attachment #1: Type: text/plain, Size: 1295 bytes --]

On Mon, Feb 10, 2025 at 11:04:31AM +0100, Alain Volmat wrote:
> The MIPID02 can use up to 2 data lanes which leads to having a maximum
> item number of 3 for the lane-polarities since this also contains the
> clock lane.
> 
> CC: stable@vger.kernel.org
> Fixes: c2741cbe7f8a ("dt-bindings: media: st,stmipid02: Convert the text bindings to YAML")
> Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>

Acked-by: Conor Dooley <conor.dooley@microchip.com>

> ---
>  Documentation/devicetree/bindings/media/i2c/st,st-mipid02.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/media/i2c/st,st-mipid02.yaml b/Documentation/devicetree/bindings/media/i2c/st,st-mipid02.yaml
> index b68141264c0e9fe0e530ce3b06fa3434fa712b38..4d40e75b4e1efff673647dff7bf984c89abca4cf 100644
> --- a/Documentation/devicetree/bindings/media/i2c/st,st-mipid02.yaml
> +++ b/Documentation/devicetree/bindings/media/i2c/st,st-mipid02.yaml
> @@ -71,7 +71,7 @@ properties:
>                  description:
>                    Any lane can be inverted or not.
>                  minItems: 1
> -                maxItems: 2
> +                maxItems: 3
>  
>              required:
>                - data-lanes
> 
> -- 
> 2.34.1
> 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

* Re: [PATCH 2/2] dt-bindings: media: st,stmipid02: correct lane-polarities maxItems
  2025-02-10 10:04 ` [PATCH 2/2] dt-bindings: media: st,stmipid02: correct lane-polarities maxItems Alain Volmat
  2025-02-11 18:25   ` Conor Dooley
@ 2025-03-28 10:54   ` Benjamin Mugnier
  1 sibling, 0 replies; 5+ messages in thread
From: Benjamin Mugnier @ 2025-03-28 10:54 UTC (permalink / raw)
  To: Alain Volmat, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Maxime Coquelin, Alexandre Torgue, Sylvain Petinot,
	Mauro Carvalho Chehab, Marek Vasut
  Cc: devicetree, linux-stm32, linux-arm-kernel, linux-kernel,
	linux-media, stable

Hi Alain,

Reviewed-by: Benjamin Mugnier <benjamin.mugnier@foss.st.com>

Thank you.

On 2/10/25 11:04, Alain Volmat wrote:
> The MIPID02 can use up to 2 data lanes which leads to having a maximum
> item number of 3 for the lane-polarities since this also contains the
> clock lane.
> 
> CC: stable@vger.kernel.org
> Fixes: c2741cbe7f8a ("dt-bindings: media: st,stmipid02: Convert the text bindings to YAML")
> Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
> ---
>  Documentation/devicetree/bindings/media/i2c/st,st-mipid02.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/media/i2c/st,st-mipid02.yaml b/Documentation/devicetree/bindings/media/i2c/st,st-mipid02.yaml
> index b68141264c0e9fe0e530ce3b06fa3434fa712b38..4d40e75b4e1efff673647dff7bf984c89abca4cf 100644
> --- a/Documentation/devicetree/bindings/media/i2c/st,st-mipid02.yaml
> +++ b/Documentation/devicetree/bindings/media/i2c/st,st-mipid02.yaml
> @@ -71,7 +71,7 @@ properties:
>                  description:
>                    Any lane can be inverted or not.
>                  minItems: 1
> -                maxItems: 2
> +                maxItems: 3
>  
>              required:
>                - data-lanes
> 

-- 
Regards,
Benjamin


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

end of thread, other threads:[~2025-03-28 11:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-10 10:04 [PATCH 0/2] ARM: dts: stm32: correct dtsi and yaml related to dcmipp & mipid02 Alain Volmat
2025-02-10 10:04 ` [PATCH 1/2] ARM: dts: stm32: add missing dcmipp kclk clock-names in stm32mp135.dtsi Alain Volmat
2025-02-10 10:04 ` [PATCH 2/2] dt-bindings: media: st,stmipid02: correct lane-polarities maxItems Alain Volmat
2025-02-11 18:25   ` Conor Dooley
2025-03-28 10:54   ` Benjamin Mugnier

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).