Re: [PATCH v3 linux dev-5.3 05/10] reset: simple: Add AST2600 compatibility string

Andrew Jeffery andrew at aj.id.au
Wed Sep 25 13:06:55 AEST 2019



On Wed, 25 Sep 2019, at 05:17, Brad Bishop wrote:
> The AST2600 SoC contains the same LPC register set as the AST2500.
> 
> Signed-off-by: Brad Bishop <bradleyb at fuzziesquirrel.com>

Reviewed-by: Andrew Jeffery <andrew at aj.id.au>

> ---
> v3: new for v3
> ---
>  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 1154f7b1f4dd..2fe9c889a75a 100644
> --- a/drivers/reset/reset-simple.c
> +++ b/drivers/reset/reset-simple.c
> @@ -125,6 +125,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 },
>  	{ /* sentinel */ },
> -- 
> 2.21.0
>


More information about the openbmc mailing list