Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: d55ad2967d89 ("powerpc/mpc85xx: Create dts components for the FSL QorIQ DPAA FMan")
Signed-off-by: Tobias Waldekranz <tobias@waldekranz.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Tobias Waldekranz and committed by
Jakub Kicinski
0d375d61 ea11fc50

+2
+2
arch/powerpc/boot/dts/fsl/qoriq-fman3l-0.dtsi
··· 79 79 #size-cells = <0>; 80 80 compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio"; 81 81 reg = <0xfc000 0x1000>; 82 + fsl,erratum-a009885; 82 83 }; 83 84 84 85 xmdio0: mdio@fd000 { ··· 87 86 #size-cells = <0>; 88 87 compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio"; 89 88 reg = <0xfd000 0x1000>; 89 + fsl,erratum-a009885; 90 90 }; 91 91 }; 92 92