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

Commit 73158b77 authored by Lorenzo Pieralisi's avatar Lorenzo Pieralisi
Browse files

ARM: dts: lpc32xx: 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>
parent 7925e89f
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -18,8 +18,12 @@
	interrupt-parent = <&mic>;

	cpus {
		cpu@0 {
			compatible = "arm,arm926ejs";
		#address-cells = <0>;
		#size-cells = <0>;

		cpu {
			compatible = "arm,arm926ej-s";
			device_type = "cpu";
		};
	};