From: Lad Prabhakar Date: Mon, 2 Jan 2023 22:27:08 +0000 (+0000) Subject: riscv: dts: renesas: rzfive-smarc-som: Drop PHY interrupt support for ETH{0,1} X-Git-Tag: v6.6.7~3530^2~43^2~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7dd48e96d0cda9af79a2fee85e9135b4781f9ee1;p=platform%2Fkernel%2Flinux-starfive.git riscv: dts: renesas: rzfive-smarc-som: Drop PHY interrupt support for ETH{0,1} IRQC support for RZ/Five is still missing so drop the interrupts and interrupt-parent properties from the PHY nodes of ETH{0,1}. Signed-off-by: Lad Prabhakar Reviewed-by: Geert Uytterhoeven Link: https://lore.kernel.org/r/20230102222708.274369-1-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Geert Uytterhoeven --- diff --git a/arch/riscv/boot/dts/renesas/rzfive-smarc-som.dtsi b/arch/riscv/boot/dts/renesas/rzfive-smarc-som.dtsi index 73941a5..d6f1875 100644 --- a/arch/riscv/boot/dts/renesas/rzfive-smarc-som.dtsi +++ b/arch/riscv/boot/dts/renesas/rzfive-smarc-som.dtsi @@ -24,10 +24,20 @@ ð0 { status = "disabled"; + + phy0: ethernet-phy@7 { + /delete-property/ interrupt-parent; + /delete-property/ interrupts; + }; }; ð1 { status = "disabled"; + + phy1: ethernet-phy@7 { + /delete-property/ interrupt-parent; + /delete-property/ interrupts; + }; }; &sdhi0 {