diff options
author | Li Jun <jun.li@nxp.com> | 2017-07-14 23:13:29 +0800 |
---|---|---|
committer | Leonard Crestez <leonard.crestez@nxp.com> | 2018-08-24 12:41:33 +0300 |
commit | cd449419ae3c77b1b80dc7dd2b1b9abfa11636a1 (patch) | |
tree | 749d4f3f9e07ea7b8e81f76f8d754feeb85fe3aa /arch | |
parent | 7a7183ce411134ec7bca7ad722a8ac6affbf95e4 (diff) |
MLK-16013-8 ARM64: dts: imx8mq: add dis_u2_susphy_quirk for usb
This is temp workaround to resolve usb host enumeration issue
by disable usb2 phy suspend.
Reviewed-by: Peter Chen <peter.chen@nxp.com>
Signed-off-by: Li Jun <jun.li@nxp.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/boot/dts/freescale/fsl-imx8mq.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-imx8mq.dtsi b/arch/arm64/boot/dts/freescale/fsl-imx8mq.dtsi index 583a7fa952d3..dfbf27a6c73d 100644 --- a/arch/arm64/boot/dts/freescale/fsl-imx8mq.dtsi +++ b/arch/arm64/boot/dts/freescale/fsl-imx8mq.dtsi @@ -535,6 +535,7 @@ phy-names = "usb2-phy", "usb3-phy"; power-domains = <&power 2>; snps,power-down-scale = <2>; + snps,dis_u2_susphy_quirk; status = "disabled"; }; }; @@ -574,6 +575,7 @@ phy-names = "usb2-phy", "usb3-phy"; power-domains = <&power 3>; snps,power-down-scale = <2>; + snps,dis_u2_susphy_quirk; status = "disabled"; }; }; |