From c3c3b8b2d312e938e56bc63665de1c13a62e3740 Mon Sep 17 00:00:00 2001 From: Peter Chen Date: Fri, 17 Jan 2020 15:33:00 +0800 Subject: [PATCH] LF-835-1 ARM: dts: imx7ulp.dtsi: add phandle for sim for USBPHY1 During the system wakeup, USB PHY driver needs to access sim registers, so we add phandle for sim, otherwise, the M4 doesn't know USB is a wakeup source, and USB wakeup function would not work like this ticket describes. Reviewed-by: Jun Li Acked-by: Leonard Crestez Signed-off-by: Peter Chen Signed-off-by: Dong Aisheng --- arch/arm/boot/dts/imx7ulp.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/imx7ulp.dtsi b/arch/arm/boot/dts/imx7ulp.dtsi index 59715861d113..7025d860be65 100644 --- a/arch/arm/boot/dts/imx7ulp.dtsi +++ b/arch/arm/boot/dts/imx7ulp.dtsi @@ -338,6 +338,7 @@ interrupts = ; clocks = <&pcc2 IMX7ULP_CLK_USB_PHY>; #phy-cells = <0>; + nxp,sim = <&sim>; }; usdhc0: mmc@40370000 { -- 2.17.1