Re: [PATCH v6 3/5] ARM: dts: add Protonic VT7 board
From: Marco Felsch
Date: Wed Apr 22 2020 - 03:11:08 EST
Hi Oleksij,
On 20-04-22 09:04, Marco Felsch wrote:
> Hi Oleksij,
>
> On 20-04-21 14:40, Oleksij Rempel wrote:
...
> > + reg_1v8: regulator-1v8 {
> > + compatible = "regulator-fixed";
> > + regulator-name = "1v8";
> > + regulator-min-microvolt = <1800000>;
> > + regulator-max-microvolt = <1800000>;
> > + regulator-always-on;
> > + };
Just noticed that this regulator is part of the common .dtsi too,
so we can drop it here.
Regards,
Marco