Skip to content

Commit 0d375d6

Browse files
wkzkuba-moo
authored andcommitted
powerpc/fsl/dts: Enable WA for erratum A-009885 on fman3l MDIO buses
This block is used in (at least) T1024 and T1040, including their variants like T1023 etc. Fixes: d55ad29 ("powerpc/mpc85xx: Create dts components for the FSL QorIQ DPAA FMan") Signed-off-by: Tobias Waldekranz <[email protected]> Signed-off-by: Jakub Kicinski <[email protected]>
1 parent ea11fc5 commit 0d375d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/powerpc/boot/dts/fsl/qoriq-fman3l-0.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,15 @@ fman0: fman@400000 {
7979
#size-cells = <0>;
8080
compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio";
8181
reg = <0xfc000 0x1000>;
82+
fsl,erratum-a009885;
8283
};
8384

8485
xmdio0: mdio@fd000 {
8586
#address-cells = <1>;
8687
#size-cells = <0>;
8788
compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio";
8889
reg = <0xfd000 0x1000>;
90+
fsl,erratum-a009885;
8991
};
9092
};
9193

0 commit comments

Comments
 (0)