]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: dts: fsl-ls1088a: Set dpmac nodes default to disabled
authorYe Li <ye.li@nxp.com>
Fri, 17 Apr 2026 14:14:37 +0000 (22:14 +0800)
committerPeng Fan <peng.fan@nxp.com>
Wed, 6 May 2026 02:29:44 +0000 (10:29 +0800)
Disable ethernet controller dpmac nodes in fsl-ls1088a.dtsi. Board
dts is responsible to enable them. Otherwise will meet failure from
ldpaa_eth driver on LS1088AQDS board, because only few dpmac
controllers can be enabled on this board.

Signed-off-by: Ye Li <ye.li@nxp.com>
Tested-by: Wei Lu <w.lu@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
arch/arm/dts/fsl-ls1088a.dtsi

index e5fb137ac02ba1cb3425d4e14728f915b9a4a283..9a62f148d8ef2b6f2cf178ae5d2aa119ceb2b754 100644 (file)
                                dpmac1: ethernet@1 {
                                        compatible = "fsl,qoriq-mc-dpmac";
                                        reg = <1>;
+                                       status = "disabled";
                                };
 
                                dpmac2: ethernet@2 {
                                        compatible = "fsl,qoriq-mc-dpmac";
                                        reg = <2>;
+                                       status = "disabled";
                                };
 
                                dpmac3: ethernet@3 {
                                        compatible = "fsl,qoriq-mc-dpmac";
                                        reg = <3>;
+                                       status = "disabled";
                                };
 
                                dpmac4: ethernet@4 {
                                        compatible = "fsl,qoriq-mc-dpmac";
                                        reg = <4>;
+                                       status = "disabled";
                                };
 
                                dpmac5: ethernet@5 {
                                        compatible = "fsl,qoriq-mc-dpmac";
                                        reg = <5>;
+                                       status = "disabled";
                                };
 
                                dpmac6: ethernet@6 {
                                        compatible = "fsl,qoriq-mc-dpmac";
                                        reg = <6>;
+                                       status = "disabled";
                                };
 
                                dpmac7: ethernet@7 {
                                        compatible = "fsl,qoriq-mc-dpmac";
                                        reg = <7>;
+                                       status = "disabled";
                                };
 
                                dpmac8: ethernet@8 {
                                        compatible = "fsl,qoriq-mc-dpmac";
                                        reg = <8>;
+                                       status = "disabled";
                                };
 
                                dpmac9: ethernet@9 {
                                        compatible = "fsl,qoriq-mc-dpmac";
                                        reg = <9>;
+                                       status = "disabled";
                                };
 
                                dpmac10: ethernet@a {
                                        compatible = "fsl,qoriq-mc-dpmac";
                                        reg = <0xa>;
+                                       status = "disabled";
                                };
                        };
                };