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 <reto.schneider@husqvarnagroup.com>
This commit is contained in:
parent
2571ae8b19
commit
63a7d74120
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@
|
|||
label = "product-info";
|
||||
reg = <0x00000000 DT_SIZE_K(4)>;
|
||||
};
|
||||
led_das: partition@10000 {
|
||||
led_das: partition@1000 {
|
||||
label = "led-das";
|
||||
reg = <0x00001000 DT_SIZE_K(60)>;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue