Message ID | 20250327185623.3047893-3-justin.chen@broadcom.com |
---|---|
State | New |
Headers | show |
Series | phy: usb: add support for bcm74110 | expand |
On Thu, Mar 27, 2025 at 11:56:23AM -0700, justin.chen@broadcom.com wrote: > From: Justin Chen <justin.chen@broadcom.com> > > bcm74110 brcmstb usb phy adds further power savings during suspend > states. > > Signed-off-by: Justin Chen <justin.chen@broadcom.com> Please order the patches as stated in DT submitting patches. > --- > Documentation/devicetree/bindings/phy/brcm,brcmstb-usb-phy.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/phy/brcm,brcmstb-usb-phy.yaml b/Documentation/devicetree/bindings/phy/brcm,brcmstb-usb-phy.yaml > index 580fbe37b37f..2e668935b454 100644 > --- a/Documentation/devicetree/bindings/phy/brcm,brcmstb-usb-phy.yaml > +++ b/Documentation/devicetree/bindings/phy/brcm,brcmstb-usb-phy.yaml > @@ -15,6 +15,7 @@ maintainers: > properties: > compatible: > enum: > + - brcm,bcm74110-usb-phy > - brcm,bcm4908-usb-phy > - brcm,bcm7211-usb-phy > - brcm,bcm7216-usb-phy That's incomplete. Where are the updates for constraints? Look at entire file, not just top 10 lines. Best regards, Krzysztof
On 2025-03-27 19:56, justin.chen@broadcom.com wrote: > From: Justin Chen <justin.chen@broadcom.com> > > bcm74110 brcmstb usb phy adds further power savings during suspend > states. > > Signed-off-by: Justin Chen <justin.chen@broadcom.com> > --- > Documentation/devicetree/bindings/phy/brcm,brcmstb-usb-phy.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git > a/Documentation/devicetree/bindings/phy/brcm,brcmstb-usb-phy.yaml > b/Documentation/devicetree/bindings/phy/brcm,brcmstb-usb-phy.yaml > index 580fbe37b37f..2e668935b454 100644 > --- a/Documentation/devicetree/bindings/phy/brcm,brcmstb-usb-phy.yaml > +++ b/Documentation/devicetree/bindings/phy/brcm,brcmstb-usb-phy.yaml > @@ -15,6 +15,7 @@ maintainers: > properties: > compatible: > enum: > + - brcm,bcm74110-usb-phy > - brcm,bcm4908-usb-phy > - brcm,bcm7211-usb-phy > - brcm,bcm7216-usb-phy Keeping those enum entires sorted would be nice for maintenance.
diff --git a/Documentation/devicetree/bindings/phy/brcm,brcmstb-usb-phy.yaml b/Documentation/devicetree/bindings/phy/brcm,brcmstb-usb-phy.yaml index 580fbe37b37f..2e668935b454 100644 --- a/Documentation/devicetree/bindings/phy/brcm,brcmstb-usb-phy.yaml +++ b/Documentation/devicetree/bindings/phy/brcm,brcmstb-usb-phy.yaml @@ -15,6 +15,7 @@ maintainers: properties: compatible: enum: + - brcm,bcm74110-usb-phy - brcm,bcm4908-usb-phy - brcm,bcm7211-usb-phy - brcm,bcm7216-usb-phy