From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philipp Zabel Subject: Re: [PATCH v2 2/3] ARM: meson: DTSI: Enable reset controller Date: Wed, 15 Oct 2014 00:38:00 +0200 Message-ID: <20141014223800.GB15055@pengutronix.de> References: <1413311749-13948-1-git-send-email-carlo@caione.org> <1413311749-13948-3-git-send-email-carlo@caione.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1413311749-13948-3-git-send-email-carlo-KA+7E9HrN00dnm+yROfE0A@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Carlo Caione Cc: p.zabel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org, grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, b.galvani-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, jerry.cao-LpR1jeaWuhtBDgjK7y7TUQ@public.gmane.org, victor.wan-LpR1jeaWuhtBDgjK7y7TUQ@public.gmane.org, maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org List-Id: devicetree@vger.kernel.org On Tue, Oct 14, 2014 at 08:35:48PM +0200, Carlo Caione wrote: > Add the node for the reset controller in the DTSI. > > Signed-off-by: Carlo Caione > --- > arch/arm/boot/dts/meson.dtsi | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/arch/arm/boot/dts/meson.dtsi b/arch/arm/boot/dts/meson.dtsi > index e6539ea..1ca864e 100644 > --- a/arch/arm/boot/dts/meson.dtsi > +++ b/arch/arm/boot/dts/meson.dtsi > @@ -75,6 +75,12 @@ > reg = <0xc1109900 0x8>; > }; > > + reset_AO: reset@c8100040 { > + #reset-cells = <1>; > + compatible = "amlogic,meson6-rst-mgr-ao"; > + reg = <0xc8100040 0x4>; > + }; > + > uart_AO: serial@c81004c0 { > compatible = "amlogic,meson-uart"; > reg = <0xc81004c0 0x14>; This needs to go through the same tree as the one meson.dtsi got included in. regards Philipp -- 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