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 <prabhakar.mahadev-lad.rj@bp.renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/20230102222708.274369-1-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
parent
87d85b48f8
commit
7dd48e96d0
1 changed files with 10 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue