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:
parent
70932c5be2
commit
0a6fc6f70a
|
@ -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>;
|
||||
|
|
|
@ -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>;
|
||||
|
|
Loading…
Reference in a new issue