Re: [PATCH v4 2/5] ARM: dts: imx6q: Add Engicam i.CoreM6 Quad/Dual initial support

From: Fabio Estevam
Date: Tue Sep 13 2016 - 18:36:53 EST


On Sun, Sep 11, 2016 at 3:30 PM, Jagan Teki <jagannadh.teki@xxxxxxxxx> wrote:

> + reg_3p3v: regulator-3p3v {
> + compatible = "regulator-fixed";
> + regulator-name = "3P3V";
> + regulator-min-microvolt = <3300000>;
> + regulator-max-microvolt = <3300000>;
> + regulator-boot-on;
> + regulator-always-on;

You should remove " regulator-boot-on" and "regulator-always-on" as
the reg_3p3v regulator is controlled by the can nodes.