Commit 7a7ed290 authored by Lorenzo Pieralisi's avatar Lorenzo Pieralisi
Browse files

ARM: dts: armada-370-xp: cpus/cpu node dts updates



This patch updates the in-kernel dts files according to the latest cpus
and cpu bindings updates for ARM.

Signed-off-by: default avatarLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Acked-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
parent 2e0d513f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -23,8 +23,12 @@ / {
	compatible = "marvell,armada-370-xp";

	cpus {
		#address-cells = <1>;
		#size-cells = <0>;
		cpu@0 {
			compatible = "marvell,sheeva-v7";
			device_type = "cpu";
			reg = <0>;
		};
	};