We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d86c2b commit 808e771Copy full SHA for 808e771
arch/arm64/boot/dts/freescale/imx8-ss-conn.dtsi
@@ -41,7 +41,7 @@ conn_subsys: bus@5b000000 {
41
interrupts = <GIC_SPI 267 IRQ_TYPE_LEVEL_HIGH>;
42
fsl,usbphy = <&usbphy1>;
43
fsl,usbmisc = <&usbmisc1 0>;
44
- clocks = <&usb2_lpcg 0>;
+ clocks = <&usb2_lpcg IMX_LPCG_CLK_6>;
45
ahb-burst-config = <0x0>;
46
tx-burst-size-dword = <0x10>;
47
rx-burst-size-dword = <0x10>;
@@ -58,7 +58,7 @@ conn_subsys: bus@5b000000 {
58
usbphy1: usbphy@5b100000 {
59
compatible = "fsl,imx7ulp-usbphy";
60
reg = <0x5b100000 0x1000>;
61
- clocks = <&usb2_lpcg 1>;
+ clocks = <&usb2_lpcg IMX_LPCG_CLK_7>;
62
power-domains = <&pd IMX_SC_R_USB_0_PHY>;
63
status = "disabled";
64
};
0 commit comments