Commit 9f22081e authored by Olof Johansson's avatar Olof Johansson
Browse files

Merge tag 'arm-soc/for-5.2/devicetree-fixes' of https://github.com/Broadcom/stblinux into fixes

This pull request contains Broadcom ARM-based SoCs Device Tree fixes for
5.2-rc1, please pull the following:

- Florian fixes the remaining Broadcom DTS files to have a valid
device_type = "memory" property which was missed during the removal of
skeleton.dtsi

* tag 'arm-soc/for-5.2/devicetree-fixes' of https://github.com/Broadcom/stblinux

:
  ARM: dts: bcm: Add missing device_type = "memory" property

Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parents 6515a2ce e8bd76dc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@
	};

	memory {
		device_type = "memory";
		reg = <0x00000000 0x08000000
		       0x88000000 0x08000000>;
	};
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@
	};

	memory {
		device_type = "memory";
		reg = <0x00000000 0x08000000
		       0x88000000 0x08000000>;
	};
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@
	};

	memory {
		device_type = "memory";
		reg = <0x00000000 0x08000000
		       0x88000000 0x18000000>;
	};
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
	};

	memory {
		device_type = "memory";
		reg = <0x00000000 0x08000000>;
	};

+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
	};

	memory {
		device_type = "memory";
		reg = <0x00000000 0x08000000>;
	};

Loading