Fixed oops due to incorrect build flags
This commit is contained in:
@@ -252,10 +252,6 @@
|
||||
};
|
||||
|
||||
&fsldpaa {
|
||||
compatible = "fsl,ls1046a", "fsl,dpaa", "simple-bus";
|
||||
dma-coherent;
|
||||
|
||||
|
||||
ethernet@0 { status = "disabled"; }; /* MAC1 - not on Mono Gateway DK */
|
||||
ethernet@2 { status = "disabled"; }; /* MAC3 - not on Mono Gateway DK */
|
||||
ethernet@3 { status = "disabled"; }; /* MAC4 - not on Mono Gateway DK */
|
||||
@@ -275,12 +271,14 @@
|
||||
};
|
||||
|
||||
/* Add MAC10 - not in qoriq-dpaa-eth.dtsi */
|
||||
ethernet@9 {
|
||||
ethernet@9 {
|
||||
compatible = "fsl,dpa-ethernet-init";
|
||||
fsl,fman-mac = <&enet7>;
|
||||
fsl,bman-buffer-pools = <&bp7 &bp8 &bp9>;
|
||||
fsl,qman-frame-queues-rx = <0x5c 1 0x5d 1>;
|
||||
fsl,qman-frame-queues-tx = <0x7c 1 0x7d 1>;
|
||||
};
|
||||
fsl,qman-frame-queues-rx = <0x5e 1 0x5f 1>;
|
||||
fsl,qman-frame-queues-tx = <0x7e 1 0x7f 1>;
|
||||
dma-coherent;
|
||||
};
|
||||
};
|
||||
|
||||
&fman0 {
|
||||
|
||||
Reference in New Issue
Block a user