From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from avon.wwwdotorg.org ([70.85.31.133]:38336 "EHLO avon.wwwdotorg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751743Ab3HUSYj (ORCPT ); Wed, 21 Aug 2013 14:24:39 -0400 Message-ID: <521505E2.3050308@wwwdotorg.org> Date: Wed, 21 Aug 2013 12:24:34 -0600 From: Stephen Warren MIME-Version: 1.0 Subject: Re: [PATCH] MIPS: add symlink References: <1377095762-18926-1-git-send-email-james.hogan@imgtec.com> In-Reply-To: <1377095762-18926-1-git-send-email-james.hogan@imgtec.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: devicetree-owner@vger.kernel.org To: James Hogan Cc: Ralf Baechle , 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: 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