Skip to content

Commit f70ae8e

Browse files
shimodaygeertu
authored andcommitted
dt-bindings: clock: renesas: rcar-usb2-clock-sel: Add power-domains and resets properties
This patch adds missing required properties of power-domains and resets. Fortunately, no one has this device node for now, so that we don't need to think of backward compatibility. Fixes: 311accb ("clk: renesas: rcar-usb2-clock-sel: Add R-Car USB 2.0 clock selector PHY") Signed-off-by: Yoshihiro Shimoda <[email protected]> Reviewed-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/1583304137-28482-3-git-send-email-yoshihiro.shimoda.uh@renesas.com Signed-off-by: Geert Uytterhoeven <[email protected]>
1 parent fc51da4 commit f70ae8e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Documentation/devicetree/bindings/clock/renesas,rcar-usb2-clock-sel.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ Required properties:
4343
- The USB_EXTAL clock pin must be "usb_extal"
4444
- The USB_XTAL clock pin must be "usb_xtal"
4545
- #clock-cells: Must be 0
46+
- power-domains: A phandle and symbolic PM domain specifier.
47+
See power/renesas,rcar-sysc.yaml.
48+
- resets: A list of phandles and specifier pairs.
49+
- reset-names: Name of the resets.
50+
- The reset of USB 2.0 host side must be "ehci_ohci"
51+
- The reset of HS-USB side must be "hs-usb-if"
4652

4753
Example (R-Car H3):
4854

@@ -54,4 +60,7 @@ Example (R-Car H3):
5460
<&usb_extal>, <&usb_xtal>;
5561
clock-names = "ehci_ohci", "hs-usb-if", "usb_extal", "usb_xtal";
5662
#clock-cells = <0>;
63+
power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
64+
resets = <&cpg 703>, <&cpg 704>;
65+
reset-names = "ehci_ohci", "hs-usb-if";
5766
};

0 commit comments

Comments
 (0)