kernel: bump 4.14 to 4.14.125 (FS#2305 FS#2297)
[oweals/openwrt.git] / target / linux / mediatek / patches-4.14 / 0114-dt-bindings-usb-mtu3-remove-dummy-clocks-and-add-opt.patch
1 From 2c90367440a0dbf9962e7a7f701b0e7a320d325a Mon Sep 17 00:00:00 2001
2 From: Chunfeng Yun <chunfeng.yun@mediatek.com>
3 Date: Fri, 13 Oct 2017 17:10:48 +0800
4 Subject: [PATCH 114/224] dt-bindings: usb: mtu3: remove dummy clocks and add
5  optional ones
6
7 Remove dummy clocks for usb wakeup and add optional ones for
8 mcu_bus and dma_bus bus.
9
10 Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
11 Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
12 ---
13  Documentation/devicetree/bindings/usb/mediatek,mtu3.txt | 10 ++++------
14  1 file changed, 4 insertions(+), 6 deletions(-)
15
16 --- a/Documentation/devicetree/bindings/usb/mediatek,mtu3.txt
17 +++ b/Documentation/devicetree/bindings/usb/mediatek,mtu3.txt
18 @@ -14,9 +14,9 @@ Required properties:
19   - vusb33-supply : regulator of USB avdd3.3v
20   - clocks : a list of phandle + clock-specifier pairs, one for each
21         entry in clock-names
22 - - clock-names : must contain "sys_ck" and "ref_ck" for clock of controller;
23 -       "wakeup_deb_p0" and "wakeup_deb_p1" are optional, they are
24 -       depends on "mediatek,enable-wakeup"
25 + - clock-names : must contain "sys_ck" for clock of controller,
26 +       the following clocks are optional:
27 +       "ref_ck", "mcu_ck" and "dam_ck";
28   - phys : a list of phandle + phy specifier pairs
29   - dr_mode : should be one of "host", "peripheral" or "otg",
30         refer to usb/generic.txt
31 @@ -65,9 +65,7 @@ ssusb: usb@11271000 {
32         clocks = <&topckgen CLK_TOP_USB30_SEL>, <&clk26m>,
33                  <&pericfg CLK_PERI_USB0>,
34                  <&pericfg CLK_PERI_USB1>;
35 -       clock-names = "sys_ck", "ref_ck",
36 -                     "wakeup_deb_p0",
37 -                     "wakeup_deb_p1";
38 +       clock-names = "sys_ck", "ref_ck";
39         vusb33-supply = <&mt6397_vusb_reg>;
40         vbus-supply = <&usb_p0_vbus>;
41         extcon = <&extcon_usb>;