arm64: dts: rockchip: rv1126b: Add "enable-method" for CPU

enable-method = "psci";

Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
Change-Id: I82055d5ef66ad5ec0818aaea964d88a2ae1b98cb
This commit is contained in:
Sugar Zhang
2025-03-23 18:09:23 +08:00
committed by Tao Huang
parent ab53ca8bec
commit 27d2d032fb

View File

@@ -180,6 +180,7 @@
device_type = "cpu";
compatible = "arm,cortex-a53";
reg = <0x0>;
enable-method = "psci";
clocks = <&cru ARMCLK>;
operating-points-v2 = <&cpu_opp_table>;
};
@@ -187,6 +188,7 @@
device_type = "cpu";
compatible = "arm,cortex-a53";
reg = <0x1>;
enable-method = "psci";
clocks = <&cru ARMCLK>;
operating-points-v2 = <&cpu_opp_table>;
};
@@ -194,6 +196,7 @@
device_type = "cpu";
compatible = "arm,cortex-a53";
reg = <0x2>;
enable-method = "psci";
clocks = <&cru ARMCLK>;
operating-points-v2 = <&cpu_opp_table>;
};
@@ -201,6 +204,7 @@
device_type = "cpu";
compatible = "arm,cortex-a53";
reg = <0x3>;
enable-method = "psci";
clocks = <&cru ARMCLK>;
operating-points-v2 = <&cpu_opp_table>;
};