mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
arm64: dts: microchip: sparx5: Fix CPU node "enable-method" property dependencies
The "spin-table" enable-method requires "cpu-release-addr" property, so add a dummy entry. It is assumed the bootloader will fill in the correct values. Signed-off-by: Rob Herring (Arm) <robh@kernel.org> Reviewed-by: Daniel Machon <daniel.machon@microchip.com> Tested-by: Daniel Machon <daniel.machon@microchip.com> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
This commit is contained in:
parent
0af2f6be1b
commit
ec32344d2a
1 changed files with 2 additions and 0 deletions
|
@ -12,10 +12,12 @@
|
|||
|
||||
&cpu0 {
|
||||
enable-method = "spin-table";
|
||||
cpu-release-addr = /bits/ 64 <0>;
|
||||
};
|
||||
|
||||
&cpu1 {
|
||||
enable-method = "spin-table";
|
||||
cpu-release-addr = /bits/ 64 <0>;
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
|
|
Loading…
Add table
Reference in a new issue