arm64: dts: imx8mq: correct usb controller clocks
The correct clock for "bus_early", "ref", "suspend" should be: IMX8MQ_CLK_USB1_CTRL_ROOT, IMX8MQ_CLK_USB_CORE_REF, IMX8MQ_CLK_32K, especially we may need the right suspend clock rate to set register in controller driver. Signed-off-by: Li Jun <jun.li@nxp.com> Reviewed-by: Abel Vesa <abel.vesa@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
150736b88a
commit
74bd5951dd
|
@ -919,9 +919,9 @@ gpu: gpu@38000000 {
|
|||
usb_dwc3_0: usb@38100000 {
|
||||
compatible = "fsl,imx8mq-dwc3", "snps,dwc3";
|
||||
reg = <0x38100000 0x10000>;
|
||||
clocks = <&clk IMX8MQ_CLK_USB_BUS>,
|
||||
clocks = <&clk IMX8MQ_CLK_USB1_CTRL_ROOT>,
|
||||
<&clk IMX8MQ_CLK_USB_CORE_REF>,
|
||||
<&clk IMX8MQ_CLK_USB1_CTRL_ROOT>;
|
||||
<&clk IMX8MQ_CLK_32K>;
|
||||
clock-names = "bus_early", "ref", "suspend";
|
||||
assigned-clocks = <&clk IMX8MQ_CLK_USB_BUS>,
|
||||
<&clk IMX8MQ_CLK_USB_CORE_REF>;
|
||||
|
@ -951,9 +951,9 @@ usb3_phy0: usb-phy@381f0040 {
|
|||
usb_dwc3_1: usb@38200000 {
|
||||
compatible = "fsl,imx8mq-dwc3", "snps,dwc3";
|
||||
reg = <0x38200000 0x10000>;
|
||||
clocks = <&clk IMX8MQ_CLK_USB_BUS>,
|
||||
clocks = <&clk IMX8MQ_CLK_USB2_CTRL_ROOT>,
|
||||
<&clk IMX8MQ_CLK_USB_CORE_REF>,
|
||||
<&clk IMX8MQ_CLK_USB2_CTRL_ROOT>;
|
||||
<&clk IMX8MQ_CLK_32K>;
|
||||
clock-names = "bus_early", "ref", "suspend";
|
||||
assigned-clocks = <&clk IMX8MQ_CLK_USB_BUS>,
|
||||
<&clk IMX8MQ_CLK_USB_CORE_REF>;
|
||||
|
|
Loading…
Reference in New Issue