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 @@ -117,7 +117,7 @@ config RESET_QCOM_PDC
117
117
118
118
config RESET_SIMPLE
119
119
bool "Simple Reset Controller Driver" if COMPILE_TEST
120
- default ARCH_STM32 || ARCH_STRATIX10 || ARCH_SUNXI || ARCH_ZX || ARCH_ASPEED
120
+ default ARCH_STM32 || ARCH_STRATIX10 || ARCH_SUNXI || ARCH_ZX || ARCH_ASPEED || ARCH_BITMAIN
121
121
help
122
122
This enables a simple reset controller driver for reset lines that
123
123
that can be asserted and deasserted by toggling bits in a contiguous,
@@ -129,6 +129,7 @@ config RESET_SIMPLE
129
129
- RCC reset controller in STM32 MCUs
130
130
- Allwinner SoCs
131
131
- ZTE's zx2967 family
132
+ - Bitmain BM1880 SoC
132
133
133
134
config RESET_STM32MP157
134
135
bool "STM32MP157 Reset Driver" if COMPILE_TEST
Original file line number Diff line number Diff line change @@ -129,6 +129,8 @@ static const struct of_device_id reset_simple_dt_ids[] = {
129
129
.data = & reset_simple_active_low },
130
130
{ .compatible = "aspeed,ast2400-lpc-reset" },
131
131
{ .compatible = "aspeed,ast2500-lpc-reset" },
132
+ { .compatible = "bitmain,bm1880-reset" ,
133
+ .data = & reset_simple_active_low },
132
134
{ /* sentinel */ },
133
135
};
134
136
You can’t perform that action at this time.
0 commit comments