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:
Ravulapati Vishnu Vardhan Rao
2024-11-27 19:26:17 +05:30
committed by Vishnuvardhan Rao Ravulapati
parent 8c9dc8e8bc
commit 6338ab11b7
2 changed files with 2 additions and 2 deletions

View File

@@ -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>;

View File

@@ -1804,7 +1804,7 @@
};
config {
pins = "gpio4";
pins = "gpio14";
drive-strength = <2>;
input-enable;
bias-pull-down;