On Tue, Feb 4, 2014 at 2:34 AM, Ashutosh singh <ashutosh.s@xxxxxxxxx> wrote: > + > + reg_usb_h1_vbus: regulator@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 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html