Skip to content

Commit 056b84a

Browse files
rettichschnidicarlescufi
authored andcommitted
boards: renesas: da1469x: Fix unit and first address mismatch
This fixes the following warning: > unit address and first address in 'reg' (0x82000) don't match for > /soc/flash-controller@38000000/flash@16000000/partitions/partition@80000 Signed-off-by: Reto Schneider <[email protected]>
1 parent 5ec5f24 commit 056b84a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/renesas/da1469x_dk_pro/da1469x_dk_pro.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
label = "image-0";
9797
reg = <0x0000c000 0x00076000>;
9898
};
99-
slot1_partition: partition@80000 {
99+
slot1_partition: partition@82000 {
100100
label = "image-1";
101101
reg = <0x00082000 0x00076000>;
102102
};

0 commit comments

Comments
 (0)