[PATCH 1/8] ARM: dts: imx7d: cl-som-imx7: add basic module support
Rob Herring
robh at kernel.org
Tue Dec 8 07:14:01 PST 2015
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 <ilya at compulab.co.il>
> Acked-by: Igor Grinberg <grinberg at compulab.co.il>
One nit, otherwise:
Acked-by: Rob Herring <robh at kernel.org>
> +&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>;
More information about the linux-arm-kernel
mailing list