From 6338ab11b7db5a6cff04879271b3ef734a80b4b8 Mon Sep 17 00:00:00 2001 From: Ravulapati Vishnu Vardhan Rao Date: Wed, 27 Nov 2024 19:26:17 +0530 Subject: [PATCH] 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 --- kera-audio-overlay.dtsi | 2 +- kera-lpi.dtsi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kera-audio-overlay.dtsi b/kera-audio-overlay.dtsi index 8a88bbbc..ea7d0954 100644 --- a/kera-audio-overlay.dtsi +++ b/kera-audio-overlay.dtsi @@ -48,7 +48,7 @@ qcom,swr_master_id = <3>; qcom,mipi-sdw-block-packing-mode = <1>; interrupts = - , + , ; interrupt-names = "swr_master_irq", "swr_wake_irq"; qcom,swr-wakeup-required = <1>; diff --git a/kera-lpi.dtsi b/kera-lpi.dtsi index ebf2e7b9..70127681 100644 --- a/kera-lpi.dtsi +++ b/kera-lpi.dtsi @@ -1804,7 +1804,7 @@ }; config { - pins = "gpio4"; + pins = "gpio14"; drive-strength = <2>; input-enable; bias-pull-down;