[PATCH v2 5/5] dt-bindings: clock: st: flexgen: remove deprecated compatibles

Raphael Gallais-Pou posted 5 patches 2 weeks, 6 days ago
[PATCH v2 5/5] dt-bindings: clock: st: flexgen: remove deprecated compatibles
Posted by Raphael Gallais-Pou 2 weeks, 6 days ago
st/stih407-clock.dtsi file has been removed in commit 65322c1daf51
("clk: st: flexgen: remove unused compatible").  This file has three
compatibles which are now dangling.  Remove them from documentation.

Signed-off-by: Raphael Gallais-Pou <rgallaispou@gmail.com>
---
 Documentation/devicetree/bindings/clock/st/st,flexgen.txt | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/clock/st/st,flexgen.txt b/Documentation/devicetree/bindings/clock/st/st,flexgen.txt
index c918075405babb99a8f930f4a4430f57269417af..a9d1c19f30a3366c2ec86b6fe84e412b4b41ea56 100644
--- a/Documentation/devicetree/bindings/clock/st/st,flexgen.txt
+++ b/Documentation/devicetree/bindings/clock/st/st,flexgen.txt
@@ -64,12 +64,9 @@ Required properties:
   audio use case)
   "st,flexgen-video", "st,flexgen" (enable clock propagation on parent
 					and activate synchronous mode)
-  "st,flexgen-stih407-a0"
   "st,flexgen-stih410-a0"
-  "st,flexgen-stih407-c0"
   "st,flexgen-stih410-c0"
   "st,flexgen-stih418-c0"
-  "st,flexgen-stih407-d0"
   "st,flexgen-stih410-d0"
   "st,flexgen-stih407-d2"
   "st,flexgen-stih418-d2"

-- 
2.51.0
Re: [PATCH v2 5/5] dt-bindings: clock: st: flexgen: remove deprecated compatibles
Posted by Stephen Boyd 1 week, 4 days ago
Quoting Raphael Gallais-Pou (2025-09-12 04:36:12)
> st/stih407-clock.dtsi file has been removed in commit 65322c1daf51
> ("clk: st: flexgen: remove unused compatible").  This file has three
> compatibles which are now dangling.  Remove them from documentation.
> 
> Signed-off-by: Raphael Gallais-Pou <rgallaispou@gmail.com>
> ---

Applied to clk-next
Re: [PATCH v2 5/5] dt-bindings: clock: st: flexgen: remove deprecated compatibles
Posted by Rob Herring (Arm) 2 weeks, 2 days ago
On Fri, 12 Sep 2025 13:36:12 +0200, Raphael Gallais-Pou wrote:
> st/stih407-clock.dtsi file has been removed in commit 65322c1daf51
> ("clk: st: flexgen: remove unused compatible").  This file has three
> compatibles which are now dangling.  Remove them from documentation.
> 
> Signed-off-by: Raphael Gallais-Pou <rgallaispou@gmail.com>
> ---
>  Documentation/devicetree/bindings/clock/st/st,flexgen.txt | 3 ---
>  1 file changed, 3 deletions(-)
> 

Acked-by: Rob Herring (Arm) <robh@kernel.org>
Re: [PATCH v2 5/5] dt-bindings: clock: st: flexgen: remove deprecated compatibles
Posted by Patrice CHOTARD 2 weeks, 6 days ago

On 9/12/25 13:36, Raphael Gallais-Pou wrote:
> st/stih407-clock.dtsi file has been removed in commit 65322c1daf51
> ("clk: st: flexgen: remove unused compatible").  This file has three
> compatibles which are now dangling.  Remove them from documentation.
> 
> Signed-off-by: Raphael Gallais-Pou <rgallaispou@gmail.com>
> ---
>  Documentation/devicetree/bindings/clock/st/st,flexgen.txt | 3 ---
>  1 file changed, 3 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/clock/st/st,flexgen.txt b/Documentation/devicetree/bindings/clock/st/st,flexgen.txt
> index c918075405babb99a8f930f4a4430f57269417af..a9d1c19f30a3366c2ec86b6fe84e412b4b41ea56 100644
> --- a/Documentation/devicetree/bindings/clock/st/st,flexgen.txt
> +++ b/Documentation/devicetree/bindings/clock/st/st,flexgen.txt
> @@ -64,12 +64,9 @@ Required properties:
>    audio use case)
>    "st,flexgen-video", "st,flexgen" (enable clock propagation on parent
>  					and activate synchronous mode)
> -  "st,flexgen-stih407-a0"
>    "st,flexgen-stih410-a0"
> -  "st,flexgen-stih407-c0"
>    "st,flexgen-stih410-c0"
>    "st,flexgen-stih418-c0"
> -  "st,flexgen-stih407-d0"
>    "st,flexgen-stih410-d0"
>    "st,flexgen-stih407-d2"
>    "st,flexgen-stih418-d2"
> 

Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>

Thanks
Patrice
Re: [PATCH v2 5/5] dt-bindings: clock: st: flexgen: remove deprecated compatibles
Posted by Brian Masney 2 weeks, 6 days ago
On Fri, Sep 12, 2025 at 01:36:12PM +0200, Raphael Gallais-Pou wrote:
> st/stih407-clock.dtsi file has been removed in commit 65322c1daf51
> ("clk: st: flexgen: remove unused compatible").  This file has three
> compatibles which are now dangling.  Remove them from documentation.
> 
> Signed-off-by: Raphael Gallais-Pou <rgallaispou@gmail.com>

Reviewed-by: Brian Masney <bmasney@redhat.com>