mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

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>
33 lines
439 B
Text
33 lines
439 B
Text
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Copyright (c) 2020 Microchip Technology Inc. and its subsidiaries.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "sparx5.dtsi"
|
|
|
|
&psci {
|
|
status = "disabled";
|
|
};
|
|
|
|
&cpu0 {
|
|
enable-method = "spin-table";
|
|
cpu-release-addr = /bits/ 64 <0>;
|
|
};
|
|
|
|
&cpu1 {
|
|
enable-method = "spin-table";
|
|
cpu-release-addr = /bits/ 64 <0>;
|
|
};
|
|
|
|
&uart0 {
|
|
status = "okay";
|
|
};
|
|
|
|
&uart1 {
|
|
status = "okay";
|
|
};
|
|
|
|
&i2c0 {
|
|
status = "okay";
|
|
};
|