Commit 7925e89f authored by Lorenzo Pieralisi's avatar Lorenzo Pieralisi
Browse files

ARM: dts: imx: 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 avatarShawn Guo <shawn.guo@linaro.org>
parent 88e41848
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -23,8 +23,12 @@ aliases {
	};

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

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

+6 −2
Original line number Diff line number Diff line
@@ -32,8 +32,12 @@ aliases {
	};

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

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

+2 −0
Original line number Diff line number Diff line
@@ -18,12 +18,14 @@ cpus {

		cpu@0 {
			compatible = "arm,cortex-a9";
			device_type = "cpu";
			reg = <0>;
			next-level-cache = <&L2>;
		};

		cpu@1 {
			compatible = "arm,cortex-a9";
			device_type = "cpu";
			reg = <1>;
			next-level-cache = <&L2>;
		};
+4 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ cpus {

		cpu@0 {
			compatible = "arm,cortex-a9";
			device_type = "cpu";
			reg = <0>;
			next-level-cache = <&L2>;
			operating-points = <
@@ -39,18 +40,21 @@ cpu@0 {

		cpu@1 {
			compatible = "arm,cortex-a9";
			device_type = "cpu";
			reg = <1>;
			next-level-cache = <&L2>;
		};

		cpu@2 {
			compatible = "arm,cortex-a9";
			device_type = "cpu";
			reg = <2>;
			next-level-cache = <&L2>;
		};

		cpu@3 {
			compatible = "arm,cortex-a9";
			device_type = "cpu";
			reg = <3>;
			next-level-cache = <&L2>;
		};