mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 00:25:24 -04:00
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:
committed by
Geert Uytterhoeven
parent
87d85b48f8
commit
7dd48e96d0
@@ -24,10 +24,20 @@ &dmac {
|
||||
|
||||
ð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 {
|
||||
|
||||
Reference in New Issue
Block a user