linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: clock: Add compatible for D1 DE2 clocks
@ 2022-04-11  4:40 Samuel Holland
  2022-04-11  6:29 ` Krzysztof Kozlowski
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Samuel Holland @ 2022-04-11  4:40 UTC (permalink / raw)
  To: Chen-Yu Tsai, Jernej Skrabec, Maxime Ripard
  Cc: Samuel Holland, Krzysztof Kozlowski, Michael Turquette,
	Rob Herring, Stephen Boyd, devicetree, linux-arm-kernel,
	linux-clk, linux-kernel, linux-sunxi

Allwinner D1 contains a display engine 2.0. Its clock controller
matches the layout of the H5 DE2 clocks (2 mixers, no rotation engine,
and separate resets), so use that compatible as a fallback.

Signed-off-by: Samuel Holland <samuel@sholland.org>
---

 .../bindings/clock/allwinner,sun8i-a83t-de2-clk.yaml           | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/clock/allwinner,sun8i-a83t-de2-clk.yaml b/Documentation/devicetree/bindings/clock/allwinner,sun8i-a83t-de2-clk.yaml
index e79eeac5f086..17caf78f0ccf 100644
--- a/Documentation/devicetree/bindings/clock/allwinner,sun8i-a83t-de2-clk.yaml
+++ b/Documentation/devicetree/bindings/clock/allwinner,sun8i-a83t-de2-clk.yaml
@@ -28,6 +28,9 @@ properties:
       - items:
           - const: allwinner,sun8i-r40-de2-clk
           - const: allwinner,sun8i-h3-de2-clk
+      - items:
+          - const: allwinner,sun20i-d1-de2-clk
+          - const: allwinner,sun50i-h5-de2-clk
 
   reg:
     maxItems: 1
-- 
2.35.1


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

* Re: [PATCH] dt-bindings: clock: Add compatible for D1 DE2 clocks
  2022-04-11  4:40 [PATCH] dt-bindings: clock: Add compatible for D1 DE2 clocks Samuel Holland
@ 2022-04-11  6:29 ` Krzysztof Kozlowski
  2022-04-11 15:26 ` Jernej Škrabec
  2022-06-20 18:05 ` Jernej Škrabec
  2 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2022-04-11  6:29 UTC (permalink / raw)
  To: Samuel Holland, Chen-Yu Tsai, Jernej Skrabec, Maxime Ripard
  Cc: Krzysztof Kozlowski, Michael Turquette, Rob Herring,
	Stephen Boyd, devicetree, linux-arm-kernel, linux-clk,
	linux-kernel, linux-sunxi

On 11/04/2022 06:40, Samuel Holland wrote:
> Allwinner D1 contains a display engine 2.0. Its clock controller
> matches the layout of the H5 DE2 clocks (2 mixers, no rotation engine,
> and separate resets), so use that compatible as a fallback.
> 
> Signed-off-by: Samuel Holland <samuel@sholland.org>
> ---
> 


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>


Best regards,
Krzysztof

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

* Re: [PATCH] dt-bindings: clock: Add compatible for D1 DE2 clocks
  2022-04-11  4:40 [PATCH] dt-bindings: clock: Add compatible for D1 DE2 clocks Samuel Holland
  2022-04-11  6:29 ` Krzysztof Kozlowski
@ 2022-04-11 15:26 ` Jernej Škrabec
  2022-06-20 18:05 ` Jernej Škrabec
  2 siblings, 0 replies; 4+ messages in thread
From: Jernej Škrabec @ 2022-04-11 15:26 UTC (permalink / raw)
  To: Chen-Yu Tsai, Maxime Ripard, Samuel Holland
  Cc: Samuel Holland, Krzysztof Kozlowski, Michael Turquette,
	Rob Herring, Stephen Boyd, devicetree, linux-arm-kernel,
	linux-clk, linux-kernel, linux-sunxi

Dne ponedeljek, 11. april 2022 ob 06:40:01 CEST je Samuel Holland napisal(a):
> Allwinner D1 contains a display engine 2.0. Its clock controller
> matches the layout of the H5 DE2 clocks (2 mixers, no rotation engine,
> and separate resets), so use that compatible as a fallback.
> 
> Signed-off-by: Samuel Holland <samuel@sholland.org>

Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com>

Best regards,
Jernej

> ---
> 
>  .../bindings/clock/allwinner,sun8i-a83t-de2-clk.yaml           | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/clock/allwinner,sun8i-a83t-
de2-clk.yaml b/Documentation/devicetree/bindings/clock/allwinner,sun8i-a83t-
de2-clk.yaml
> index e79eeac5f086..17caf78f0ccf 100644
> --- a/Documentation/devicetree/bindings/clock/allwinner,sun8i-a83t-de2-
clk.yaml
> +++ b/Documentation/devicetree/bindings/clock/allwinner,sun8i-a83t-de2-
clk.yaml
> @@ -28,6 +28,9 @@ properties:
>        - items:
>            - const: allwinner,sun8i-r40-de2-clk
>            - const: allwinner,sun8i-h3-de2-clk
> +      - items:
> +          - const: allwinner,sun20i-d1-de2-clk
> +          - const: allwinner,sun50i-h5-de2-clk
>  
>    reg:
>      maxItems: 1
> -- 
> 2.35.1
> 
> 



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

* Re: [PATCH] dt-bindings: clock: Add compatible for D1 DE2 clocks
  2022-04-11  4:40 [PATCH] dt-bindings: clock: Add compatible for D1 DE2 clocks Samuel Holland
  2022-04-11  6:29 ` Krzysztof Kozlowski
  2022-04-11 15:26 ` Jernej Škrabec
@ 2022-06-20 18:05 ` Jernej Škrabec
  2 siblings, 0 replies; 4+ messages in thread
From: Jernej Škrabec @ 2022-06-20 18:05 UTC (permalink / raw)
  To: Chen-Yu Tsai, Maxime Ripard, Samuel Holland
  Cc: Samuel Holland, Krzysztof Kozlowski, Michael Turquette,
	Rob Herring, Stephen Boyd, devicetree, linux-arm-kernel,
	linux-clk, linux-kernel, linux-sunxi

Dne ponedeljek, 11. april 2022 ob 06:40:01 CEST je Samuel Holland napisal(a):
> Allwinner D1 contains a display engine 2.0. Its clock controller
> matches the layout of the H5 DE2 clocks (2 mixers, no rotation engine,
> and separate resets), so use that compatible as a fallback.
> 
> Signed-off-by: Samuel Holland <samuel@sholland.org>

Applied, thanks!

Best regards,
Jernej



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

end of thread, other threads:[~2022-06-20 18:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-11  4:40 [PATCH] dt-bindings: clock: Add compatible for D1 DE2 clocks Samuel Holland
2022-04-11  6:29 ` Krzysztof Kozlowski
2022-04-11 15:26 ` Jernej Škrabec
2022-06-20 18:05 ` Jernej Škrabec

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