Skip to content

Commit 552ca27

Browse files
tq-steinaShawn Guo
authored andcommitted
ARM: dts: imx7: Move hsic_phy power domain to HSIC PHY node
Move the power domain to its actual user. This keeps the power domain enabled even when the USB host is runtime suspended. This is necessary to detect any downstream events, like device attach. Fixes: 02f8eb4 ("ARM: dts: imx7s: Add power domain for imx7d HSIC") Suggested-by: Jun Li <[email protected]> Signed-off-by: Alexander Stein <[email protected]> Reviewed-by: Fabio Estevam <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent f2906aa commit 552ca27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/imx7s.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
compatible = "usb-nop-xceiv";
121121
clocks = <&clks IMX7D_USB_HSIC_ROOT_CLK>;
122122
clock-names = "main_clk";
123+
power-domains = <&pgc_hsic_phy>;
123124
#phy-cells = <0>;
124125
};
125126

@@ -1153,7 +1154,6 @@
11531154
compatible = "fsl,imx7d-usb", "fsl,imx27-usb";
11541155
reg = <0x30b30000 0x200>;
11551156
interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
1156-
power-domains = <&pgc_hsic_phy>;
11571157
clocks = <&clks IMX7D_USB_CTRL_CLK>;
11581158
fsl,usbphy = <&usbphynop3>;
11591159
fsl,usbmisc = <&usbmisc3 0>;

0 commit comments

Comments
 (0)