Skip to content

Commit

Permalink
soc/xtensa/intel_adsp: fix interrupts typo
Browse files Browse the repository at this point in the history
Hex should be `0x` instead of `0X`

(cherry picked from commit d1f3f86)

Original-Signed-off-by: Yong Cong Sin <ycsin@meta.com>
GitOrigin-RevId: d1f3f86
Change-Id: I15e3e089f19744bc91fb2ca6bffb69abf766cc33
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5144634
Tested-by: Fabio Baltieri <fabiobaltieri@google.com>
Tested-by: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com>
Reviewed-by: Fabio Baltieri <fabiobaltieri@google.com>
Commit-Queue: Fabio Baltieri <fabiobaltieri@google.com>
  • Loading branch information
ycsin authored and Chromeos LUCI committed Dec 23, 2023
1 parent adeddfc commit b8647a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dts/xtensa/intel/intel_adsp_cavs18.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
reg = <0x78820 0x10>;
interrupt-controller;
#interrupt-cells = <3>;
interrupts = <0XD 0 0>;
interrupts = <0xD 0 0>;
interrupt-parent = <&core_intc>;
};

Expand Down

0 comments on commit b8647a5

Please sign in to comment.