* [PATCH] arm64: dts: ls1046a: Add dis_rxdet_inp3_quirk property to USB3 node
@ 2017-06-02 2:30 Ran Wang
[not found] ` <1496370600-31442-1-git-send-email-ran.wang_1-3arQi8VN3Tc@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Ran Wang @ 2017-06-02 2:30 UTC (permalink / raw)
To: Rob Herring, Mark Rutland, Catalin Marinas, Will Deacon
Cc: Shawn Guo, Tang Yuantian, Horia Geantă, Marc Zyngier,
Mihai Bantea, Jia Hongtao, Scott Wood, Liu Gang, York Sun,
open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
moderated list:ARM64 PORT (AARCH64 ARCHITECTURE), open list,
Ran Wang
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-3arQi8VN3Tc@public.gmane.org>
---
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@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@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@3200000 {
--
2.1.0.27.g96db324
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 3+ messages in thread
* RE: [PATCH] arm64: dts: ls1046a: Add dis_rxdet_inp3_quirk property to USB3 node
[not found] ` <1496370600-31442-1-git-send-email-ran.wang_1-3arQi8VN3Tc@public.gmane.org>
@ 2017-07-05 3:15 ` Ran Wang
2017-07-11 1:55 ` Shawn Guo
0 siblings, 1 reply; 3+ messages in thread
From: Ran Wang @ 2017-07-05 3:15 UTC (permalink / raw)
To: Ran Wang, Rob Herring, Mark Rutland, Catalin Marinas, Will Deacon
Cc: Shawn Guo, Horia Geantă, Marc Zyngier, Mihai Emilian Bantea,
Jia Hongtao, Scott Wood, Gang Liu, York Sun,
open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
moderated list:ARM64 PORT (AARCH64 ARCHITECTURE), open list
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-3arQi8VN3Tc@public.gmane.org]
Sent: Friday, June 02, 2017 10:30 AM
To: Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>; Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>; Catalin Marinas <catalin.marinas-5wv7dgnIgG8@public.gmane.org>; Will Deacon <will.deacon-5wv7dgnIgG8@public.gmane.org>
Cc: Shawn Guo <shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>; Andy Tang <andy.tang-3arQi8VN3Tc@public.gmane.org>; Horia Geantă <horia.geanta-3arQi8VN3Tc@public.gmane.org>; Marc Zyngier <marc.zyngier-5wv7dgnIgG8@public.gmane.org>; Mihai Emilian Bantea <mihai.bantea-3arQi8VN3Tc@public.gmane.org>; Jia Hongtao <hongtao.jia-3arQi8VN3Tc@public.gmane.org>; Scott Wood <oss-fOR+EgIDQEHk1uMJSBkQmQ@public.gmane.org>; Gang Liu <gang.liu-3arQi8VN3Tc@public.gmane.org>; york sun <york.sun-3arQi8VN3Tc@public.gmane.org>; open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>; moderated list:ARM64 PORT (AARCH64 ARCHITECTURE) <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>; open list <linux-kernel-u79uwXL29TZNg+MwTxZMZA@public.gmane.orgl.org>; Ran Wang <ran.wang_1-3arQi8VN3Tc@public.gmane.org>
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-3arQi8VN3Tc@public.gmane.org>
---
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@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@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@3200000 {
--
2.1.0.27.g96db324
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] arm64: dts: ls1046a: Add dis_rxdet_inp3_quirk property to USB3 node
2017-07-05 3:15 ` Ran Wang
@ 2017-07-11 1:55 ` Shawn Guo
0 siblings, 0 replies; 3+ messages in thread
From: Shawn Guo @ 2017-07-11 1:55 UTC (permalink / raw)
To: Ran Wang
Cc: Rob Herring, Mark Rutland, Catalin Marinas, Will Deacon,
open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
Mihai Emilian Bantea, Horia Geantă, Marc Zyngier, Gang Liu,
open list, Scott Wood, Jia Hongtao, York Sun,
moderated list:ARM64 PORT (AARCH64 ARCHITECTURE)
On Wed, Jul 05, 2017 at 03:15:19AM +0000, Ran Wang wrote:
> Hello Sir,
> How is the review result of this patch. I am waiting for it be merged, thanks.
The patch has been merged into Linus' tree. Sorry for that I forgot to
reply telling the patch was applied.
Shawn
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-07-11 1:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-02 2:30 [PATCH] arm64: dts: ls1046a: Add dis_rxdet_inp3_quirk property to USB3 node Ran Wang
[not found] ` <1496370600-31442-1-git-send-email-ran.wang_1-3arQi8VN3Tc@public.gmane.org>
2017-07-05 3:15 ` Ran Wang
2017-07-11 1:55 ` Shawn Guo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).