Le 25/10/2021 à 12:22, Stephan Gerhold a écrit : > Add the "chassis-type" to msm8916-samsung-serranove and > sm7225-fairphone-fp4 that were posted before the patch that added the > chassis-type to existing device trees, but merged after it. > > Also, looks like sdm636-sony-xperia-ganges-mermaid was missing in > commit eaa744b1c101 ("arm64: dts: qcom: add 'chassis-type' property") > so add it there as well. > > Cc: Luca Weiss <luca@xxxxxxxxx> > Cc: Arnaud Ferraris <arnaud.ferraris@xxxxxxxxxxxxx> > Signed-off-by: Stephan Gerhold <stephan@xxxxxxxxxxx> > --- > arch/arm64/boot/dts/qcom/msm8916-samsung-serranove.dts | 1 + > arch/arm64/boot/dts/qcom/sdm636-sony-xperia-ganges-mermaid.dts | 1 + > arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts | 1 + > 3 files changed, 3 insertions(+) > > diff --git a/arch/arm64/boot/dts/qcom/msm8916-samsung-serranove.dts b/arch/arm64/boot/dts/qcom/msm8916-samsung-serranove.dts > index a78f87a5bf4f..58dfbfff4c7d 100644 > --- a/arch/arm64/boot/dts/qcom/msm8916-samsung-serranove.dts > +++ b/arch/arm64/boot/dts/qcom/msm8916-samsung-serranove.dts > @@ -23,6 +23,7 @@ > / { > model = "Samsung Galaxy S4 Mini Value Edition"; > compatible = "samsung,serranove", "qcom,msm8916"; > + chassis-type = "handset"; > > aliases { > serial0 = &blsp1_uart2; > diff --git a/arch/arm64/boot/dts/qcom/sdm636-sony-xperia-ganges-mermaid.dts b/arch/arm64/boot/dts/qcom/sdm636-sony-xperia-ganges-mermaid.dts > index bba1c2bce213..b96da53f2f1e 100644 > --- a/arch/arm64/boot/dts/qcom/sdm636-sony-xperia-ganges-mermaid.dts > +++ b/arch/arm64/boot/dts/qcom/sdm636-sony-xperia-ganges-mermaid.dts > @@ -11,6 +11,7 @@ > / { > model = "Sony Xperia 10 Plus"; > compatible = "sony,mermaid-row", "qcom,sdm636"; > + chassis-type = "handset"; > > /* SDM636 v1 */ > qcom,msm-id = <345 0>; > diff --git a/arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts b/arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts > index 8d6fd22873e0..a6937642736e 100644 > --- a/arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts > +++ b/arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts > @@ -15,6 +15,7 @@ > / { > model = "Fairphone 4"; > compatible = "fairphone,fp4", "qcom,sm7225"; > + chassis-type = "handset"; > > /* required for bootloader to select correct board */ > qcom,msm-id = <434 0x10000>, <459 0x10000>; > Reviewed-by: Arnaud Ferraris <arnaud.ferraris@xxxxxxxxxxxxx>