diff options
| author | Green Wan <[email protected]> | 2021-07-13 11:23:45 +0800 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2021-07-17 14:12:07 +0530 |
| commit | e3d6919d10d73ff97cfe583cc78fc01c7beaf4b5 (patch) | |
| tree | 07e84a394080af03f315a24a08337938ef4e0ad5 /lib/utils/reset/objects.mk | |
| parent | 4c3df2ab96be2ae513b80ee96d1db7b97155d231 (diff) | |
lib: utils/reset: Add generic GPIO reset driver
We add generic GPIO reset driver inspired from gpio-restart
and gpio-poweroff drivers of Linux kernel.
Signed-off-by: Green Wan <[email protected]>
Signed-off-by: Anup Patel <[email protected]>
Reviewed-by: Atish Patra <[email protected]>
Diffstat (limited to 'lib/utils/reset/objects.mk')
| -rw-r--r-- | lib/utils/reset/objects.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/utils/reset/objects.mk b/lib/utils/reset/objects.mk index 672aad9c..42153964 100644 --- a/lib/utils/reset/objects.mk +++ b/lib/utils/reset/objects.mk @@ -8,6 +8,7 @@ # libsbiutils-objs-y += reset/fdt_reset.o +libsbiutils-objs-y += reset/fdt_reset_gpio.o libsbiutils-objs-y += reset/fdt_reset_htif.o libsbiutils-objs-y += reset/fdt_reset_thead.o libsbiutils-objs-y += reset/fdt_reset_thead_asm.o |
