Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752929AbaKVCI1 (ORCPT ); Fri, 21 Nov 2014 21:08:27 -0500 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:62652 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752259AbaKVCI0 (ORCPT ); Fri, 21 Nov 2014 21:08:26 -0500 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 96.249.243.124 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1+VEEWpJTD0cneQYHuXyHzXidb1BJDC0y0= X-DKIM: OpenDKIM Filter v2.0.1 titan 536B0621498 Date: Fri, 21 Nov 2014 21:08:11 -0500 From: Jason Cooper To: Gregory CLEMENT Cc: Kishon Vijay Abraham I , Andrew Lunn , Sebastian Hesselbarth , Thomas Petazzoni , Ezequiel Garcia , linux-arm-kernel@lists.infradead.org, Lior Amsalem , Tawfik Bayouk , Nadav Haklai , Mark Rutland , devicetree@vger.kernel.org, Grant Likely , Rob Herring , linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 6/7] ARM: mvebu: add PHY support to the dts for the USB controllers on Armada 375 Message-ID: <20141122020811.GO22670@titan.lakedaemon.net> References: <1415879269-29711-1-git-send-email-gregory.clement@free-electrons.com> <1415879269-29711-7-git-send-email-gregory.clement@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1415879269-29711-7-git-send-email-gregory.clement@free-electrons.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 13, 2014 at 12:47:48PM +0100, Gregory CLEMENT wrote: > Now that the USB cluster node has been added, use it as a PHY provider > for the USB controller linked to it: the first EHCI and the xHCI. > > Signed-off-by: Gregory CLEMENT > --- > arch/arm/boot/dts/armada-375.dtsi | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/arch/arm/boot/dts/armada-375.dtsi b/arch/arm/boot/dts/armada-375.dtsi > index 8f45cf5d2a50..f344ec420c95 100644 > --- a/arch/arm/boot/dts/armada-375.dtsi > +++ b/arch/arm/boot/dts/armada-375.dtsi > @@ -14,6 +14,7 @@ > #include "skeleton.dtsi" > #include > #include > +#include Odd. The previous patch in this series simply adds a line to phy.h, however, I get the following error during 'make dtbs': ######## DTC arch/arm/boot/dts/armada-375-db.dtb In file included from arch/arm/boot/dts/armada-375-db.dts:17:0:arch/arm/boot/dts/armada-375.dtsi:17:33: fatal error: dt-bindings/phy/phy.h: No such file or directory #include ^ compilation terminated. scripts/Makefile.lib:282: recipe for target 'arch/arm/boot/dts/armada-37 5-db.dtb' failed ######## mvebu/dt is based on v3.18-rc1. Is there a missing dependency somewhere? Perhaps we should let Kishon take the whole series and handle the (hopefully trivial) merge conflict? thx, Jason. -- 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/