diff options
author | Hanjie Lin <[email protected]> | 2020-02-18 09:54:17 +0800 |
---|---|---|
committer | Kishon Vijay Abraham I <[email protected]> | 2020-03-20 19:34:29 +0530 |
commit | a7c85bcec679f8de8b597215eee0d63233bf4dac (patch) | |
tree | 886a5c7cb3a71e1316ec8dea117d77c7f34f1c1a | |
parent | d9aa91dfb2da59c1f22887013a1cec32a6f9fcec (diff) |
dt-bindings: phy: Add Amlogic A1 USB2 PHY Bindings
Add the Amlogic A1 Family USB2 PHY Bindings
It supports Host mode only.
Signed-off-by: Yue Wang <[email protected]>
Signed-off-by: Hanjie Lin <[email protected]>
Reviewed-by: Rob Herring <[email protected]>
Signed-off-by: Kishon Vijay Abraham I <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/phy/amlogic,meson-g12a-usb2-phy.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/phy/amlogic,meson-g12a-usb2-phy.yaml b/Documentation/devicetree/bindings/phy/amlogic,meson-g12a-usb2-phy.yaml index 57d8603076bd..9e32cb43fb21 100644 --- a/Documentation/devicetree/bindings/phy/amlogic,meson-g12a-usb2-phy.yaml +++ b/Documentation/devicetree/bindings/phy/amlogic,meson-g12a-usb2-phy.yaml @@ -14,6 +14,7 @@ properties: compatible: enum: - amlogic,meson-g12a-usb2-phy + - amlogic,meson-a1-usb2-phy reg: maxItems: 1 @@ -49,6 +50,19 @@ required: - reset-names - "#phy-cells" +if: + properties: + compatible: + enum: + - amlogic,meson-a1-usb-ctrl + +then: + properties: + power-domains: + maxItems: 1 + required: + - power-domains + examples: - | phy@36000 { |