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@xxxxxxxxx> Oops, thanks for spotting this! FWIW: Reviewed-by: Stephan Gerhold <stephan@xxxxxxxxxxx> > --- > 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 >