Message ID | 20191218142613.13683-1-benjamin.gaignard@st.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | c5a05bd6455a358d9063f6e7a8c3fdcc60a61b32 |
Headers | show |
Series | dt-bindings: usb: amlogic, meson-g12a-usb-ctrl: fix clock names | expand |
On 18/12/2019 15:26, Benjamin Gaignard wrote: > dwc2 bindings require clock-names to be "otg". > Fix the example in amlogic,meson-g12a-usb-ctrl to follow this requirement. > > Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com> > --- > Documentation/devicetree/bindings/usb/amlogic,meson-g12a-usb-ctrl.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/usb/amlogic,meson-g12a-usb-ctrl.yaml b/Documentation/devicetree/bindings/usb/amlogic,meson-g12a-usb-ctrl.yaml > index 4efb77b653ab..267fce165994 100644 > --- a/Documentation/devicetree/bindings/usb/amlogic,meson-g12a-usb-ctrl.yaml > +++ b/Documentation/devicetree/bindings/usb/amlogic,meson-g12a-usb-ctrl.yaml > @@ -107,7 +107,7 @@ examples: > reg = <0xff400000 0x40000>; > interrupts = <31>; > clocks = <&clkc_usb1>; > - clock-names = "ddr"; > + clock-names = "otg"; > phys = <&usb2_phy1>; > dr_mode = "peripheral"; > g-rx-fifo-size = <192>; > Acked-by: Neil Armstrong <narmstrong@baylibre.com>
On Wed, 18 Dec 2019 15:26:13 +0100, Benjamin Gaignard wrote: > dwc2 bindings require clock-names to be "otg". > Fix the example in amlogic,meson-g12a-usb-ctrl to follow this requirement. > > Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com> > --- > Documentation/devicetree/bindings/usb/amlogic,meson-g12a-usb-ctrl.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Applied, thanks. Rob
diff --git a/Documentation/devicetree/bindings/usb/amlogic,meson-g12a-usb-ctrl.yaml b/Documentation/devicetree/bindings/usb/amlogic,meson-g12a-usb-ctrl.yaml index 4efb77b653ab..267fce165994 100644 --- a/Documentation/devicetree/bindings/usb/amlogic,meson-g12a-usb-ctrl.yaml +++ b/Documentation/devicetree/bindings/usb/amlogic,meson-g12a-usb-ctrl.yaml @@ -107,7 +107,7 @@ examples: reg = <0xff400000 0x40000>; interrupts = <31>; clocks = <&clkc_usb1>; - clock-names = "ddr"; + clock-names = "otg"; phys = <&usb2_phy1>; dr_mode = "peripheral"; g-rx-fifo-size = <192>;
dwc2 bindings require clock-names to be "otg". Fix the example in amlogic,meson-g12a-usb-ctrl to follow this requirement. Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com> --- Documentation/devicetree/bindings/usb/amlogic,meson-g12a-usb-ctrl.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)