| b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame] | 1 | From d9de0cbd5b1f6b51c92a40937945f26a35d848ff Mon Sep 17 00:00:00 2001 | 
 | 2 | From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <rafal@milecki.pl> | 
 | 3 | Date: Tue, 9 Mar 2021 19:26:16 +0100 | 
 | 4 | Subject: [PATCH] dt-bindings: phy: brcm,brcmstb-usb-phy: add power-domains | 
 | 5 | MIME-Version: 1.0 | 
 | 6 | Content-Type: text/plain; charset=UTF-8 | 
 | 7 | Content-Transfer-Encoding: 8bit | 
 | 8 |  | 
 | 9 | On BCM4908 USB PHY is managed using power controller so it needs | 
 | 10 | describing properly using the power-domains. | 
 | 11 |  | 
 | 12 | Signed-off-by: Rafał Miłecki <rafal@milecki.pl> | 
 | 13 | Acked-by: Florian Fainelli <f.fainelli@gmail.com> | 
 | 14 | Link: https://lore.kernel.org/r/20210309182616.25783-1-zajec5@gmail.com | 
 | 15 | Signed-off-by: Vinod Koul <vkoul@kernel.org> | 
 | 16 | --- | 
 | 17 |  .../devicetree/bindings/phy/brcm,brcmstb-usb-phy.yaml          | 3 +++ | 
 | 18 |  1 file changed, 3 insertions(+) | 
 | 19 |  | 
 | 20 | --- a/Documentation/devicetree/bindings/phy/brcm,brcmstb-usb-phy.yaml | 
 | 21 | +++ b/Documentation/devicetree/bindings/phy/brcm,brcmstb-usb-phy.yaml | 
 | 22 | @@ -42,6 +42,9 @@ properties: | 
 | 23 |        - const: usb_mdio | 
 | 24 |        - const: bdc_ec | 
 | 25 |   | 
 | 26 | +  power-domains: | 
 | 27 | +    maxItems: 1 | 
 | 28 | + | 
 | 29 |    clocks: | 
 | 30 |      minItems: 1 | 
 | 31 |      maxItems: 2 |