diff mbox series

[v2,2/5] dt-bindings: power: Add NNA power domain

Message ID 20221128111740.39003-3-tomeu.vizoso@collabora.com
State Changes Requested, archived
Headers show
Series Support for the NPU in Vim3 | expand

Checks

Context Check Description
robh/checkpatch warning total: 0 errors, 1 warnings, 6 lines checked
robh/patch-applied success

Commit Message

Tomeu Vizoso Nov. 28, 2022, 11:17 a.m. UTC
Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Acked-by: Neil Armstrong <neil.armstrong@linaro.org>
---
 include/dt-bindings/power/meson-g12a-power.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Krzysztof Kozlowski Nov. 28, 2022, 11:43 a.m. UTC | #1
On 28/11/2022 12:17, Tomeu Vizoso wrote:

Missing commit msg.

Same problem with missing changelog.

> Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
> Acked-by: Neil Armstrong <neil.armstrong@linaro.org>
> ---


Best regards,
Krzysztof
diff mbox series

Patch

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