From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752630AbcEKSxp (ORCPT ); Wed, 11 May 2016 14:53:45 -0400 Received: from mail-lf0-f66.google.com ([209.85.215.66]:34587 "EHLO mail-lf0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751900AbcEKSxn (ORCPT ); Wed, 11 May 2016 14:53:43 -0400 Date: Wed, 11 May 2016 20:53:38 +0200 From: Krzysztof Kozlowski To: Matthew Leach Cc: Krzysztof Kozlowski , devicetree@vger.kernel.org, linux-samsung-soc@vger.kernel.org, Bartlomiej Zolnierkiewicz , linux-kernel@vger.kernel.org, Kukjin Kim , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] ARM: dts: exynos: Enable AX88760 USB hub on Origen board Message-ID: <20160511185338.GA10164@kozik-lap> References: <1462950412-16681-1-git-send-email-k.kozlowski@samsung.com> <87y47gwj9k.fsf@mattleach.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <87y47gwj9k.fsf@mattleach.net> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 11, 2016 at 07:18:31PM +0100, Matthew Leach wrote: > Hi Krzysztof, > > Sorry for not acting on the feedback sooner - I lost the email in my > Inbox! > > I've tested the patch on my Origen board and it works fine. One small > comment in-line. > > Krzysztof Kozlowski writes: > > > From: Matthew Leach > > > > Enable the Origen's usb phy and ohci devices in the device tree. Also > > add the "samsung,vbus-gpio" property to enable the GPX3(5) gpio pin so > > the AX88760 hub is powered. > > > > Signed-off-by: Matthew Leach > > [k.kozlowski: Extend nodes by label notation instead of path] > > Signed-off-by: Krzysztof Kozlowski > > --- > > arch/arm/boot/dts/exynos4412-origen.dts | 17 +++++++++++++++++ > > 1 file changed, 17 insertions(+) > > > > diff --git a/arch/arm/boot/dts/exynos4412-origen.dts b/arch/arm/boot/dts/exynos4412-origen.dts > > index 8bca699b7f20..4c59bdb0e6f3 100644 > > --- a/arch/arm/boot/dts/exynos4412-origen.dts > > +++ b/arch/arm/boot/dts/exynos4412-origen.dts > > @@ -77,12 +77,29 @@ > > clock-frequency = <24000000>; > > }; > > }; > > + > > I think we could loose this line break? Yeah, that slipped through my fingers. Thanks for testing, Krzysztof