On Mon, Nov 27, 2017 at 2:52 PM, Russell King <rmk+kernel@xxxxxxxxxxxxxxx> wrote: > - }; > + reg_usbh1_vbus: usb-h1-vbus { > + compatible = "regulator-fixed"; > + enable-active-high; > + gpio = <&gpio1 0 0>; gpio = <&gpio1 0 GPIO_ACTIVE_HIGH>; would be easier to read. > + reg_usbotg_vbus: usb-otg-vbus { > + compatible = "regulator-fixed"; > + enable-active-high; > + gpio = <&gpio3 22 0>; Ditto. > + reg_brcm: brcm-reg { > + compatible = "regulator-fixed"; > + enable-active-high; > + gpio = <&gpio3 19 0>; Ditto. -- 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