Skip to content

Commit 8e6ecbf

Browse files
ehristevAngeloGioacchino Del Regno
authored andcommitted
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: [email protected] Fixes: 0b6286d ("arm64: dts: mt7622: add bananapi BPI-R64 board") Signed-off-by: Eugen Hristev <[email protected]> Reviewed-by: AngeloGioacchino Del Regno <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: AngeloGioacchino Del Regno <[email protected]>
1 parent 9adf758 commit 8e6ecbf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
};
7474
};
7575

76-
memory {
76+
memory@40000000 {
7777
reg = <0 0x40000000 0 0x40000000>;
7878
};
7979

arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
};
5656
};
5757

58-
memory {
58+
memory@40000000 {
5959
reg = <0 0x40000000 0 0x20000000>;
6060
};
6161

0 commit comments

Comments
 (0)