soc: intel_adsp: cavs: fix dts memory address format

Fix the following compilation warning:

```
Warning (unit_address_format): /memory@0xb0000000: \
    unit name should not have leading "0x"
```

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
This commit is contained in:
Yong Cong Sin 2023-11-06 12:17:11 +08:00 committed by Maureen Helm
parent 70932c5be2
commit 0a6fc6f70a
2 changed files with 2 additions and 2 deletions

View file

@ -98,7 +98,7 @@
wovcro-supported;
};
IMR1: memory@0xb0000000 {
IMR1: memory@b0000000 {
compatible = "intel,adsp-imr";
reg = <0xB0000000 DT_SIZE_M(16)>;
block-size = <0x1000>;

View file

@ -84,7 +84,7 @@
wovcro-supported;
};
IMR1: memory@0xb0000000 {
IMR1: memory@b0000000 {
compatible = "intel,adsp-imr";
reg = <0xB0000000 DT_SIZE_M(16)>;
block-size = <0x1000>;