[PATCH] ARM: dts: imx6: Add support for Logic PD SOM and Baseboard

Fabio Estevam festevam at gmail.com
Mon Nov 7 07:11:25 PST 2016


Hi Adam,

On Mon, Nov 7, 2016 at 1:03 PM, Adam Ford <aford173 at gmail.com> wrote:

> I rebased on the 4.9-rc4, and the pinmux errors go away, but the
> regulators appear to need their own container or I get the following
> error:

You can write the regulators without the container as follows:

reg_3p3v: regulator-3p3v {

reg_usb_otg_vbus: regulator-usbotgvbus {
         compatible = "regulator-fixed";
         regulator-name = "usb_otg_vbus";
         regulator-min-microvolt = <5000000>;
         regulator-max-microvolt = <5000000>;
         gpio = <&gpio4 15 GPIO_ACTIVE_HIGH>;
         enable-active-high;
};



More information about the linux-arm-kernel mailing list