projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac3ce65
)
MLK-17399 ARM64: dts: imx8mq: enable usb3 link PM
author
Jun Li
<jun.li@nxp.com>
Wed, 17 Jan 2018 16:16:57 +0000
(
00:16
+0800)
committer
Nitin Garg
<nitin.garg@nxp.com>
Tue, 20 Mar 2018 19:52:56 +0000
(14:52 -0500)
Enable USB3 hardware link power management, so the link can enter
U1 and U2 if there is no data transfer if the deivce can support
them.
Signed-off-by: Li Jun <jun.li@nxp.com>
arch/arm64/boot/dts/freescale/fsl-imx8mq.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/freescale/fsl-imx8mq.dtsi
b/arch/arm64/boot/dts/freescale/fsl-imx8mq.dtsi
index
7313df9
..
a14e7dc
100644
(file)
--- a/
arch/arm64/boot/dts/freescale/fsl-imx8mq.dtsi
+++ b/
arch/arm64/boot/dts/freescale/fsl-imx8mq.dtsi
@@
-887,6
+887,7
@@
power-domains = <&usb_otg1_pd>;
snps,power-down-scale = <2>;
usb3-resume-missing-cas;
+ usb3-lpm-capable;
status = "disabled";
};
};
@@
-927,6
+928,7
@@
power-domains = <&usb_otg2_pd>;
snps,power-down-scale = <2>;
usb3-resume-missing-cas;
+ usb3-lpm-capable;
status = "disabled";
};
};