Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751027AbdHRNEN (ORCPT ); Fri, 18 Aug 2017 09:04:13 -0400 Received: from mail.kernel.org ([198.145.29.99]:51414 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750709AbdHRNEM (ORCPT ); Fri, 18 Aug 2017 09:04:12 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org DEF4422CAB Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=shawnguo@kernel.org Date: Fri, 18 Aug 2017 21:02:25 +0800 From: Shawn Guo To: yinbo.zhu@nxp.com Cc: linux-devel@gforge.freescale.net, Rob Herring , Mark Rutland , Catalin Marinas , Will Deacon , Harninder Rai , Ashish Kumar , Yuantian Tang , "open list:" , "moderated list:" , open list Subject: Re: [PATCH] arm64: dts: ls1088a: Add USB support Message-ID: <20170818130224.GN7608@dragon> References: <1503044085-5024-1-git-send-email-yinbo.zhu@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1503044085-5024-1-git-send-email-yinbo.zhu@nxp.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1230 Lines: 44 On Fri, Aug 18, 2017 at 04:14:45PM +0800, yinbo.zhu@nxp.com wrote: > From: "yinbo.zhu" > > Fix the issue that usb is not detected on ls1088ardb > > Signed-off-by: yinbo.zhu > Signed-off-by: Ran Wang You are sending an updated patch. Please have the version number in subject prefix ... > --- ... and a change history here. There are a lot of good examples on the list. Please have a check. > arch/arm64/boot/dts/freescale/fsl-ls1088a-rdb.dts | 8 ++++++++ > arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi | 20 ++++++++++++++++++++ > 2 files changed, 28 insertions(+) > > diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1088a-rdb.dts b/arch/arm64/boot/dts/freescale/fsl-ls1088a-rdb.dts > index 213abb7..6c3c3bc 100644 > --- a/arch/arm64/boot/dts/freescale/fsl-ls1088a-rdb.dts > +++ b/arch/arm64/boot/dts/freescale/fsl-ls1088a-rdb.dts > @@ -118,6 +118,14 @@ > status = "okay"; > }; > > +&usb0 { > + status = "okay"; > +}; > + > +&usb1 { > + status = "okay"; > +}; > + > &esdhc { > status = "okay"; > }; I had already put this on previous version - please sort these labelled nodes alphabetically. That said, &usb should go after &sata. Shawn