From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH 1/8] ARM: dts: imx7d: cl-som-imx7: add basic module support Date: Tue, 8 Dec 2015 09:14:01 -0600 Message-ID: <20151208151401.GA20042@rob-hp-laptop> References: <1449472479-2521-1-git-send-email-ilya@compulab.co.il> <1449472479-2521-2-git-send-email-ilya@compulab.co.il> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1449472479-2521-2-git-send-email-ilya-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Ilya Ledvich Cc: Shawn Guo , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Sascha Hauer , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Igor Grinberg List-Id: devicetree@vger.kernel.org On Mon, Dec 07, 2015 at 09:14:32AM +0200, Ilya Ledvich wrote: > CL-SOM-iMX7 is a miniature System-on-Module (SoM) based on > Freescale i.MX7 System-on-Chip family. > > http://www.compulab.co.il/products/computer-on-modules/cl-som-imx7-freescale-i-mx-7-system-on-module/ > > Add basic DT support for standalone module (without a carrier board): > > * Memory configuration > * I2C2 bus > * PMIC > * UART1 > > Signed-off-by: Ilya Ledvich > Acked-by: Igor Grinberg One nit, otherwise: Acked-by: Rob Herring > +&i2c2 { > + pinctrl-names = "default"; > + pinctrl-0 = <&pinctrl_i2c2>; > + status = "okay"; > + > + pmic: pfuze3000@08 { Use generic node names: "pmic@8" > + compatible = "fsl,pfuze3000"; > + reg = <0x08>; -- 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: robh@kernel.org (Rob Herring) Date: Tue, 8 Dec 2015 09:14:01 -0600 Subject: [PATCH 1/8] ARM: dts: imx7d: cl-som-imx7: add basic module support In-Reply-To: <1449472479-2521-2-git-send-email-ilya@compulab.co.il> References: <1449472479-2521-1-git-send-email-ilya@compulab.co.il> <1449472479-2521-2-git-send-email-ilya@compulab.co.il> Message-ID: <20151208151401.GA20042@rob-hp-laptop> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Dec 07, 2015 at 09:14:32AM +0200, Ilya Ledvich wrote: > CL-SOM-iMX7 is a miniature System-on-Module (SoM) based on > Freescale i.MX7 System-on-Chip family. > > http://www.compulab.co.il/products/computer-on-modules/cl-som-imx7-freescale-i-mx-7-system-on-module/ > > Add basic DT support for standalone module (without a carrier board): > > * Memory configuration > * I2C2 bus > * PMIC > * UART1 > > Signed-off-by: Ilya Ledvich > Acked-by: Igor Grinberg One nit, otherwise: Acked-by: Rob Herring > +&i2c2 { > + pinctrl-names = "default"; > + pinctrl-0 = <&pinctrl_i2c2>; > + status = "okay"; > + > + pmic: pfuze3000 at 08 { Use generic node names: "pmic at 8" > + compatible = "fsl,pfuze3000"; > + reg = <0x08>;