Unverified Commit 8e6ecbfd authored by Eugen Hristev's avatar Eugen Hristev Committed by AngeloGioacchino Del Regno
Browse files

arm64: dts: mediatek: mt7622: fix memory node warning check



dtbs_check throws a warning at the memory node:
Warning (unit_address_vs_reg): /memory: node has a reg or ranges property, but no unit name

fix by adding the address into the node name.

Cc: stable@vger.kernel.org
Fixes: 0b6286dd ("arm64: dts: mt7622: add bananapi BPI-R64 board")
Signed-off-by: default avatarEugen Hristev <eugen.hristev@collabora.com>
Reviewed-by: default avatarAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20230814065042.4973-1-eugen.hristev@collabora.com


Signed-off-by: default avatarAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
parent 9adf7580
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ led-1 {
		};
	};

	memory {
	memory@40000000 {
		reg = <0 0x40000000 0 0x40000000>;
	};

+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ key-wps {
		};
	};

	memory {
	memory@40000000 {
		reg = <0 0x40000000 0 0x20000000>;
	};