From: Joel Stanley Date: Mon, 21 Feb 2022 07:26:50 +0000 (+1030) Subject: reset: simple: Add AST2600 compatible X-Git-Tag: v5.19-rc1~143^2~18^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=77fb4e45260ac2e2f20616bea6aa1003f4cd168c;p=thirdparty%2Fkernel%2Flinux.git reset: simple: Add AST2600 compatible 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 Signed-off-by: Philipp Zabel Link: https://lore.kernel.org/r/20220221072650.129348-1-joel@jms.id.au --- diff --git a/drivers/reset/reset-simple.c b/drivers/reset/reset-simple.c index 4dda0daf2c6f5..361a68314265a 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",