Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Joel Stanley and committed by
Philipp Zabel
77fb4e45 636728d0

+1
+1
drivers/reset/reset-simple.c
··· 144 144 .data = &reset_simple_active_low }, 145 145 { .compatible = "aspeed,ast2400-lpc-reset" }, 146 146 { .compatible = "aspeed,ast2500-lpc-reset" }, 147 + { .compatible = "aspeed,ast2600-lpc-reset" }, 147 148 { .compatible = "bitmain,bm1880-reset", 148 149 .data = &reset_simple_active_low }, 149 150 { .compatible = "brcm,bcm4908-misc-pcie-reset",