Skip to content

Commit 47ea5e3

Browse files
rettichschnidicarlescufi
authored andcommitted
boards: renesas: da14695: 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 056b84a commit 47ea5e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/renesas/da14695_dk_usb/da14695_dk_usb.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
label = "image-0";
119119
reg = <0x0000c000 0x00076000>;
120120
};
121-
slot1_partition: partition@80000 {
121+
slot1_partition: partition@82000 {
122122
label = "image-1";
123123
reg = <0x00082000 0x00076000>;
124124
};

0 commit comments

Comments
 (0)