summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Halaney <ahalaney@redhat.com>2023-08-17 16:37:17 -0500
committerBjorn Andersson <andersson@kernel.org>2023-09-19 19:15:08 -0700
commit454557d0032d088b4f467f0c541f98edb01fe431 (patch)
tree45be5e283a5dae08cbd67bee303dfa22d7de7886
parent1ff6569b0ffe7a2e311104cb3cd841983e484ac9 (diff)
downloadlwn-454557d0032d088b4f467f0c541f98edb01fe431.tar.gz
lwn-454557d0032d088b4f467f0c541f98edb01fe431.zip
arm64: dts: qcom: sa8775p-ride: Describe sgmii_phy1 irq
There's an irq hooked up, so let's describe it. Prior to commit 9757300d2750 ("pinctrl: qcom: Add intr_target_width field to support increased number of interrupt targets") one would not see the IRQ fire, despite some (invasive) debugging showing that the GPIO was in fact asserted, resulting in the interface staying down. Now that the IRQ is properly routed we can describe it. Signed-off-by: Andrew Halaney <ahalaney@redhat.com> Reviewed-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20230817213815.638189-3-ahalaney@redhat.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
-rw-r--r--arch/arm64/boot/dts/qcom/sa8775p-ride.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/sa8775p-ride.dts b/arch/arm64/boot/dts/qcom/sa8775p-ride.dts
index 8fde6935cd6e..9760bb4b468c 100644
--- a/arch/arm64/boot/dts/qcom/sa8775p-ride.dts
+++ b/arch/arm64/boot/dts/qcom/sa8775p-ride.dts
@@ -295,6 +295,7 @@
compatible = "ethernet-phy-id0141.0dd4";
reg = <0xa>;
device_type = "ethernet-phy";
+ interrupts-extended = <&tlmm 26 IRQ_TYPE_EDGE_FALLING>;
reset-gpios = <&pmm8654au_2_gpios 9 GPIO_ACTIVE_LOW>;
reset-assert-us = <11000>;
reset-deassert-us = <70000>;