Skip to content

Commit 19cba9a

Browse files
author
AngeloGioacchino Del Regno
committed
arm64: dts: mediatek: mt8183: Fix unit address for scp reserved memory
The reserved memory for scp had node name "scp_mem_region" and also without unit-address: change the name to "memory@(address)". This fixes a unit_address_vs_reg warning. Cc: stable@vger.kernel.org Fixes: 1652dbf ("arm64: dts: mt8183: add scp node") Link: https://lore.kernel.org/r/20231025093816.44327-6-angelogioacchino.delregno@collabora.com Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
1 parent 61b94d5 commit 19cba9a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm64/boot/dts/mediatek/mt8183-evb.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#address-cells = <2>;
3232
#size-cells = <2>;
3333
ranges;
34-
scp_mem_reserved: scp_mem_region {
34+
scp_mem_reserved: memory@50000000 {
3535
compatible = "shared-dma-pool";
3636
reg = <0 0x50000000 0 0x2900000>;
3737
no-map;

arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
#size-cells = <2>;
117117
ranges;
118118

119-
scp_mem_reserved: scp_mem_region {
119+
scp_mem_reserved: memory@50000000 {
120120
compatible = "shared-dma-pool";
121121
reg = <0 0x50000000 0 0x2900000>;
122122
no-map;

0 commit comments

Comments
 (0)