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

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

ARM: mach-shmobile: sh73a0: 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 ff8de98d
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -14,11 +14,18 @@
	compatible = "renesas,sh73a0";

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

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