Message ID | 20241012-bcm6846-mdio-v1-1-c703ca83e962@linaro.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 6ed97afd75cc5cac34b1c15a930ab2a6b7c6ff0f |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | net: phy: mdio-bcm-unimac: Add BCM6846 variant | expand |
On Sat, 12 Oct 2024 22:35:22 +0200, Linus Walleij wrote: > The MDIO block in the BCM6846 is not identical to any of the > previous versions, but has extended registers not present in > the other variants. For this reason we need to use a new > compatible especially for this SoC. > > Suggested-by: Florian Fainelli <florian.fainelli@broadcom.com> > Link: https://lore.kernel.org/linux-devicetree/b542b2e8-115c-4234-a464-e73aa6bece5c@broadcom.com/ > Signed-off-by: Linus Walleij <linus.walleij@linaro.org> > --- > Documentation/devicetree/bindings/net/brcm,unimac-mdio.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring (Arm) <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/net/brcm,unimac-mdio.yaml b/Documentation/devicetree/bindings/net/brcm,unimac-mdio.yaml index 23dfe0838dca..63bee5b542f5 100644 --- a/Documentation/devicetree/bindings/net/brcm,unimac-mdio.yaml +++ b/Documentation/devicetree/bindings/net/brcm,unimac-mdio.yaml @@ -26,6 +26,7 @@ properties: - brcm,asp-v2.1-mdio - brcm,asp-v2.2-mdio - brcm,unimac-mdio + - brcm,bcm6846-mdio reg: minItems: 1
The MDIO block in the BCM6846 is not identical to any of the previous versions, but has extended registers not present in the other variants. For this reason we need to use a new compatible especially for this SoC. Suggested-by: Florian Fainelli <florian.fainelli@broadcom.com> Link: https://lore.kernel.org/linux-devicetree/b542b2e8-115c-4234-a464-e73aa6bece5c@broadcom.com/ Signed-off-by: Linus Walleij <linus.walleij@linaro.org> --- Documentation/devicetree/bindings/net/brcm,unimac-mdio.yaml | 1 + 1 file changed, 1 insertion(+)