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

Commit e757a6ee authored by Lorenzo Pieralisi's avatar Lorenzo Pieralisi
Browse files

ARM: dts: at91: cpus/cpu node 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 avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent 7a7ed290
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -35,8 +35,12 @@
		ssc2 = &ssc2;
	};
	cpus {
		cpu@0 {
		#address-cells = <0>;
		#size-cells = <0>;

		cpu {
			compatible = "arm,arm920t";
			device_type = "cpu";
		};
	};

+6 −2
Original line number Diff line number Diff line
@@ -32,8 +32,12 @@
		ssc0 = &ssc0;
	};
	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
@@ -29,8 +29,12 @@
		ssc1 = &ssc1;
	};
	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
@@ -35,8 +35,12 @@
		ssc1 = &ssc1;
	};
	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
@@ -31,8 +31,12 @@
		ssc0 = &ssc0;
	};
	cpus {
		cpu@0 {
			compatible = "arm,arm926ejs";
		#address-cells = <0>;
		#size-cells = <0>;

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

Loading