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

Commit 35fae4c3 authored by Lorenzo Pieralisi's avatar Lorenzo Pieralisi
Browse files

ARM: dts: sh7372: cpus/cpu nodes 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 avatarSimon Horman <horms+renesas@verge.net.au>
parent b4032013
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -14,8 +14,13 @@
	compatible = "renesas,sh7372";

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

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