Commit e7eef2ce authored by Chunfeng Yun's avatar Chunfeng Yun Committed by Greg Kroah-Hartman

dt-bindings: usb: mtk-xhci: remove dummy clocks and add optional ones

Remove dummy clocks for usb wakeup and add optional ones for
MCU_BUS_CK and DMA_BUS_CK.
Signed-off-by: default avatarChunfeng Yun <chunfeng.yun@mediatek.com>
Acked-by: default avatarRob Herring <robh@kernel.org>
Reviewed-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 2fbf8050
...@@ -26,10 +26,11 @@ Required properties: ...@@ -26,10 +26,11 @@ Required properties:
- clocks : a list of phandle + clock-specifier pairs, one for each - clocks : a list of phandle + clock-specifier pairs, one for each
entry in clock-names entry in clock-names
- clock-names : must contain - clock-names : must contain
"sys_ck": for clock of xHCI MAC "sys_ck": controller clock used by normal mode,
"ref_ck": for reference clock of xHCI MAC the following ones are optional:
"wakeup_deb_p0": for USB wakeup debounce clock of port0 "ref_ck": reference clock used by low power mode etc,
"wakeup_deb_p1": for USB wakeup debounce clock of port1 "mcu_ck": mcu_bus clock for register access,
"dma_ck": dma_bus clock for data transfer by DMA
- phys : a list of phandle + phy specifier pairs - phys : a list of phandle + phy specifier pairs
...@@ -57,9 +58,7 @@ usb30: usb@11270000 { ...@@ -57,9 +58,7 @@ usb30: usb@11270000 {
clocks = <&topckgen CLK_TOP_USB30_SEL>, <&clk26m>, clocks = <&topckgen CLK_TOP_USB30_SEL>, <&clk26m>,
<&pericfg CLK_PERI_USB0>, <&pericfg CLK_PERI_USB0>,
<&pericfg CLK_PERI_USB1>; <&pericfg CLK_PERI_USB1>;
clock-names = "sys_ck", "ref_ck", clock-names = "sys_ck", "ref_ck";
"wakeup_deb_p0",
"wakeup_deb_p1";
phys = <&phy_port0 PHY_TYPE_USB3>, phys = <&phy_port0 PHY_TYPE_USB3>,
<&phy_port1 PHY_TYPE_USB2>; <&phy_port1 PHY_TYPE_USB2>;
vusb33-supply = <&mt6397_vusb_reg>; vusb33-supply = <&mt6397_vusb_reg>;
...@@ -91,9 +90,8 @@ Required properties: ...@@ -91,9 +90,8 @@ Required properties:
- clocks : a list of phandle + clock-specifier pairs, one for each - clocks : a list of phandle + clock-specifier pairs, one for each
entry in clock-names entry in clock-names
- clock-names : must be - clock-names : must contain "sys_ck", and the following ones are optional:
"sys_ck": for clock of xHCI MAC "ref_ck", "mcu_ck" and "dma_ck"
"ref_ck": for reference clock of xHCI MAC
Optional properties: Optional properties:
- vbus-supply : reference to the VBUS regulator; - vbus-supply : reference to the VBUS regulator;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment