[PATCH 1/3] Phytec phyFLEX-i.MX6 : Added USB_HOST Support
Fabio Estevam
festevam at gmail.com
Wed Feb 5 08:14:00 EST 2014
On Tue, Feb 4, 2014 at 2:34 AM, Ashutosh singh <ashutosh.s at phytec.in> wrote:
> +
> + reg_usb_h1_vbus: regulator at 1 {
> + compatible = "regulator-fixed";
> + regulator-name = "usb_h1_vbus";
> + regulator-min-microvolt = <5000000>;
> + regulator-max-microvolt = <5000000>;
> + gpio = <&gpio1 0 0>;
> + enable-active-low;
You should remove this 'enable-active-low' as this is not a valid property.
By default the gpio is active low according to
Documentation/devicetree/bindings/regulator/gpio-regulator.txt
Regards,
Fabio Estevam
More information about the linux-arm-kernel
mailing list