Skip to content

Commit 17efac3

Browse files
rettichschnidinashif
authored andcommitted
boards: nxp: frdm_kw41z: Fix unit and first address mismatch
This fixes the following warnings: > devicetree error: unit address and first address in 'reg' (0x70000) > don't match for > /soc/flash-controller@40020000/flash@0/partitions/partition@700000 Signed-off-by: Reto Schneider <[email protected]>
1 parent a23e2e2 commit 17efac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/nxp/frdm_kw41z/frdm_kw41z.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
label = "image-0";
185185
reg = <0x00000000 0x00070000>;
186186
};
187-
storage_partition: partition@700000 {
187+
storage_partition: partition@70000 {
188188
label = "storage";
189189
reg = <0x00070000 0x00010000>;
190190
};

0 commit comments

Comments
 (0)