Skip to content

Commit deaa551

Browse files
committed
arm64: dts: uniphier: add STDMAC clock to EHCI nodes
Without the STDMAC clock enabled, the USB 2.0 hosts do not work. This clock must be explicitly listed in the "clocks" property because it is independent of the other clocks. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
1 parent ad81e78 commit deaa551

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,8 @@
299299
interrupts = <0 243 4>;
300300
pinctrl-names = "default";
301301
pinctrl-0 = <&pinctrl_usb0>;
302-
clocks = <&mio_clk 7>, <&mio_clk 8>, <&mio_clk 12>;
302+
clocks = <&sys_clk 8>, <&mio_clk 7>, <&mio_clk 8>,
303+
<&mio_clk 12>;
303304
resets = <&sys_rst 8>, <&mio_rst 7>, <&mio_rst 8>,
304305
<&mio_rst 12>;
305306
};
@@ -311,7 +312,8 @@
311312
interrupts = <0 244 4>;
312313
pinctrl-names = "default";
313314
pinctrl-0 = <&pinctrl_usb1>;
314-
clocks = <&mio_clk 7>, <&mio_clk 9>, <&mio_clk 13>;
315+
clocks = <&sys_clk 8>, <&mio_clk 7>, <&mio_clk 9>,
316+
<&mio_clk 13>;
315317
resets = <&sys_rst 8>, <&mio_rst 7>, <&mio_rst 9>,
316318
<&mio_rst 13>;
317319
};
@@ -323,7 +325,8 @@
323325
interrupts = <0 245 4>;
324326
pinctrl-names = "default";
325327
pinctrl-0 = <&pinctrl_usb2>;
326-
clocks = <&mio_clk 7>, <&mio_clk 10>, <&mio_clk 14>;
328+
clocks = <&sys_clk 8>, <&mio_clk 7>, <&mio_clk 10>,
329+
<&mio_clk 14>;
327330
resets = <&sys_rst 8>, <&mio_rst 7>, <&mio_rst 10>,
328331
<&mio_rst 14>;
329332
};

0 commit comments

Comments
 (0)