ARM: dts: msm: Update IRQ number for TUNA usb

Currently, IRQ is set to IRQ = IRQ -2 for E2 builds,
but for the E3 build IRQ number should be set according
to document.

Change-Id: I18cc6f3172b61cdb0af868b59db48e151a15fb2c
Signed-off-by: Uttkarsh Aggarwal <quic_uaggarwa@quicinc.com>
This commit is contained in:
Uttkarsh Aggarwal
2024-05-27 12:26:12 +05:30
parent 8698a0c9f5
commit 77348a1ad7

View File

@@ -28,7 +28,7 @@
resets = <&gcc GCC_USB30_PRIM_BCR>; resets = <&gcc GCC_USB30_PRIM_BCR>;
reset-names = "core_reset"; reset-names = "core_reset";
interrupts-extended = <&intc GIC_SPI 128 IRQ_TYPE_LEVEL_HIGH>; interrupts-extended = <&intc GIC_SPI 130 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "pwr_event_irq"; interrupt-names = "pwr_event_irq";
qcom,core-clk-rate = <200000000>; qcom,core-clk-rate = <200000000>;
@@ -39,7 +39,7 @@
compatible = "snps,dwc3"; compatible = "snps,dwc3";
reg = <0xa600000 0xd93c>; reg = <0xa600000 0xd93c>;
interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>;
snps,disable-clk-gating; snps,disable-clk-gating;
snps,has-lpm-erratum; snps,has-lpm-erratum;
snps,hird-threshold = /bits/ 8 <0x0>; snps,hird-threshold = /bits/ 8 <0x0>;