File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ config RESET_SCMI
213
213
214
214
config RESET_SIMPLE
215
215
bool "Simple Reset Controller Driver" if COMPILE_TEST || EXPERT
216
- default ARCH_ASPEED || ARCH_BCMBCA || ARCH_BITMAIN || ARCH_REALTEK || ARCH_STM32 || (ARCH_INTEL_SOCFPGA && ARM64) || ARCH_SUNXI || ARC
216
+ default ARCH_ASPEED || ARCH_BCMBCA || ARCH_BITMAIN || ARCH_REALTEK || ARCH_SOPHGO || ARCH_STM32 || (ARCH_INTEL_SOCFPGA && ARM64) || ARCH_SUNXI || ARC
217
217
depends on HAS_IOMEM
218
218
help
219
219
This enables a simple reset controller driver for reset lines that
@@ -228,6 +228,7 @@ config RESET_SIMPLE
228
228
- RCC reset controller in STM32 MCUs
229
229
- Allwinner SoCs
230
230
- SiFive FU740 SoCs
231
+ - Sophgo SoCs
231
232
232
233
config RESET_SOCFPGA
233
234
bool "SoCFPGA Reset Driver" if COMPILE_TEST && (!ARM || !ARCH_INTEL_SOCFPGA)
Original file line number Diff line number Diff line change @@ -151,6 +151,8 @@ static const struct of_device_id reset_simple_dt_ids[] = {
151
151
{ .compatible = "snps,dw-high-reset" },
152
152
{ .compatible = "snps,dw-low-reset" ,
153
153
.data = & reset_simple_active_low },
154
+ { .compatible = "sophgo,sg2042-reset" ,
155
+ .data = & reset_simple_active_low },
154
156
{ /* sentinel */ },
155
157
};
156
158
You can’t perform that action at this time.
0 commit comments