From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 3 May 2019 15:42:13 -0700 From: Bjorn Andersson Subject: Re: [PATCH] arm64: dts: qcom: qcs404-evb: Fix typo Message-ID: <20190503224213.GI3137@builder> References: <20190502121306.3374-1-vkoul@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190502121306.3374-1-vkoul@kernel.org> To: Vinod Koul Cc: Andy Gross , linux-arm-msm@vger.kernel.org, David Brown , Rob Herring , Mark Rutland , devicetree@vger.kernel.org List-ID: On Thu 02 May 05:13 PDT 2019, Vinod Koul wrote: > Fix the typo "dreive-strength" and use correct property drive-strength > > Fixes: 7241ab944da3 ("arm64: dts: qcom: qcs404: Add sdcc1 node") > Signed-off-by: Vinod Koul > --- Thanks for spotting this, picked up. Regards, Bjorn > arch/arm64/boot/dts/qcom/qcs404-evb.dtsi | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/arm64/boot/dts/qcom/qcs404-evb.dtsi b/arch/arm64/boot/dts/qcom/qcs404-evb.dtsi > index 2c3127167e3c..7cc0b7842ac2 100644 > --- a/arch/arm64/boot/dts/qcom/qcs404-evb.dtsi > +++ b/arch/arm64/boot/dts/qcom/qcs404-evb.dtsi > @@ -200,7 +200,7 @@ > data { > pins = "sdc1_data"; > bias-pull-up; > - dreive-strength = <10>; > + drive-strength = <10>; > }; > > rclk { > @@ -225,7 +225,7 @@ > data { > pins = "sdc1_data"; > bias-pull-up; > - dreive-strength = <2>; > + drive-strength = <2>; > }; > > rclk { > -- > 2.20.1 >