public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] dt-bindings: clock: Add AST2500/AST2600 VIDEO reset definition
@ 2025-10-02  9:56 Jammy Huang
  2025-10-02 18:45 ` Conor Dooley
  0 siblings, 1 reply; 4+ messages in thread
From: Jammy Huang @ 2025-10-02  9:56 UTC (permalink / raw)
  To: mturquette, sboyd, robh, krzk+dt, conor+dt, joel, andrew,
	linux-clk, devicetree, linux-arm-kernel, linux-aspeed,
	linux-kernel

Add VIDEO reset bit definition for AST2500/AST2600.

Signed-off-by: Jammy Huang <jammy_huang@aspeedtech.com>
---
 include/dt-bindings/clock/aspeed-clock.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/dt-bindings/clock/aspeed-clock.h b/include/dt-bindings/clock/aspeed-clock.h
index 06d568382c77..421ca577c1b2 100644
--- a/include/dt-bindings/clock/aspeed-clock.h
+++ b/include/dt-bindings/clock/aspeed-clock.h
@@ -53,5 +53,6 @@
 #define ASPEED_RESET_AHB		8
 #define ASPEED_RESET_CRT1		9
 #define ASPEED_RESET_HACE		10
+#define ASPEED_RESET_VIDEO		21
 
 #endif

base-commit: 7f7072574127c9e971cad83a0274e86f6275c0d5
prerequisite-patch-id: 80cfedcb62367922b1e875e8e734ced8f7cc19ba
prerequisite-patch-id: d74dc2e0aff712f033ca5c2f299410ae92867d8c
-- 
2.25.1


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

* Re: [PATCH v1] dt-bindings: clock: Add AST2500/AST2600 VIDEO reset definition
  2025-10-02  9:56 [PATCH v1] dt-bindings: clock: Add AST2500/AST2600 VIDEO reset definition Jammy Huang
@ 2025-10-02 18:45 ` Conor Dooley
  2025-10-03  1:50   ` Jammy Huang
  0 siblings, 1 reply; 4+ messages in thread
From: Conor Dooley @ 2025-10-02 18:45 UTC (permalink / raw)
  To: Jammy Huang
  Cc: mturquette, sboyd, robh, krzk+dt, conor+dt, joel, andrew,
	linux-clk, devicetree, linux-arm-kernel, linux-aspeed,
	linux-kernel

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

On Thu, Oct 02, 2025 at 05:56:51PM +0800, Jammy Huang wrote:
> Add VIDEO reset bit definition for AST2500/AST2600.
> 
> Signed-off-by: Jammy Huang <jammy_huang@aspeedtech.com>
> ---
>  include/dt-bindings/clock/aspeed-clock.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/include/dt-bindings/clock/aspeed-clock.h b/include/dt-bindings/clock/aspeed-clock.h
> index 06d568382c77..421ca577c1b2 100644
> --- a/include/dt-bindings/clock/aspeed-clock.h
> +++ b/include/dt-bindings/clock/aspeed-clock.h
> @@ -53,5 +53,6 @@
>  #define ASPEED_RESET_AHB		8
>  #define ASPEED_RESET_CRT1		9
>  #define ASPEED_RESET_HACE		10
> +#define ASPEED_RESET_VIDEO		21

What's up with the gap here? Are there another 10 resets missing?

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

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

* RE: [PATCH v1] dt-bindings: clock: Add AST2500/AST2600 VIDEO reset definition
  2025-10-02 18:45 ` Conor Dooley
@ 2025-10-03  1:50   ` Jammy Huang
  2025-10-03 20:47     ` Conor Dooley
  0 siblings, 1 reply; 4+ messages in thread
