]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
reset: simple: Add AST2600 compatible
authorJoel Stanley <joel@jms.id.au>
Mon, 21 Feb 2022 07:26:50 +0000 (17:56 +1030)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Tue, 3 May 2022 15:40:51 +0000 (17:40 +0200)
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>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Link: https://lore.kernel.org/r/20220221072650.129348-1-joel@jms.id.au
drivers/reset/reset-simple.c

index 4dda0daf2c6f51ae94da02a0b500718d1c9c2a19..361a68314265adbd8f954814815706d954659b47 100644 (file)
@@ -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",