Message ID | 20211231213635.116324-1-petr.vorel@gmail.com |
---|---|
State | Accepted |
Commit | 1f87900493845c0a0d731496150e915649209f1c |
Headers | show |
Series | [1/1] arm64: dts: qcom: msm8916-j5: Fix typo | expand |
On Fri, Dec 31, 2021 at 10:36:35PM +0100, Petr Vorel wrote: > Fixes: bd943653b10d ("arm64: dts: qcom: Add device tree for Samsung J5 2015 (samsung-j5)") > > Signed-off-by: Petr Vorel <petr.vorel@gmail.com> Oops, thanks for spotting this! FWIW: Reviewed-by: Stephan Gerhold <stephan@gerhold.net> > --- > arch/arm64/boot/dts/qcom/msm8916-samsung-j5.dts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/qcom/msm8916-samsung-j5.dts b/arch/arm64/boot/dts/qcom/msm8916-samsung-j5.dts > index 687bea438a57..6c408d61de75 100644 > --- a/arch/arm64/boot/dts/qcom/msm8916-samsung-j5.dts > +++ b/arch/arm64/boot/dts/qcom/msm8916-samsung-j5.dts > @@ -41,7 +41,7 @@ volume-up { > }; > > home-key { > - lable = "Home Key"; > + label = "Home Key"; > gpios = <&msmgpio 109 GPIO_ACTIVE_LOW>; > linux,code = <KEY_HOMEPAGE>; > }; > -- > 2.34.1 >
On Fri, 31 Dec 2021 22:36:35 +0100, Petr Vorel wrote: > Fixes: bd943653b10d ("arm64: dts: qcom: Add device tree for Samsung J5 2015 (samsung-j5)") > > Applied, thanks! [1/1] arm64: dts: qcom: msm8916-j5: Fix typo commit: 1f87900493845c0a0d731496150e915649209f1c Best regards,
diff --git a/arch/arm64/boot/dts/qcom/msm8916-samsung-j5.dts b/arch/arm64/boot/dts/qcom/msm8916-samsung-j5.dts index 687bea438a57..6c408d61de75 100644 --- a/arch/arm64/boot/dts/qcom/msm8916-samsung-j5.dts +++ b/arch/arm64/boot/dts/qcom/msm8916-samsung-j5.dts @@ -41,7 +41,7 @@ volume-up { }; home-key { - lable = "Home Key"; + label = "Home Key"; gpios = <&msmgpio 109 GPIO_ACTIVE_LOW>; linux,code = <KEY_HOMEPAGE>; };
Fixes: bd943653b10d ("arm64: dts: qcom: Add device tree for Samsung J5 2015 (samsung-j5)") Signed-off-by: Petr Vorel <petr.vorel@gmail.com> --- arch/arm64/boot/dts/qcom/msm8916-samsung-j5.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)