Re: [PATCH V2 6/6] arm64: dts: add support for T7 power domain controller

From: Lucas Tanure
Date: Sat Aug 26 2023 - 14:01:36 EST


On 24-08-2023 09:51, Xianwei Zhao wrote:
Hi Neil,
    Thanks for your reply.

On 2023/8/24 16:32, Neil Armstrong wrote:
[ EXTERNAL EMAIL ]

On 24/08/2023 07:59, Xianwei Zhao wrote:
From: "xianwei.zhao" <xianwei.zhao@xxxxxxxxxxx>

Enable power domain controller for Amlogic T7 SoC

Signed-off-by: xianwei.zhao <xianwei.zhao@xxxxxxxxxxx>
---
V1 -> V2: None
---
  arch/arm64/boot/dts/amlogic/amlogic-t7.dtsi | 6 ++++++
  1 file changed, 6 insertions(+)

diff --git a/arch/arm64/boot/dts/amlogic/amlogic-t7.dtsi b/arch/arm64/boot/dts/amlogic/amlogic-t7.dtsi
index 1423d4a79156..23cdad1b425b 100644
--- a/arch/arm64/boot/dts/amlogic/amlogic-t7.dtsi
+++ b/arch/arm64/boot/dts/amlogic/amlogic-t7.dtsi
@@ -4,6 +4,7 @@
   */

  #include <dt-bindings/interrupt-controller/arm-gic.h>
+#include <dt-bindings/power/amlogic,t7-pwrc.h>

  / {
      interrupt-parent = <&gic>;
@@ -118,6 +119,11 @@ psci {

      sm: secure-monitor {
              compatible = "amlogic,meson-gxbb-sm";
+
+             pwrc: power-controller {
+                     compatible = "amlogic,t7-pwrc";
+                     #power-domain-cells = <1>;
+             };
      };

      soc {

Please change the subject to:
arm64: dts: amlogic: t7: add power domain controller node

Will do.
With that:
Reviewed-by: Neil Armstrong <neil.armstrong@xxxxxxxxxx>

Tested with Vim4 and all works fine.

Tested-by: Lucas Tanure <tanure@xxxxxxxxx>