[PATCH] arm/dts: ls1021a: Add dma-coherent property to usb3 node
Jerry Huang
jerry.huang at nxp.com
Wed Dec 14 01:44:20 PST 2016
> -----Original Message-----
> From: Changming Huang [mailto:jerry.huang at nxp.com]
> Sent: Wednesday, November 23, 2016 3:15 PM
> To: robh+dt at kernel.org; mark.rutland at arm.com; linux at armlinux.org.uk
> Cc: devicetree at vger.kernel.org; linux-arm-kernel at lists.infradead.org; linux-
> kernel at vger.kernel.org; Jerry Huang <jerry.huang at nxp.com>; Rajesh
> Bhagat <rajesh.bhagat at nxp.com>
> Subject: [PATCH] arm/dts: ls1021a: Add dma-coherent property to usb3 node
>
> This sets dma ops as coherent for usb 3.0 platform device
>
> Signed-off-by: Changming Huang <jerry.huang at nxp.com>
> Signed-off-by: Rajesh Bhagat <rajesh.bhagat at nxp.com>
> ---
> arch/arm/boot/dts/ls1021a.dtsi | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/dts/ls1021a.dtsi
> index 368e219..81fb4d9 100644
> --- a/arch/arm/boot/dts/ls1021a.dtsi
> +++ b/arch/arm/boot/dts/ls1021a.dtsi
> @@ -627,6 +627,7 @@
> dr_mode = "host";
> snps,quirk-frame-length-adjustment = <0x20>;
> snps,dis_rxdet_inp3_quirk;
> + dma-coherent;
> };
>
> pcie at 3400000 {
> --
How about this property for usb? Any comment for it?
More information about the linux-arm-kernel
mailing list