Message ID | 20220415115633.575010-3-konrad.dybcio@somainline.org |
---|---|
State | Accepted |
Commit | eba5e62045b2848042435ae0503d7c2354edf2af |
Headers | show |
Series | [01/23] ARM: dts: qcom-*-sony*: Mention SONY board names in DT filenames | expand |
On 15/04/2022 13:56, Konrad Dybcio wrote: > Model and compatible are set per-device, so having them in the SoC DTSI is > superfluous. Remove them. > > Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org> > --- > arch/arm/boot/dts/qcom-msm8974.dtsi | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/arch/arm/boot/dts/qcom-msm8974.dtsi b/arch/arm/boot/dts/qcom-msm8974.dtsi > index 412d94736c35..e216630a1d02 100644 > --- a/arch/arm/boot/dts/qcom-msm8974.dtsi > +++ b/arch/arm/boot/dts/qcom-msm8974.dtsi > @@ -12,8 +12,6 @@ > / { > #address-cells = <1>; > #size-cells = <1>; > - model = "Qualcomm MSM8974"; > - compatible = "qcom,msm8974"; The compatible by convention is in the DTSI, even if it is not actually used, it gives clear information what is the expected fallback. Best regards, Krzysztof
diff --git a/arch/arm/boot/dts/qcom-msm8974.dtsi b/arch/arm/boot/dts/qcom-msm8974.dtsi index 412d94736c35..e216630a1d02 100644 --- a/arch/arm/boot/dts/qcom-msm8974.dtsi +++ b/arch/arm/boot/dts/qcom-msm8974.dtsi @@ -12,8 +12,6 @@ / { #address-cells = <1>; #size-cells = <1>; - model = "Qualcomm MSM8974"; - compatible = "qcom,msm8974"; interrupt-parent = <&intc>; reserved-memory {
Model and compatible are set per-device, so having them in the SoC DTSI is superfluous. Remove them. Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org> --- arch/arm/boot/dts/qcom-msm8974.dtsi | 2 -- 1 file changed, 2 deletions(-)