From c80c978870d04d81ea5984e2e5fb425d7930889d Mon Sep 17 00:00:00 2001 From: Revanth Kumar Uppala Date: Wed, 30 Oct 2024 05:05:11 +0000 Subject: [PATCH] t23x: nv-platform: Make PCIe C1 interrupt flag to GPIO_ACTIVE_LOW This change updates the interrupt flag for the PCIe C1 controller from IRQ_TYPE_LEVEL_LOW to GPIO_ACTIVE_LOW, aligning the configuration with the expected GPIO active state for proper wakeup functionality. Bug 4895658 Change-Id: I1f09eadd2961242032f7aedfa4f0c618c60625df Signed-off-by: Revanth Kumar Uppala Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3239870 Tested-by: Robert Lin Reviewed-by: Bibek Basu Reviewed-by: Robert Lin GVS: buildbot_gerritrpt --- nv-platform/tegra234-p3768-0000+p3767-xxxx-nv-common.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nv-platform/tegra234-p3768-0000+p3767-xxxx-nv-common.dtsi b/nv-platform/tegra234-p3768-0000+p3767-xxxx-nv-common.dtsi index fa44f4c..4ac4ff0 100644 --- a/nv-platform/tegra234-p3768-0000+p3767-xxxx-nv-common.dtsi +++ b/nv-platform/tegra234-p3768-0000+p3767-xxxx-nv-common.dtsi @@ -312,7 +312,7 @@ }; pcie@14100000 { - nvidia,pex-wake-gpios = <&gpio TEGRA234_MAIN_GPIO(L, 2) IRQ_TYPE_LEVEL_LOW>; + nvidia,pex-wake-gpios = <&gpio TEGRA234_MAIN_GPIO(L, 2) GPIO_ACTIVE_LOW>; }; };