Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fe681d29 authored by Simon Horman's avatar Simon Horman
Browse files

ARM: mach-shmobile: emev2: Add reg and device_type properties to cpus



Cc: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent c5795aec
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -15,11 +15,18 @@
	interrupt-parent = <&gic>;
	interrupt-parent = <&gic>;


	cpus {
	cpus {
		#address-cells = <1>;
		#size-cells = <0>;

		cpu@0 {
		cpu@0 {
			device_type = "cpu";
			compatible = "arm,cortex-a9";
			compatible = "arm,cortex-a9";
			reg = <0>;
		};
		};
		cpu@1 {
		cpu@1 {
			device_type = "cpu";
			compatible = "arm,cortex-a9";
			compatible = "arm,cortex-a9";
			reg = <1>;
		};
		};
	};
	};