blob: 4db442c0aef5114b56cd7f3f59e5f0d53e7e1a2d [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001From d9de0cbd5b1f6b51c92a40937945f26a35d848ff Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <rafal@milecki.pl>
3Date: Tue, 9 Mar 2021 19:26:16 +0100
4Subject: [PATCH] dt-bindings: phy: brcm,brcmstb-usb-phy: add power-domains
5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8
9On BCM4908 USB PHY is managed using power controller so it needs
10describing properly using the power-domains.
11
12Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
13Acked-by: Florian Fainelli <f.fainelli@gmail.com>
14Link: https://lore.kernel.org/r/20210309182616.25783-1-zajec5@gmail.com
15Signed-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