[PATCH 1/2] dt-bindings: bus: Document Broadcom GISB arbiter 74165 compatible

Florian Fainelli posted 2 patches 1 year, 11 months ago
[PATCH 1/2] dt-bindings: bus: Document Broadcom GISB arbiter 74165 compatible
Posted by Florian Fainelli 1 year, 11 months ago
The 74165 chip introduces a new layout for the GISB arbiter which is not
identical to previous chips, document the new compatible that we are
going to key off.

Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
---
 Documentation/devicetree/bindings/bus/brcm,gisb-arb.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/bus/brcm,gisb-arb.yaml b/Documentation/devicetree/bindings/bus/brcm,gisb-arb.yaml
index 3aaefdbe361e..9017c5a3f3d2 100644
--- a/Documentation/devicetree/bindings/bus/brcm,gisb-arb.yaml
+++ b/Documentation/devicetree/bindings/bus/brcm,gisb-arb.yaml
@@ -18,6 +18,7 @@ properties:
           - const: brcm,gisb-arb
       - items:
           - enum:
+              - brcm,bcm74165-gisb-arb  # for V7 new style 16nm chips
               - brcm,bcm7278-gisb-arb  # for V7 28nm chips
               - brcm,bcm7435-gisb-arb  # for newer 40nm chips
               - brcm,bcm7400-gisb-arb  # for older 40nm chips and all 65nm chips
-- 
2.34.1
Re: [PATCH 1/2] dt-bindings: bus: Document Broadcom GISB arbiter 74165 compatible
Posted by Florian Fainelli 1 year, 11 months ago
From: Florian Fainelli <f.fainelli@gmail.com>

On Thu, 11 Jan 2024 15:15:38 -0800, Florian Fainelli <florian.fainelli@broadcom.com> wrote:
> The 74165 chip introduces a new layout for the GISB arbiter which is not
> identical to previous chips, document the new compatible that we are
> going to key off.
> 
> Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
> ---

Applied to https://github.com/Broadcom/stblinux/commits/drivers/next, thanks!
--
Florian
Re: [PATCH 1/2] dt-bindings: bus: Document Broadcom GISB arbiter 74165 compatible
Posted by Krzysztof Kozlowski 1 year, 11 months ago
On 12/01/2024 00:15, Florian Fainelli wrote:
> The 74165 chip introduces a new layout for the GISB arbiter which is not
> identical to previous chips, document the new compatible that we are
> going to key off.
> 
> Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
> ---

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof