forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/arch/powerpc/boot/dts/fsl/p1020rdb-pc.dtsi
....@@ -205,13 +205,13 @@
205205 mdio@24000 {
206206 phy0: ethernet-phy@0 {
207207 interrupt-parent = <&mpic>;
208
- interrupts = <3 1>;
208
+ interrupts = <3 1 0 0>;
209209 reg = <0x0>;
210210 };
211211
212212 phy1: ethernet-phy@1 {
213213 interrupt-parent = <&mpic>;
214
- interrupts = <2 1>;
214
+ interrupts = <2 1 0 0>;
215215 reg = <0x1>;
216216 };
217217