diff options
author | Álvaro Fernández Rojas <[email protected]> | 2023-03-22 18:15:13 +0100 |
---|---|---|
committer | Stephen Boyd <[email protected]> | 2023-03-27 12:23:51 -0700 |
commit | 2a67e196bb5197bdca89332d2a71e708ee4d897d (patch) | |
tree | 21ee94d880f20d12113b70a55b27f31de2d08fea | |
parent | 0ca6a0970073a14f5608f0add0e431697316cbca (diff) |
dt-bindings: reset: add BCM63268 timer reset definitions
Add missing timer reset definitions for BCM63268.
Signed-off-by: Álvaro Fernández Rojas <[email protected]>
Acked-by: Rob Herring <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Stephen Boyd <[email protected]>
-rw-r--r-- | include/dt-bindings/reset/bcm63268-reset.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/dt-bindings/reset/bcm63268-reset.h b/include/dt-bindings/reset/bcm63268-reset.h index 6a6403a4c2d5..d87a7882782a 100644 --- a/include/dt-bindings/reset/bcm63268-reset.h +++ b/include/dt-bindings/reset/bcm63268-reset.h @@ -23,4 +23,8 @@ #define BCM63268_RST_PCIE_HARD 17 #define BCM63268_RST_GPHY 18 +#define BCM63268_TRST_SW 29 +#define BCM63268_TRST_HW 30 +#define BCM63268_TRST_POR 31 + #endif /* __DT_BINDINGS_RESET_BCM63268_H */ |