[PATCH v4 2/5] ARM: dts: imx6q: Add Engicam i.CoreM6 Quad/Dual initial support
Fabio Estevam
festevam at gmail.com
Mon Sep 26 06:47:06 PDT 2016
Hi Matteo,
On Mon, Sep 26, 2016 at 10:44 AM, Matteo Lisi <matteo.lisi at engicam.com> wrote:
> Hi Fabio,
>
> Our SOM doesn't use external PMIC.
>
> We powered all devices with a fix voltage regulators that cannot be drive
> directly from SoC so
> any external power rail can be driven by drivers.
Sure, this is fine.
Why don't you simply do like this?
reg_3p3v: regulator-3p3v {
compatible = "regulator-fixed";
regulator-name = "3P3V";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
};
More information about the linux-arm-kernel
mailing list