From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ralf Baechle Subject: Re: [PATCH] MIPS: add symlink Date: Tue, 3 Sep 2013 17:11:58 +0200 Message-ID: <20130903151158.GB14258@linux-mips.org> References: <1377095762-18926-1-git-send-email-james.hogan@imgtec.com> <521505E2.3050308@wwwdotorg.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <521505E2.3050308@wwwdotorg.org> Sender: linux-kbuild-owner@vger.kernel.org To: Stephen Warren Cc: James Hogan , Stephen Warren , Michal Marek , Shawn Guo , Ian Campbell , Mark Rutland , Pawel Moll , Rob Herring , linux-mips@linux-mips.org, devicetree@vger.kernel.org, linux-kbuild@vger.kernel.org List-Id: devicetree@vger.kernel.org On Wed, Aug 21, 2013 at 12:24:34PM -0600, Stephen Warren wrote: > On 08/21/2013 08:36 AM, James Hogan wrote: > > Add symlink to include/dt-bindings from arch/mips/boot/dts/include/ to > > match the ones in ARM and Meta architectures so that preprocessed device > > tree files can include various useful constant definitions. > > > > See commit c58299a (kbuild: create an "include chroot" for DT bindings) > > merged in v3.10-rc1 for details. > > > > MIPS structures it's dts files a little differently to other > > architectures, having a separate dts directory for each SoC/platform, > > but most of the definitions in the dt-bindings/ directory are common so > > for now lets just have a single "include chroot" for all MIPS platforms. > > Acked-by: Stephen Warren Applied - but I'd be happier if there was a way of achiving the same thing without symlinks. Ralf