mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
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:
@@ -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>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user