Re: [PATCH 2/3] ARM: dts: imx6sl-evk: Rearrange the regulators node
From: Fabio Estevam
Date: Wed Dec 06 2017 - 06:20:15 EST
Hi Marco,
You missed to pass the v2 notation for this patch in the Subject.
On Wed, Dec 6, 2017 at 12:53 AM, Marco Franchi <marcofrk@xxxxxxxxx> wrote:
> + reg_usb_otg1_vbus: regulator-usb-otg1-vbus {
> + compatible = "regulator-fixed";
> + regulator-name = "usb_otg1_vbus";
> + regulator-min-microvolt = <5000000>;
> + regulator-max-microvolt = <5000000>;
> + gpio = <&gpio4 0 0>;
gpio = <&gpio4 0 GPIO_ACTIVE_HIGH>;
would easier to read.
> + reg_usb_otg2_vbus: regulator-usb-otg2-vbus {
> + compatible = "regulator-fixed";
> + regulator-name = "usb_otg2_vbus";
> + regulator-min-microvolt = <5000000>;
> + regulator-max-microvolt = <5000000>;
> + gpio = <&gpio4 2 0>;
Ditto.
> - };
> + reg_lcd_3v3: regulator-lcd-3v3 {
> + compatible = "regulator-fixed";
> + regulator-name = "lcd-3v3";
> + gpio = <&gpio4 3 0>;
Ditto.