linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 2/3] dt-bindings: clock: Add AST2600 video engine reset definition
@ 2022-03-24  7:27 Howard Chiu
  2022-03-24 13:51 ` Jae Hyun Yoo
  0 siblings, 1 reply; 3+ messages in thread
From: Howard Chiu @ 2022-03-24  7:27 UTC (permalink / raw)
  To: robh+dt, Joel Stanley, andrew, devicetree, linux-arm-kernel,
	linux-aspeed, linux-kernel
  Cc: Troy Lee

Reset bit for VE is 6

Signed-off-by: Howard Chiu <howard_chiu@aspeedtech.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 62b9520a00fd..a7d0ad9539eb 100644
--- a/include/dt-bindings/clock/ast2600-clock.h
+++ b/include/dt-bindings/clock/ast2600-clock.h
@@ -110,6 +110,7 @@
 #define ASPEED_RESET_PCIE_DEV_OEN	20
 #define ASPEED_RESET_PCIE_RC_O		19
 #define ASPEED_RESET_PCIE_RC_OEN	18
+#define ASPEED_RESET_VIDEO		6
 #define ASPEED_RESET_PCI_DP		5
 #define ASPEED_RESET_AHB		1
 #define ASPEED_RESET_SDRAM		0
-- 
2.25.1


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

* Re: [PATCH v1 2/3] dt-bindings: clock: Add AST2600 video engine reset definition
  2022-03-24  7:27 [PATCH v1 2/3] dt-bindings: clock: Add AST2600 video engine reset definition Howard Chiu
@ 2022-03-24 13:51 ` Jae Hyun Yoo
  2022-03-25  1:57   ` Howard Chiu
  0 siblings, 1 reply; 3+ messages in thread
From: Jae Hyun Yoo @ 2022-03-24 13:51 UTC (permalink / raw)
  To: Howard Chiu, robh+dt, Joel Stanley, andrew, devicetree,
	linux-arm-kernel, linux-aspeed, linux-kernel



On 3/24/2022 12:27 AM, Howard Chiu wrote:
> Reset bit for VE is 6
> 
> Signed-off-by: Howard Chiu <howard_chiu@aspeedtech.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 62b9520a00fd..a7d0ad9539eb 100644
> --- a/include/dt-bindings/clock/ast2600-clock.h
> +++ b/include/dt-bindings/clock/ast2600-clock.h
> @@ -110,6 +110,7 @@
>   #define ASPEED_RESET_PCIE_DEV_OEN	20
>   #define ASPEED_RESET_PCIE_RC_O		19
>   #define ASPEED_RESET_PCIE_RC_OEN	18
> +#define ASPEED_RESET_VIDEO		6

You don't need to add 'resets' for video node in DT so it wouldn't be
needed.

-Jae

>   #define ASPEED_RESET_PCI_DP		5
>   #define ASPEED_RESET_AHB		1
>   #define ASPEED_RESET_SDRAM		0

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

* RE: [PATCH v1 2/3] dt-bindings: clock: Add AST2600 video engine reset definition
  2022-03-24 13:51 ` Jae Hyun Yoo
@ 2022-03-25  1:57   ` Howard Chiu
  0 siblings, 0 replies; 3+ messages in thread
From: Howard Chiu @ 2022-03-25  1:57 UTC (permalink / raw)
  To: Jae Hyun Yoo, robh+dt, Joel Stanley, andrew, devicetree,
	linux-arm-kernel, linux-aspeed, linux-kernel

Hi Jae

************* Email Confidentiality Notice ********************
DISCLAIMER:
This message (and any attachments) may contain legally privileged and/or other confidential information. If you have received it in error, please notify the sender by reply e-mail and immediately delete the e-mail and any attachments without copying or disclosing the contents. Thank you.

> -----Original Message-----
> From: Jae Hyun Yoo <quic_jaehyoo@quicinc.com>
> Sent: Thursday, March 24, 2022 9:51 PM
> To: Howard Chiu <howard_chiu@aspeedtech.com>; robh+dt@kernel.org; Joel
> Stanley <joel@jms.id.au>; andrew@aj.id.au; devicetree@vger.kernel.org;
> linux-arm-kernel@lists.infradead.org; linux-aspeed@lists.ozlabs.org;
> linux-kernel@vger.kernel.org
> Subject: Re: [PATCH v1 2/3] dt-bindings: clock: Add AST2600 video engine reset
> definition
> 
> 
> 
> On 3/24/2022 12:27 AM, Howard Chiu wrote:
> > Reset bit for VE is 6
> >
> > Signed-off-by: Howard Chiu <howard_chiu@aspeedtech.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 62b9520a00fd..a7d0ad9539eb 100644
> > --- a/include/dt-bindings/clock/ast2600-clock.h
> > +++ b/include/dt-bindings/clock/ast2600-clock.h
> > @@ -110,6 +110,7 @@
> >   #define ASPEED_RESET_PCIE_DEV_OEN	20
> >   #define ASPEED_RESET_PCIE_RC_O		19
> >   #define ASPEED_RESET_PCIE_RC_OEN	18
> > +#define ASPEED_RESET_VIDEO		6
> 
> You don't need to add 'resets' for video node in DT so it wouldn't be needed.
> 
Got it.
> -Jae
> 
> >   #define ASPEED_RESET_PCI_DP		5
> >   #define ASPEED_RESET_AHB		1
> >   #define ASPEED_RESET_SDRAM		0

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

end of thread, other threads:[~2022-03-25  1:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-24  7:27 [PATCH v1 2/3] dt-bindings: clock: Add AST2600 video engine reset definition Howard Chiu
2022-03-24 13:51 ` Jae Hyun Yoo
2022-03-25  1:57   ` Howard Chiu

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