From: Jammy Huang @ 2025-10-03  1:50 UTC (permalink / raw)
  To: Conor Dooley
  Cc: mturquette@baylibre.com, sboyd@kernel.org, robh@kernel.org,
	krzk+dt@kernel.org, conor+dt@kernel.org, joel@jms.id.au,
	andrew@codeconstruct.com.au, linux-clk@vger.kernel.org,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-aspeed@lists.ozlabs.org, linux-kernel@vger.kernel.org


> On Thu, Oct 02, 2025 at 05:56:51PM +0800, Jammy Huang wrote:
> > Add VIDEO reset bit definition for AST2500/AST2600.
> >
> > Signed-off-by: Jammy Huang <jammy_huang@aspeedtech.com>
> > ---
> >  include/dt-bindings/clock/aspeed-clock.h | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/include/dt-bindings/clock/aspeed-clock.h
> b/include/dt-bindings/clock/aspeed-clock.h
> > index 06d568382c77..421ca577c1b2 100644
> > --- a/include/dt-bindings/clock/aspeed-clock.h
> > +++ b/include/dt-bindings/clock/aspeed-clock.h
> > @@ -53,5 +53,6 @@
> >  #define ASPEED_RESET_AHB		8
> >  #define ASPEED_RESET_CRT1		9
> >  #define ASPEED_RESET_HACE		10
> > +#define ASPEED_RESET_VIDEO		21
> 
> What's up with the gap here? Are there another 10 resets missing?
Thanks for your review. I find this is just an index of reset map. I will update
new patch later.

Regards
Jammy

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

* Re: [PATCH v1] dt-bindings: clock: Add AST2500/AST2600 VIDEO reset definition
  2025-10-03  1:50   ` Jammy Huang
@ 2025-10-03 20:47     ` Conor Dooley
  0 siblings, 0 replies; 4+ messages in thread
From: Conor Dooley @ 2025-10-03 20:47 UTC (permalink / raw)
  To: Jammy Huang
  Cc: mturquette@baylibre.com, sboyd@kernel.org, robh@kernel.org,
	krzk+dt@kernel.org, conor+dt@kernel.org, joel@jms.id.au,
	andrew@codeconstruct.com.au, linux-clk@vger.kernel.org,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-aspeed@lists.ozlabs.org, linux-kernel@vger.kernel.org

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

On Fri, Oct 03, 2025 at 01:50:46AM +0000, Jammy Huang wrote:
> 
> > On Thu, Oct 02, 2025 at 05:56:51PM +0800, Jammy Huang wrote:
> > > Add VIDEO reset bit definition for AST2500/AST2600.
> > >
> > > Signed-off-by: Jammy Huang <jammy_huang@aspeedtech.com>
> > > ---
> > >  include/dt-bindings/clock/aspeed-clock.h | 1 +
> > >  1 file changed, 1 insertion(+)
> > >
> > > diff --git a/include/dt-bindings/clock/aspeed-clock.h
> > b/include/dt-bindings/clock/aspeed-clock.h
> > > index 06d568382c77..421ca577c1b2 100644
> > > --- a/include/dt-bindings/clock/aspeed-clock.h
> > > +++ b/include/dt-bindings/clock/aspeed-clock.h
> > > @@ -53,5 +53,6 @@
> > >  #define ASPEED_RESET_AHB		8
> > >  #define ASPEED_RESET_CRT1		9
> > >  #define ASPEED_RESET_HACE		10
> > > +#define ASPEED_RESET_VIDEO		21
> > 
> > What's up with the gap here? Are there another 10 resets missing?
> Thanks for your review. I find this is just an index of reset map. I will update
> new patch later.

I don't know what this has to do with the question I asked. What's going
to be in the update?


Cheers,
Conor.

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

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

end of thread, other threads:[~2025-10-03 20:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-02  9:56 [PATCH v1] dt-bindings: clock: Add AST2500/AST2600 VIDEO reset definition Jammy Huang
2025-10-02 18:45 ` Conor Dooley
2025-10-03  1:50   ` Jammy Huang
2025-10-03 20:47     ` Conor Dooley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox