Skip to content

Commit

Permalink
soc: intel_adsp: cavs: fix dts memory address format
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
ycsin committed Nov 6, 2023
1 parent d5a1a8b commit 4a4017a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dts/xtensa/intel/intel_adsp_cavs25.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down
2 changes: 1 addition & 1 deletion dts/xtensa/intel/intel_adsp_cavs25_tgph.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit 4a4017a

Please sign in to comment.