Skip to content

Commit c883f34

Browse files
rettichschnidinashif
authored andcommitted
dts: arm: nxp: lpc55S0x: Fix unit and first address mismatch
This fixes the following warning: > unit address and first address in 'reg' (0x3fc70) don't match for > /soc/peripheral@40000000/flash-controller@34000/flash@9fc70 Signed-off-by: Reto Schneider <[email protected]>
1 parent e2ae547 commit c883f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/arm/nxp/nxp_lpc55S0x_common.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
status = "disabled";
9696
};
9797

98-
uuid: flash@9fc70 {
98+
uuid: flash@3fc70 {
9999
compatible = "nxp,lpc-uid";
100100
reg = <0x3fc70 0x10>;
101101
};

0 commit comments

Comments
 (0)