On Sat, May 26, 2018 at 3:30 PM, Alexander Kurz <akurz@xxxxxxxx> wrote: > + reg_usb_otg_vbus: fixedregulator@2 { > + compatible = "regulator-fixed"; > + regulator-name = "usb_otg_vbus"; > + regulator-min-microvolt = <5000000>; > + regulator-max-microvolt = <5000000>; > + gpio = <&gpio3 22 0>; Please use gpio = <&gpio3 22 GPIO_ACTIVE_HIGH>; instead. > + enable-active-high; -- 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