From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751231AbdBCR1g (ORCPT ); Fri, 3 Feb 2017 12:27:36 -0500 Received: from metis.ext.4.pengutronix.de ([92.198.50.35]:37167 "EHLO metis.ext.4.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751134AbdBCR1f (ORCPT ); Fri, 3 Feb 2017 12:27:35 -0500 Date: Fri, 3 Feb 2017 18:27:26 +0100 From: Sascha Hauer To: Martin Kaiser Cc: Shawn Guo , Sascha Hauer , Steffen Trumtrar , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3] ARM: dts: i.MX25: add AIPS control registers Message-ID: <20170203172726.5kn5h6xkrl4zszmd@pengutronix.de> References: <1485890402-22974-1-git-send-email-martin@kaiser.cx> <1486126792-28186-1-git-send-email-martin@kaiser.cx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1486126792-28186-1-git-send-email-martin@kaiser.cx> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-IRC: #ptxdist @freenode X-Accept-Language: de,en X-Accept-Content-Type: text/plain X-Uptime: 18:26:58 up 43 days, 1:45, 21 users, load average: 0.00, 0.02, 0.00 User-Agent: Mutt/1.6.2-neo (2016-06-11) X-SA-Exim-Connect-IP: 2001:67c:670:100:1d::c5 X-SA-Exim-Mail-From: sha@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 03, 2017 at 01:59:52PM +0100, Martin Kaiser wrote: > The i.MX25 contains two AHB to IP bridges (AIPS), each of which has a set of > control registers. Add the memory regions for the control registers to > the Device Tree. > > Signed-off-by: Martin Kaiser Reviewed-by: Sascha Hauer Sascha > --- > v3: > fixed the size of the memory regions, both are 16KBytes long > > v2: > removed the "fsl,imx53-aipstz" property as per Sascha's request > > arch/arm/boot/dts/imx25.dtsi | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/arch/arm/boot/dts/imx25.dtsi b/arch/arm/boot/dts/imx25.dtsi > index e0ba550..5ae8a14 100644 > --- a/arch/arm/boot/dts/imx25.dtsi > +++ b/arch/arm/boot/dts/imx25.dtsi > @@ -93,6 +93,11 @@ > reg = <0x43f00000 0x100000>; > ranges; > > + aips1: bridge@43f00000 { > + compatible = "fsl,imx25-aips"; > + reg = <0x43f00000 0x4000>; > + }; > + > i2c1: i2c@43f80000 { > #address-cells = <1>; > #size-cells = <0>; > @@ -342,6 +347,11 @@ > reg = <0x53f00000 0x100000>; > ranges; > > + aips2: bridge@53f00000 { > + compatible = "fsl,imx25-aips"; > + reg = <0x53f00000 0x4000>; > + }; > + > clks: ccm@53f80000 { > compatible = "fsl,imx25-ccm"; > reg = <0x53f80000 0x4000>; > -- > 2.1.4 > > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sascha Hauer Subject: Re: [PATCH v3] ARM: dts: i.MX25: add AIPS control registers Date: Fri, 3 Feb 2017 18:27:26 +0100 Message-ID: <20170203172726.5kn5h6xkrl4zszmd@pengutronix.de> References: <1485890402-22974-1-git-send-email-martin@kaiser.cx> <1486126792-28186-1-git-send-email-martin@kaiser.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1486126792-28186-1-git-send-email-martin-XxZfDwE/svGeZLLa646FqQ@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Martin Kaiser Cc: Shawn Guo , Sascha Hauer , Steffen Trumtrar , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org On Fri, Feb 03, 2017 at 01:59:52PM +0100, Martin Kaiser wrote: > The i.MX25 contains two AHB to IP bridges (AIPS), each of which has a set of > control registers. Add the memory regions for the control registers to > the Device Tree. > > Signed-off-by: Martin Kaiser Reviewed-by: Sascha Hauer Sascha > --- > v3: > fixed the size of the memory regions, both are 16KBytes long > > v2: > removed the "fsl,imx53-aipstz" property as per Sascha's request > > arch/arm/boot/dts/imx25.dtsi | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/arch/arm/boot/dts/imx25.dtsi b/arch/arm/boot/dts/imx25.dtsi > index e0ba550..5ae8a14 100644 > --- a/arch/arm/boot/dts/imx25.dtsi > +++ b/arch/arm/boot/dts/imx25.dtsi > @@ -93,6 +93,11 @@ > reg = <0x43f00000 0x100000>; > ranges; > > + aips1: bridge@43f00000 { > + compatible = "fsl,imx25-aips"; > + reg = <0x43f00000 0x4000>; > + }; > + > i2c1: i2c@43f80000 { > #address-cells = <1>; > #size-cells = <0>; > @@ -342,6 +347,11 @@ > reg = <0x53f00000 0x100000>; > ranges; > > + aips2: bridge@53f00000 { > + compatible = "fsl,imx25-aips"; > + reg = <0x53f00000 0x4000>; > + }; > + > clks: ccm@53f80000 { > compatible = "fsl,imx25-ccm"; > reg = <0x53f80000 0x4000>; > -- > 2.1.4 > > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- 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: s.hauer@pengutronix.de (Sascha Hauer) Date: Fri, 3 Feb 2017 18:27:26 +0100 Subject: [PATCH v3] ARM: dts: i.MX25: add AIPS control registers In-Reply-To: <1486126792-28186-1-git-send-email-martin@kaiser.cx> References: <1485890402-22974-1-git-send-email-martin@kaiser.cx> <1486126792-28186-1-git-send-email-martin@kaiser.cx> Message-ID: <20170203172726.5kn5h6xkrl4zszmd@pengutronix.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Feb 03, 2017 at 01:59:52PM +0100, Martin Kaiser wrote: > The i.MX25 contains two AHB to IP bridges (AIPS), each of which has a set of > control registers. Add the memory regions for the control registers to > the Device Tree. > > Signed-off-by: Martin Kaiser Reviewed-by: Sascha Hauer Sascha > --- > v3: > fixed the size of the memory regions, both are 16KBytes long > > v2: > removed the "fsl,imx53-aipstz" property as per Sascha's request > > arch/arm/boot/dts/imx25.dtsi | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/arch/arm/boot/dts/imx25.dtsi b/arch/arm/boot/dts/imx25.dtsi > index e0ba550..5ae8a14 100644 > --- a/arch/arm/boot/dts/imx25.dtsi > +++ b/arch/arm/boot/dts/imx25.dtsi > @@ -93,6 +93,11 @@ > reg = <0x43f00000 0x100000>; > ranges; > > + aips1: bridge at 43f00000 { > + compatible = "fsl,imx25-aips"; > + reg = <0x43f00000 0x4000>; > + }; > + > i2c1: i2c at 43f80000 { > #address-cells = <1>; > #size-cells = <0>; > @@ -342,6 +347,11 @@ > reg = <0x53f00000 0x100000>; > ranges; > > + aips2: bridge at 53f00000 { > + compatible = "fsl,imx25-aips"; > + reg = <0x53f00000 0x4000>; > + }; > + > clks: ccm at 53f80000 { > compatible = "fsl,imx25-ccm"; > reg = <0x53f80000 0x4000>; > -- > 2.1.4 > > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |