dt-bindings: usb: amlogic, meson-g12a-usb-ctrl: fix clock names
authorBenjamin Gaignard <benjamin.gaignard@st.com>
Wed, 18 Dec 2019 14:26:13 +0000 (15:26 +0100)
committerRob Herring <robh@kernel.org>
Tue, 24 Dec 2019 21:17:53 +0000 (14:17 -0700)
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>
Acked-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/usb/amlogic,meson-g12a-usb-ctrl.yaml

index 4efb77b653ab85e11282e526cb08490c682dfad0..267fce1659943f78b71982a918f07b61c00a834f 100644 (file)
@@ -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>;