From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomeu Vizoso Subject: Re: [PATCH] ARM: ux500: fix typo in regulator names Date: Thu, 3 Sep 2015 15:38:10 +0200 Message-ID: References: <1438777340-27511-1-git-send-email-tomeu.vizoso@collabora.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <1438777340-27511-1-git-send-email-tomeu.vizoso-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" Cc: Tomeu Vizoso , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , "devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" List-Id: devicetree@vger.kernel.org On 5 August 2015 at 14:22, Tomeu Vizoso wrote: > Apparently an extra _reg suffix was appended to the end of the names of > regulators ab8500_ext2_reg and ab8500_ext3_reg. Just pinging in case there's any interest in getting this fixed. Regards, Tomeu > Signed-off-by: Tomeu Vizoso > --- > arch/arm/boot/dts/ste-snowball.dts | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/arm/boot/dts/ste-snowball.dts b/arch/arm/boot/dts/ste-snowball.dts > index 32a5ccb14e7e..07c0e346942c 100644 > --- a/arch/arm/boot/dts/ste-snowball.dts > +++ b/arch/arm/boot/dts/ste-snowball.dts > @@ -360,11 +360,11 @@ > regulator-name = "ab8500-ext-supply1"; > }; > > - ab8500_ext2_reg_reg: ab8500_ext2 { > + ab8500_ext2_reg: ab8500_ext2 { > regulator-name = "ab8500-ext-supply2"; > }; > > - ab8500_ext3_reg_reg: ab8500_ext3 { > + ab8500_ext3_reg: ab8500_ext3 { > regulator-name = "ab8500-ext-supply3"; > }; > }; > -- > 2.4.3 > -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html