Skip to content

Commit

Permalink
boards: arm: v2m_musca_s1: Fix unit and first address mismatch
Browse files Browse the repository at this point in the history
This fixes the following warnings:

> unit address and first address in 'reg' (0xa080000) don't match for
> /mram@a080400

Signed-off-by: Reto Schneider <reto.schneider@husqvarnagroup.com>
  • Loading branch information
rettichschnidi authored and fabiobaltieri committed Sep 27, 2024
1 parent caf8612 commit 58d9e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/arm/v2m_musca_s1/v2m_musca_s1_musca_s1_ns.dts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
};
};

mram0: mram@a080400 {
mram0: mram@a080000 {
/* Internal code eMRAM */
reg = <0x0a080000 0x80000>;
};
Expand Down

0 comments on commit 58d9e3d

Please sign in to comment.