Message ID | 20230320155024.164523-2-noltari@gmail.com (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | net: dsa: b53: configure BCM63268 RGMII ports | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Guessing tree name failed - patch did not apply |
On Mon, Mar 20, 2023 at 04:50:21PM +0100, Álvaro Fernández Rojas wrote: > BCM6318, BCM6362 and BCM63268 are SoCs with a B53 MMAP switch. > > Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Reviewed-by: Simon Horman <simon.horman@corigine.com>
On 3/20/23 08:50, Álvaro Fernández Rojas wrote: > BCM6318, BCM6362 and BCM63268 are SoCs with a B53 MMAP switch. > > Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
On 20/03/2023 16:50, Álvaro Fernández Rojas wrote: > BCM6318, BCM6362 and BCM63268 are SoCs with a B53 MMAP switch. > > Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> > --- Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/net/dsa/brcm,b53.yaml b/Documentation/devicetree/bindings/net/dsa/brcm,b53.yaml index 5bef4128d175..57e0ef93b134 100644 --- a/Documentation/devicetree/bindings/net/dsa/brcm,b53.yaml +++ b/Documentation/devicetree/bindings/net/dsa/brcm,b53.yaml @@ -57,8 +57,11 @@ properties: - items: - enum: - brcm,bcm3384-switch + - brcm,bcm6318-switch - brcm,bcm6328-switch + - brcm,bcm6362-switch - brcm,bcm6368-switch + - brcm,bcm63268-switch - const: brcm,bcm63xx-switch required:
BCM6318, BCM6362 and BCM63268 are SoCs with a B53 MMAP switch. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> --- Documentation/devicetree/bindings/net/dsa/brcm,b53.yaml | 3 +++ 1 file changed, 3 insertions(+)