Re: [PATCH net-next v3 7/7] arm64: dts: add serdes and mdio description
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2020-06-26 19:08:16
Also in:
linux-devicetree, linux-doc, lkml
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2020-06-26 19:08:16
Also in:
linux-devicetree, linux-doc, lkml
On 6/22/20 6:35 AM, Florinel Iordache wrote:
Add dt nodes with serdes, lanes, mdio generic description for supported platform: ls1046. This is a prerequisite to enable backplane on device tree for these platforms. Signed-off-by: Florinel Iordache <redacted> ---
[snip]
@@ -21,7 +22,7 @@ fman@1a00000 { fsl,fman-10g-port; }; - ethernet@f2000 { + mac10: ethernet@f2000 { cell-index = <0x9>; compatible = "fsl,fman-memac"; reg = <0xf2000 0x1000>;@@ -29,7 +30,7 @@ fman@1a00000 { pcsphy-handle = <&pcsphy7>; }; - mdio@f3000 { + mdio10: mdio@f3000 { #address-cells = <1>; #size-cells = <0>; compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio";
That part of the patch does not seem to have any users, there is nothing in your patch series that references mac9, mdio9 or mac10, mdio10 AFAICT. Maybe you can split it up and send it aside from this series? -- Florian