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

Commit 500798d4 authored by Stuart Yoder's avatar Stuart Yoder Committed by Paul Mackerras
Browse files

[POWERPC] Remove unused, undocumented #cpus property from cpus node



The #cpus property is unused and undocumented and is therefore
being removed.

Signed-off-by: default avatarStuart Yoder <stuart.yoder@freescale.com>
Acked-by: default avatarDavid Gibson <david@gibson.dropbear.id.au>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent fdc0a9be
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -29,7 +29,6 @@ build with: "dtc -f -I dts -O dtb -o kuroboxHD.dtb -V 16 kuroboxHD.dts"

	cpus {
		linux,phandle = <2000>;
		#cpus = <1>;
		#address-cells = <1>;
		#size-cells = <0>;

+0 −1
Original line number Diff line number Diff line
@@ -29,7 +29,6 @@ build with: "dtc -f -I dts -O dtb -o kuroboxHG.dtb -V 16 kuroboxHG.dts"

	cpus {
		linux,phandle = <2000>;
		#cpus = <1>;
		#address-cells = <1>;
		#size-cells = <0>;

+0 −1
Original line number Diff line number Diff line
@@ -24,7 +24,6 @@
	#size-cells = <1>;

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

+0 −1
Original line number Diff line number Diff line
@@ -24,7 +24,6 @@
	#size-cells = <1>;

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

+0 −1
Original line number Diff line number Diff line
@@ -19,7 +19,6 @@
	linux,phandle = <100>;

	cpus {
		#cpus = <1>;
		#address-cells = <1>;
		#size-cells =<0>;
		linux,phandle = <200>;
Loading