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

Commit 58a5be39 authored by Paul Gortmaker's avatar Paul Gortmaker Committed by Grant Likely
Browse files

[POWERPC] mpc5200: add #address-cells and #size-cells to soc node.



The various 5200 dts files don't have values specified for the soc
node, which in turn results in a warning from the processing of
every child node (roughly 40 warnings per file).  This explicitly
sets the default values and gets rid of all the warnings.

Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
parent 55852bed
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -45,6 +45,8 @@
	};

	soc5200@f0000000 {
		#address-cells = <1>;
		#size-cells = <1>;
		model = "fsl,mpc5200b";
		compatible = "fsl,mpc5200b";
		revision = "";			// from bootloader
+2 −0
Original line number Diff line number Diff line
@@ -46,6 +46,8 @@
	};

	soc5200@f0000000 {
		#address-cells = <1>;
		#size-cells = <1>;
		model = "fsl,mpc5200";
		compatible = "mpc5200";
		revision = "";			// from bootloader
+2 −0
Original line number Diff line number Diff line
@@ -46,6 +46,8 @@
	};

	soc5200@f0000000 {
		#address-cells = <1>;
		#size-cells = <1>;
		model = "fsl,mpc5200b";
		compatible = "mpc5200";
		revision = "";			// from bootloader
+2 −0
Original line number Diff line number Diff line
@@ -45,6 +45,8 @@
	};

	soc5200@f0000000 {
		#address-cells = <1>;
		#size-cells = <1>;
		model = "fsl,mpc5200b";
		compatible = "fsl,mpc5200b";
		revision = "";			// from bootloader
+2 −0
Original line number Diff line number Diff line
@@ -45,6 +45,8 @@
	};

	soc5200@f0000000 {
		#address-cells = <1>;
		#size-cells = <1>;
		model = "fsl,mpc5200";
		compatible = "fsl,mpc5200";
		revision = "";			// from bootloader