[PATCH 01/13] ARM: dts: imx6qdl: SolidRun: remove redundant regulators node
Fabio Estevam
festevam at gmail.com
Mon Nov 27 12:15:25 PST 2017
On Mon, Nov 27, 2017 at 2:52 PM, Russell King
<rmk+kernel at armlinux.org.uk> 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.
More information about the linux-arm-kernel
mailing list