mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
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 <ruppala@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3239870 Tested-by: Robert Lin <robelin@nvidia.com> Reviewed-by: Bibek Basu <bbasu@nvidia.com> Reviewed-by: Robert Lin <robelin@nvidia.com> GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
924686a94f
commit
c80c978870
@@ -312,7 +312,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
pcie@14100000 {
|
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>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user