diff options
author | Sam Edwards <cfsworks@gmail.com> | 2024-10-10 00:54:53 +0300 |
---|---|---|
committer | Florian Fainelli <florian.fainelli@broadcom.com> | 2024-12-17 22:39:21 +0300 |
commit | 0828ed4d9b2d9d48bb7a68785ec5aec33a952844 (patch) | |
tree | 33269b92c696c3cd3ef73c06b3b3b42376a74829 | |
parent | 95d56dfaa0dd9352462c9b2636549f2faee033a0 (diff) | |
download | linux-0828ed4d9b2d9d48bb7a68785ec5aec33a952844.tar.xz |
dt-bindings: arm64: bcmbca: Add Zyxel EX3510-B based on BCM4906
This is a series (EX3510-B0 and EX3510-B1) of residential gateways based
on BCM4906, a stripped-down version of the BCM4908 SoC. Although Zyxel's
marketing materials call this a "series," the EX3510-B1 appears to be a
very minor revision of the EX3510-B0, with only changes that are
transparent to software. As far as Linux is concerned, this "series"
effectively represents a single model.
Signed-off-by: Sam Edwards <CFSworks@gmail.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20241009215454.1449508-2-CFSworks@gmail.com
Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
-rw-r--r-- | Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml b/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml index 07892cbdd23c..4999568225f1 100644 --- a/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml +++ b/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml @@ -34,6 +34,7 @@ properties: - enum: - netgear,r8000p - tplink,archer-c2300-v1 + - zyxel,ex3510b - const: brcm,bcm4906 - const: brcm,bcm4908 - const: brcm,bcmbca |