2022-12-01 11:01:21

by Tomeu Vizoso

[permalink] [raw]
Subject: [PATCH v5 2/7] dt-bindings: power: Add G12A NNA power domain

Add define for the NNA power domain for the NPU in the G12A.

Signed-off-by: Tomeu Vizoso <[email protected]>
Acked-by: Neil Armstrong <[email protected]>
---
include/dt-bindings/power/meson-g12a-power.h | 1 +
1 file changed, 1 insertion(+)

diff --git a/include/dt-bindings/power/meson-g12a-power.h b/include/dt-bindings/power/meson-g12a-power.h
index bb5e67a842de..93b03bdd60b7 100644
--- a/include/dt-bindings/power/meson-g12a-power.h
+++ b/include/dt-bindings/power/meson-g12a-power.h
@@ -9,5 +9,6 @@

#define PWRC_G12A_VPU_ID 0
#define PWRC_G12A_ETH_ID 1
+#define PWRC_G12A_NNA_ID 2

#endif
--
2.38.1


2022-12-01 22:40:13

by Martin Blumenstingl

[permalink] [raw]
Subject: Re: [PATCH v5 2/7] dt-bindings: power: Add G12A NNA power domain

On Thu, Dec 1, 2022 at 11:30 AM Tomeu Vizoso <[email protected]> wrote:
>
> Add define for the NNA power domain for the NPU in the G12A.
>
> Signed-off-by: Tomeu Vizoso <[email protected]>
> Acked-by: Neil Armstrong <[email protected]>
Reviewed-by: Martin Blumenstingl <[email protected]>