Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754247AbdFNGpV (ORCPT ); Wed, 14 Jun 2017 02:45:21 -0400 Received: from ozlabs.org ([103.22.144.67]:35887 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750745AbdFNGpU (ORCPT ); Wed, 14 Jun 2017 02:45:20 -0400 From: Michael Ellerman To: Masahiro Yamada Cc: Benjamin Herrenschmidt , Paul Mackerras , linuxppc-dev@lists.ozlabs.org, Anatolij Gustschin , devicetree@vger.kernel.org, Linux Kernel Mailing List , Rob Herring , Mark Rutland Subject: Re: [PATCH] powerpc: dts: use #include "..." to include local DT In-Reply-To: References: <1495602744-18874-1-git-send-email-yamada.masahiro@socionext.com> <87r2yogpc6.fsf@concordia.ellerman.id.au> User-Agent: Notmuch/0.21 (https://notmuchmail.org) Date: Wed, 14 Jun 2017 16:45:17 +1000 Message-ID: <87y3sv2hky.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 900 Lines: 33 Masahiro Yamada writes: > 2017-06-13 19:21 GMT+09:00 Michael Ellerman : >> Masahiro Yamada writes: >>> >>> (+Anatolij Gustschin ) >>> >>> Ping. >>> I am not 100% sure who is responsible for this, >>> but somebody, could take a look at this patch, please? >> >> Have you tested it actually works? >> >> It sounds reasonable, and if it behaves as you describe there is no >> change in behaviour, right? > > I do not have access to hardware, > but it is pretty easy to test this patch. > > $ make O=foo ARCH=powerpc CROSS_COMPILE=powerpc-linux- dts/ac14xx.dtb > > gave me the DTB output. > > The binary comparison matched with/without this patch, > so I am sure there is no change in behavior. > > Likewise for mpc5121ads and pdm360ng. Thanks. Acked-by: Michael Ellerman cheers