soc/xtensa/intel_adsp: fix interrupts typo
Hex should be `0x` instead of `0X` Signed-off-by: Yong Cong Sin <ycsin@meta.com>
This commit is contained in:
parent
d053b8bf3b
commit
d1f3f863f1
|
@ -140,7 +140,7 @@
|
|||
reg = <0x78820 0x10>;
|
||||
interrupt-controller;
|
||||
#interrupt-cells = <3>;
|
||||
interrupts = <0XD 0 0>;
|
||||
interrupts = <0xD 0 0>;
|
||||
interrupt-parent = <&core_intc>;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue