[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20180903010517.GY3850@dragon>
Date: Mon, 3 Sep 2018 09:05:18 +0800
From: Shawn Guo <shawnguo@...nel.org>
To: Yinbo Zhu <yinbo.zhu@....com>
Cc: Rob Herring <robh+dt@...nel.org>,
Mark Rutland <mark.rutland@....com>,
Catalin Marinas <catalin.marinas@....com>,
Will Deacon <will.deacon@....com>,
Ran Wang <ran.wang_1@....com>, linux-kernel@...r.kernel.org,
xiaobo.xie@....com, Minghuan Lian <Minghuan.Lian@....com>,
Yuantian Tang <andy.tang@....com>,
Hou Zhiqiang <Zhiqiang.Hou@....com>,
Changming Huang <jerry.huang@....com>,
Sumit Garg <sumit.garg@....com>,
Fabio Estevam <fabio.estevam@....com>,
Li Yang <leoyang.li@....com>, devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
Rajesh Bhagat <rajesh.bhagat@...escale.com>
Subject: Re: [PATCH v2] arm64: dts: ls1043a: Add configure-gfladj property to
USB3 node
On Wed, Aug 29, 2018 at 11:30:55AM +0800, Yinbo Zhu wrote:
> From: Rajesh Bhagat <rajesh.bhagat@...escale.com>
>
> Add "configure-gfladj" boolean property to USB3 node. This property
I do not see where this property is documented as bindings and how
driver is using it.
Shawn
> is used to determine whether frame length adjustment is required or
> not
>
> Signed-off-by: Rajesh Bhagat <rajesh.bhagat@....com>
> Signed-off-by: Ran Wang <ran.wang_1@....com>
> Signed-off-by: Yinbo Zhu <yinbo.zhu@....com>
> ---
> Change in v2:
> Modified some word misspellings in commit information
>
> arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi | 3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
> index 7881e3d..ed3fa79 100644
> --- a/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
> +++ b/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
> @@ -609,6 +609,7 @@
> dr_mode = "host";
> snps,quirk-frame-length-adjustment = <0x20>;
> snps,dis_rxdet_inp3_quirk;
> + configure-gfladj;
> };
>
> usb1: usb3@...0000 {
> @@ -618,6 +619,7 @@
> dr_mode = "host";
> snps,quirk-frame-length-adjustment = <0x20>;
> snps,dis_rxdet_inp3_quirk;
> + configure-gfladj;
> };
>
> usb2: usb3@...0000 {
> @@ -627,6 +629,7 @@
> dr_mode = "host";
> snps,quirk-frame-length-adjustment = <0x20>;
> snps,dis_rxdet_inp3_quirk;
> + configure-gfladj;
> };
>
> sata: sata@...0000 {
> --
> 1.7.1
>
Powered by blists - more mailing lists