Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757296AbbGGOxd (ORCPT ); Tue, 7 Jul 2015 10:53:33 -0400 Received: from mail-yk0-f182.google.com ([209.85.160.182]:34182 "EHLO mail-yk0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752622AbbGGOxX (ORCPT ); Tue, 7 Jul 2015 10:53:23 -0400 MIME-Version: 1.0 In-Reply-To: <1436154450-21102-4-git-send-email-yamada.masahiro@socionext.com> References: <1436154450-21102-1-git-send-email-yamada.masahiro@socionext.com> <1436154450-21102-4-git-send-email-yamada.masahiro@socionext.com> From: Rob Herring Date: Tue, 7 Jul 2015 09:53:03 -0500 Message-ID: Subject: Re: [PATCH 3/3] ARM: dts: UniPhier: add USB EHCI device nodes To: Masahiro Yamada Cc: "arm@kernel.org" , Russell King , "devicetree@vger.kernel.org" , Kumar Gala , "linux-kernel@vger.kernel.org" , Ian Campbell , Rob Herring , Pawel Moll , Mark Rutland , "linux-arm-kernel@lists.infradead.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 984 Lines: 27 On Sun, Jul 5, 2015 at 10:47 PM, Masahiro Yamada wrote: > Get USB 2.0 host controllers available with generic-ehci bindings. > > Signed-off-by: Masahiro Yamada > --- > diff --git a/arch/arm/boot/dts/uniphier-ph1-ld4.dtsi b/arch/arm/boot/dts/uniphier-ph1-ld4.dtsi > index 1261e6d..b042711 100644 > --- a/arch/arm/boot/dts/uniphier-ph1-ld4.dtsi > +++ b/arch/arm/boot/dts/uniphier-ph1-ld4.dtsi > @@ -127,6 +127,27 @@ > reg = <0x59800000 0x2000>; > }; > > + usb0: usb@5a800100 { > + compatible = "generic-ehci"; You should also have a chip specific compatible string in addition to generic-ehci. Rob -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/