arm64: dts: qcom: sa8155p-adp: Remove unneeded rgmii_phy information
authorAndrew Halaney <ahalaney@redhat.com>
Mon, 1 May 2023 21:24:45 +0000 (16:24 -0500)
committerBjorn Andersson <andersson@kernel.org>
Thu, 25 May 2023 02:33:17 +0000 (19:33 -0700)
Using interrupts-extended already indicates what the interrupt-parent
is, so drop the explicit interrupt-parent.

The comment about this being the phy-intr is not helpful either, since
this is the only interrupt in the phy node.

Suggested-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Andrew Halaney <ahalaney@redhat.com>
Reviewed-by: Brian Masney <bmasney@redhat.com>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230501212446.2570364-4-ahalaney@redhat.com
arch/arm64/boot/dts/qcom/sa8155p-adp.dts

index ac52a8d..b65e020 100644 (file)
                        compatible = "ethernet-phy-ieee802.3-c22";
                        reg = <0x7>;
 
-                       interrupt-parent = <&tlmm>;
-                       interrupts-extended = <&tlmm 124 IRQ_TYPE_EDGE_FALLING>; /* phy intr */
+                       interrupts-extended = <&tlmm 124 IRQ_TYPE_EDGE_FALLING>;
                        device_type = "ethernet-phy";
                };
        };