Message ID | 1377095762-18926-1-git-send-email-james.hogan@imgtec.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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 <swarren@nvidia.com> -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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 <swarren@nvidia.com> Applied - but I'd be happier if there was a way of achiving the same thing without symlinks. Ralf -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/mips/boot/dts/include/dt-bindings b/arch/mips/boot/dts/include/dt-bindings new file mode 120000 index 0000000..08c00e4 --- /dev/null +++ b/arch/mips/boot/dts/include/dt-bindings @@ -0,0 +1 @@ +../../../../../include/dt-bindings