[PATCH] arm64: dts: ls1046a: Add dis_rxdet_inp3_quirk property to USB3 node
Ran Wang
ran.wang_1 at nxp.com
Tue Jul 4 20:15:19 PDT 2017
Hello Sir,
How is the review result of this patch. I am waiting for it be merged, thanks.
BR
Ran
-----Original Message-----
From: Ran Wang [mailto:ran.wang_1 at nxp.com]
Sent: Friday, June 02, 2017 10:30 AM
To: Rob Herring <robh+dt at kernel.org>; Mark Rutland <mark.rutland at arm.com>; Catalin Marinas <catalin.marinas at arm.com>; Will Deacon <will.deacon at arm.com>
Cc: Shawn Guo <shawnguo at kernel.org>; Andy Tang <andy.tang at nxp.com>; Horia Geantă <horia.geanta at nxp.com>; Marc Zyngier <marc.zyngier at arm.com>; Mihai Emilian Bantea <mihai.bantea at nxp.com>; Jia Hongtao <hongtao.jia at nxp.com>; Scott Wood <oss at buserror.net>; Gang Liu <gang.liu at nxp.com>; york sun <york.sun at nxp.com>; open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS <devicetree at vger.kernel.org>; moderated list:ARM64 PORT (AARCH64 ARCHITECTURE) <linux-arm-kernel at lists.infradead.org>; open list <linux-kernel at vger.kernel.org>; Ran Wang <ran.wang_1 at nxp.com>
Subject: [PATCH] arm64: dts: ls1046a: Add dis_rxdet_inp3_quirk property to USB3 node
Add "dis_rxdet_inp3_quirk" boolean property to USB3 node. This property is used to disable rx detection in P3 PHY mode.
Signed-off-by: Ran Wang <ran.wang_1 at nxp.com>
---
arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi
index f4b8b7e..9137280 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi
@@ -567,6 +567,7 @@
interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
dr_mode = "host";
snps,quirk-frame-length-adjustment = <0x20>;
+ snps,dis_rxdet_inp3_quirk;
};
usb1: usb at 3000000 {
@@ -575,6 +576,7 @@
interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
dr_mode = "host";
snps,quirk-frame-length-adjustment = <0x20>;
+ snps,dis_rxdet_inp3_quirk;
};
usb2: usb at 3100000 {
@@ -583,6 +585,7 @@
interrupts = <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>;
dr_mode = "host";
snps,quirk-frame-length-adjustment = <0x20>;
+ snps,dis_rxdet_inp3_quirk;
};
sata: sata at 3200000 {
--
2.1.0.27.g96db324
More information about the linux-arm-kernel
mailing list