linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] reset: simple: Add AST2600 compatible
@ 2022-02-21  7:26 Joel Stanley
  2022-04-04 10:18 ` Philipp Zabel
  0 siblings, 1 reply; 2+ messages in thread
From: Joel Stanley @ 2022-02-21  7:26 UTC (permalink / raw)
  To: Philipp Zabel, Andrew Jeffery; +Cc: linux-arm-kernel, linux-kernel

Similar to the 2400 and 2500, the LPC controller has some simple reset
lines that are used by the UART devices.

This is already documented in LPC bindings document.

Signed-off-by: Joel Stanley <joel@jms.id.au>
---
 drivers/reset/reset-simple.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/reset/reset-simple.c b/drivers/reset/reset-simple.c
index 4dda0daf2c6f..361a68314265 100644
--- a/drivers/reset/reset-simple.c
+++ b/drivers/reset/reset-simple.c
@@ -144,6 +144,7 @@ static const struct of_device_id reset_simple_dt_ids[] = {
 		.data = &reset_simple_active_low },
 	{ .compatible = "aspeed,ast2400-lpc-reset" },
 	{ .compatible = "aspeed,ast2500-lpc-reset" },
+	{ .compatible = "aspeed,ast2600-lpc-reset" },
 	{ .compatible = "bitmain,bm1880-reset",
 		.data = &reset_simple_active_low },
 	{ .compatible = "brcm,bcm4908-misc-pcie-reset",
-- 
2.34.1


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

* Re: [PATCH] reset: simple: Add AST2600 compatible
  2022-02-21  7:26 [PATCH] reset: simple: Add AST2600 compatible Joel Stanley
@ 2022-04-04 10:18 ` Philipp Zabel
  0 siblings, 0 replies; 2+ messages in thread
From: Philipp Zabel @ 2022-04-04 10:18 UTC (permalink / raw)
  To: Joel Stanley, Andrew Jeffery; +Cc: linux-arm-kernel, linux-kernel

On Mo, 2022-02-21 at 17:56 +1030, Joel Stanley wrote:
> Similar to the 2400 and 2500, the LPC controller has some simple
> reset
> lines that are used by the UART devices.
> 
> This is already documented in LPC bindings document.
> 
> Signed-off-by: Joel Stanley <joel@jms.id.au>
> ---
>  drivers/reset/reset-simple.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/reset/reset-simple.c b/drivers/reset/reset-
> simple.c
> index 4dda0daf2c6f..361a68314265 100644
> --- a/drivers/reset/reset-simple.c
> +++ b/drivers/reset/reset-simple.c
> @@ -144,6 +144,7 @@ static const struct of_device_id
> reset_simple_dt_ids[] = {
>                 .data = &reset_simple_active_low },
>         { .compatible = "aspeed,ast2400-lpc-reset" },
>         { .compatible = "aspeed,ast2500-lpc-reset" },
> +       { .compatible = "aspeed,ast2600-lpc-reset" },
>         { .compatible = "bitmain,bm1880-reset",
>                 .data = &reset_simple_active_low },
>         { .compatible = "brcm,bcm4908-misc-pcie-reset",

Thank you, applied to reset/next.

regards
Philipp

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

end of thread, other threads:[~2022-04-04 10:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-21  7:26 [PATCH] reset: simple: Add AST2600 compatible Joel Stanley
2022-04-04 10:18 ` Philipp Zabel

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