Skip to content

Commit b80f7b9

Browse files
rettichschnidinashif
authored andcommitted
dts: arm: nxp: lpc55S1x: 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 ddcc07f commit b80f7b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/arm/nxp/nxp_lpc55S1x_common.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
status = "disabled";
103103
};
104104

105-
uuid: flash@9fc70 {
105+
uuid: flash@3fc70 {
106106
compatible = "nxp,lpc-uid";
107107
reg = <0x3fc70 0x10>;
108108
};

0 commit comments

Comments
 (0)