summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts
diff options
context:
space:
mode:
authorRan Wang <ran.wang_1@nxp.com>2020-07-07 15:40:31 +0800
committerShawn Guo <shawnguo@kernel.org>2020-07-13 15:09:31 +0800
commit1069a0bbf9d8c3c76bea0be55c79d2a15582a81f (patch)
tree7187faa0090f9993f3d6b87e9111e285436887bd /arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts
parent6386156eb279386a94c74b624d41515a6481278d (diff)
arm64: dts: ls1043a: update USB nodes status to match board config
ls1043a-rdb and ls1043a-qds board’s default HW config (such as pin mux selection) would not enable some USB controllers’ data path, which causing over-current detected on those controllers. This will hit the case of ‘xhci driver prevent bus suspend if a root hub port detected over-current condition’, causing system failed to be suspended. So disable them in device tree to resolve this issue. Signed-off-by: Ran Wang <ran.wang_1@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts')
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts b/arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts
index bfa9d957e536..3516af4726a5 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts
@@ -209,3 +209,11 @@
fsl,tdm-interface;
};
};
+
+&usb0 {
+ status = "okay";
+};
+
+&usb1 {
+ status = "okay";
+};