Commit 996710a8 authored by Alexandre Belloni's avatar Alexandre Belloni
Browse files

ARM: dts: at91: add unit-address to memory node

parent b0d0c3bb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ chosen {
		stdout-path = &usart2;
	};

	memory {
	memory@20000000 {
		reg = <0x20000000 0x4000000>;
	};

+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ chosen {
		bootargs = "console=ttyS0,115200 root=/dev/mmcblk0p2 rw rootwait";
	};

	memory {
	memory@20000000 {
		/* 128 MB, change this for 256 MB revision */
		reg = <0x20000000 0x8000000>;
	};
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ chosen {
		stdout-path = "serial0:115200n8";
	};

	memory {
	memory@20000000 {
		reg = <0x20000000 0x8000000>;
	};

+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ chosen {
		bootargs = "console=ttyS0,115200 root=/dev/mmcblk0p2 rw rootfstype=ext3 rootwait";
	};

	memory {
	memory@20000000 {
		reg = <0x20000000 0x8000000>;
	};

+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ chosen {
		bootargs = "console=ttyS0,115200 root=/dev/mmcblk0p2 rw rootwait";
	};

	memory {
	memory@20000000 {
		reg = <0x20000000 0x4000000>;
	};

Loading