Skip to content

Commit

Permalink
dt-bindings: usb: amlogic, meson-g12a-usb-ctrl: fix clock names
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
benjamingaignard authored and robherring committed Dec 24, 2019
1 parent 93adc6a commit c5a05bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit c5a05bd

Please sign in to comment.