Skip to content

Commit 63a7d74

Browse files
rettichschnidimmahadevan108
authored andcommitted
boards: seagate: legend: Fix unit and first address mismatch
This fixes the following warning: > unit address and first address in 'reg' (0x1000) don't match for > /soc/spi@40003800/spi_nor@0/partitions/partition@10000 Signed-off-by: Reto Schneider <[email protected]>
1 parent 2571ae8 commit 63a7d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/seagate/legend/legend.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
label = "product-info";
138138
reg = <0x00000000 DT_SIZE_K(4)>;
139139
};
140-
led_das: partition@10000 {
140+
led_das: partition@1000 {
141141
label = "led-das";
142142
reg = <0x00001000 DT_SIZE_K(60)>;
143143
};

0 commit comments

Comments
 (0)