Skip to content

Commit 0fbceff

Browse files
Ryceancurryvinodkoul
authored andcommitted
dt-bindings: phy: brcmstb-usb-phy: Add support for bcm74110
bcm74110 brcmstb usb phy adds further power savings during suspend states. Signed-off-by: Justin Chen <[email protected]> Reviewed-by: Florian Fainelli <[email protected]> Acked-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 6a9accd commit 0fbceff

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Documentation/devicetree/bindings/phy/brcm,brcmstb-usb-phy.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ properties:
1818
- brcm,bcm4908-usb-phy
1919
- brcm,bcm7211-usb-phy
2020
- brcm,bcm7216-usb-phy
21+
- brcm,bcm74110-usb-phy
2122
- brcm,brcmstb-usb-phy
2223

2324
reg:
@@ -139,7 +140,9 @@ allOf:
139140
properties:
140141
compatible:
141142
contains:
142-
const: brcm,bcm7216-usb-phy
143+
enum:
144+
- brcm,bcm7216-usb-phy
145+
- brcm,bcm74110-usb-phy
143146
then:
144147
properties:
145148
reg:

0 commit comments

Comments
 (0)