tests: lib: devicetree: api: fix reg addr mismatch for test-mtd@ffeeddcc
Fix unit address and first address in 'reg' (0x0) don't match for /test/test-mtd@ffeeddcc. Signed-off-by: Yong Cong Sin <ycsin@meta.com>
This commit is contained in:
parent
7bcd0699e6
commit
8262766a0a
1 changed files with 1 additions and 1 deletions
|
|
@ -669,7 +669,7 @@
|
|||
};
|
||||
|
||||
test-mtd@ffeeddcc {
|
||||
reg = < 0x0 0x1000 >;
|
||||
reg = < 0xffeeddcc 0x1000 >;
|
||||
#address-cells = < 1 >;
|
||||
#size-cells = < 1 >;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue