From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Rutland Subject: Re: [PATCH] dt/bindings: arm-boards: Remove skeleton.dtsi inclusion from example Date: Fri, 21 Oct 2016 10:50:08 +0100 Message-ID: <20161021094938.GB15372@leverpostej> References: <1477041629-23341-1-git-send-email-geert+renesas@glider.be> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1477041629-23341-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Geert Uytterhoeven Cc: Rob Herring , Arnd Bergmann , Olof Johansson , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org On Fri, Oct 21, 2016 at 11:20:29AM +0200, Geert Uytterhoeven wrote: > As of commit 9c0da3cc61f1233c ("ARM: dts: explicitly mark skeleton.dtsi > as deprecated"), including skeleton.dtsi is deprecated. > Hence remove it from the example. > > Signed-off-by: Geert Uytterhoeven > --- > Documentation/devicetree/bindings/arm/arm-boards | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > > diff --git a/Documentation/devicetree/bindings/arm/arm-boards b/Documentation/devicetree/bindings/arm/arm-boards > index ab318a56fca2194f..e667ecbcf226dfe3 100644 > --- a/Documentation/devicetree/bindings/arm/arm-boards > +++ b/Documentation/devicetree/bindings/arm/arm-boards > @@ -148,15 +148,14 @@ Example: > > /dts-v1/; > #include > -#include "skeleton.dtsi" > > / { > model = "ARM RealView PB1176 with device tree"; > compatible = "arm,realview-pb1176"; > + #address-cells = <0>; > + #size-cells = <1>; > > soc { > - #address-cells = <1>; > - #size-cells = <1>; Strictly speaking, these two are still necessary for the ranges property. They're *not* inherited per the spec, no matter what Linux happens to do today. With those restored: Acked-by: Mark Rutland Thanks, Mark. > compatible = "arm,realview-pb1176-soc", "simple-bus"; > ranges; > > -- > 1.9.1 > -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: mark.rutland@arm.com (Mark Rutland) Date: Fri, 21 Oct 2016 10:50:08 +0100 Subject: [PATCH] dt/bindings: arm-boards: Remove skeleton.dtsi inclusion from example In-Reply-To: <1477041629-23341-1-git-send-email-geert+renesas@glider.be> References: <1477041629-23341-1-git-send-email-geert+renesas@glider.be> Message-ID: <20161021094938.GB15372@leverpostej> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Oct 21, 2016 at 11:20:29AM +0200, Geert Uytterhoeven wrote: > As of commit 9c0da3cc61f1233c ("ARM: dts: explicitly mark skeleton.dtsi > as deprecated"), including skeleton.dtsi is deprecated. > Hence remove it from the example. > > Signed-off-by: Geert Uytterhoeven > --- > Documentation/devicetree/bindings/arm/arm-boards | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > > diff --git a/Documentation/devicetree/bindings/arm/arm-boards b/Documentation/devicetree/bindings/arm/arm-boards > index ab318a56fca2194f..e667ecbcf226dfe3 100644 > --- a/Documentation/devicetree/bindings/arm/arm-boards > +++ b/Documentation/devicetree/bindings/arm/arm-boards > @@ -148,15 +148,14 @@ Example: > > /dts-v1/; > #include > -#include "skeleton.dtsi" > > / { > model = "ARM RealView PB1176 with device tree"; > compatible = "arm,realview-pb1176"; > + #address-cells = <0>; > + #size-cells = <1>; > > soc { > - #address-cells = <1>; > - #size-cells = <1>; Strictly speaking, these two are still necessary for the ranges property. They're *not* inherited per the spec, no matter what Linux happens to do today. With those restored: Acked-by: Mark Rutland Thanks, Mark. > compatible = "arm,realview-pb1176-soc", "simple-bus"; > ranges; > > -- > 1.9.1 >