ARM: dts: msm: Change GIC and gpio
Update GIC as per IPCAT the GIC number is incorrect. 722 will not get interrupts of HSJ and audio will be mute. Changing this to 721 as in tuna same issue was observing. correction of wrong gpio pin. Change-Id: Idb87af4d1438186ed29fc3227d447f1b6d189676 Signed-off-by: Ravulapati Vishnu Vardhan Rao <quic_visr@quicinc.com>
This commit is contained in:
committed by
Vishnuvardhan Rao Ravulapati
parent
8c9dc8e8bc
commit
6338ab11b7
@@ -48,7 +48,7 @@
|
||||
qcom,swr_master_id = <3>;
|
||||
qcom,mipi-sdw-block-packing-mode = <1>;
|
||||
interrupts =
|
||||
<GIC_SPI 722 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 721 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 520 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-names = "swr_master_irq", "swr_wake_irq";
|
||||
qcom,swr-wakeup-required = <1>;
|
||||
|
Reference in New Issue
Block a user