* [PATCH v3 1/2] dt-bindings: clock: ast2600: Add reset definition for video
@ 2026-03-02 1:15 Haiyue Wang
2026-03-02 7:04 ` Krzysztof Kozlowski
2026-03-26 5:27 ` Andrew Jeffery
0 siblings, 2 replies; 3+ messages in thread
From: Haiyue Wang @ 2026-03-02 1:15 UTC (permalink / raw)
To: devicetree, linux-aspeed
Cc: Haiyue Wang, Michael Turquette, Stephen Boyd, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, open list:COMMON CLK FRAMEWORK,
open list
Add ASPEED_RESET_VIDEO reset definition to the ast2600-clock binding
header. It is required for proper reset control of the video on the
AST2600 SoC for aspeed-video driver.
Signed-off-by: Haiyue Wang <haiyuewa@163.com>
---
v3:
- Drop 'Fixes:' tag in header file patch.
v2: https://lore.kernel.org/all/20260227151602.829-1-haiyuewa@163.com/
- Fix checkpatch.pl warning, and send dt-bindings as single patch as
the submitting-patches guide.
v1: https://lore.kernel.org/all/20260227123837.70079-1-haiyuewa@163.com/
---
include/dt-bindings/clock/ast2600-clock.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/dt-bindings/clock/ast2600-clock.h b/include/dt-bindings/clock/ast2600-clock.h
index f60fff261130..7b9b80c38a8b 100644
--- a/include/dt-bindings/clock/ast2600-clock.h
+++ b/include/dt-bindings/clock/ast2600-clock.h
@@ -124,6 +124,7 @@
#define ASPEED_RESET_PCIE_RC_OEN 18
#define ASPEED_RESET_MAC2 12
#define ASPEED_RESET_MAC1 11
+#define ASPEED_RESET_VIDEO 6
#define ASPEED_RESET_PCI_DP 5
#define ASPEED_RESET_HACE 4
#define ASPEED_RESET_AHB 1
--
2.53.0
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH v3 1/2] dt-bindings: clock: ast2600: Add reset definition for video
2026-03-02 1:15 [PATCH v3 1/2] dt-bindings: clock: ast2600: Add reset definition for video Haiyue Wang
@ 2026-03-02 7:04 ` Krzysztof Kozlowski
2026-03-26 5:27 ` Andrew Jeffery
1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2026-03-02 7:04 UTC (permalink / raw)
To: Haiyue Wang
Cc: devicetree, linux-aspeed, Michael Turquette, Stephen Boyd,
Rob Herring, Krzysztof Kozlowski, Conor Dooley,
open list:COMMON CLK FRAMEWORK, open list
On Mon, Mar 02, 2026 at 09:15:00AM +0800, Haiyue Wang wrote:
> Add ASPEED_RESET_VIDEO reset definition to the ast2600-clock binding
> header. It is required for proper reset control of the video on the
> AST2600 SoC for aspeed-video driver.
>
> Signed-off-by: Haiyue Wang <haiyuewa@163.com>
> ---
> v3:
> - Drop 'Fixes:' tag in header file patch.
> v2: https://lore.kernel.org/all/20260227151602.829-1-haiyuewa@163.com/
> - Fix checkpatch.pl warning, and send dt-bindings as single patch as
> the submitting-patches guide.
> v1: https://lore.kernel.org/all/20260227123837.70079-1-haiyuewa@163.com/
> ---
> include/dt-bindings/clock/ast2600-clock.h | 1 +
> 1 file changed, 1 insertion(+)
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v3 1/2] dt-bindings: clock: ast2600: Add reset definition for video
2026-03-02 1:15 [PATCH v3 1/2] dt-bindings: clock: ast2600: Add reset definition for video Haiyue Wang
2026-03-02 7:04 ` Krzysztof Kozlowski
@ 2026-03-26 5:27 ` Andrew Jeffery
1 sibling, 0 replies; 3+ messages in thread
From: Andrew Jeffery @ 2026-03-26 5:27 UTC (permalink / raw)
To: Michael Turquette, Stephen Boyd
Cc: Haiyue Wang, devicetree, linux-aspeed, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, open list:COMMON CLK FRAMEWORK,
open list
Hi Michael, Stephen,
On Mon, 2026-03-02 at 09:15 +0800, Haiyue Wang wrote:
> Add ASPEED_RESET_VIDEO reset definition to the ast2600-clock binding
> header. It is required for proper reset control of the video on the
> AST2600 SoC for aspeed-video driver.
>
> Signed-off-by: Haiyue Wang <haiyuewa@163.com>
> ---
> v3:
> - Drop 'Fixes:' tag in header file patch.
> v2: https://lore.kernel.org/all/20260227151602.829-1-haiyuewa@163.com/
> - Fix checkpatch.pl warning, and send dt-bindings as single patch as
> the submitting-patches guide.
> v1: https://lore.kernel.org/all/20260227123837.70079-1-haiyuewa@163.com/
> ---
> include/dt-bindings/clock/ast2600-clock.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/include/dt-bindings/clock/ast2600-clock.h b/include/dt-bindings/clock/ast2600-clock.h
> index f60fff261130..7b9b80c38a8b 100644
> --- a/include/dt-bindings/clock/ast2600-clock.h
> +++ b/include/dt-bindings/clock/ast2600-clock.h
> @@ -124,6 +124,7 @@
> #define ASPEED_RESET_PCIE_RC_OEN 18
> #define ASPEED_RESET_MAC2 12
> #define ASPEED_RESET_MAC1 11
> +#define ASPEED_RESET_VIDEO 6
> #define ASPEED_RESET_PCI_DP 5
> #define ASPEED_RESET_HACE 4
> #define ASPEED_RESET_AHB 1
If you would like to take this change I can apply 2/2 later when it
makes sense to do so:
Reviewed-by: Andrew Jeffery <andrew@codeconstruct.com.au>
Otherwise, I'm happy to take both through the aspeed/arm/dt branch in
the bmc tree with your ack on this one.
Andrew
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-03-26 5:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-02 1:15 [PATCH v3 1/2] dt-bindings: clock: ast2600: Add reset definition for video Haiyue Wang
2026-03-02 7:04 ` Krzysztof Kozlowski
2026-03-26 5:27 ` Andrew Jeffery
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox