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

Configure Feed

Select the types of activity you want to include in your feed.

reset: simple: add support for Sophgo CV1800B

Reuse reset-simple driver for the Sophgo CV1800B reset generator.

Signed-off-by: Inochi Amaoto <inochiama@gmail.com>
Reviewed-by: Alexander Sverdlin <alexander.sverdlin@gmail.com>
Tested-by: Alexander Sverdlin <alexander.sverdlin@gmail.com>
Link: https://lore.kernel.org/r/20250617070144.1149926-3-inochiama@gmail.com
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>

authored by

Inochi Amaoto and committed by
Philipp Zabel
811fe8ad 5a5c61f7

+2
+2
drivers/reset/reset-simple.c
··· 151 151 { .compatible = "snps,dw-high-reset" }, 152 152 { .compatible = "snps,dw-low-reset", 153 153 .data = &reset_simple_active_low }, 154 + { .compatible = "sophgo,cv1800b-reset", 155 + .data = &reset_simple_active_low }, 154 156 { .compatible = "sophgo,sg2042-reset", 155 157 .data = &reset_simple_active_low }, 156 158 { /* sentinel */ },