Re: [PATCH] arm64: dts: qcom: Remove sdm845-cheza boards
From: Konrad Dybcio
Date: Tue Jul 15 2025 - 10:39:28 EST
On 7/15/25 3:45 PM, Krzysztof Kozlowski wrote:
> On 15/07/2025 15:26, Konrad Dybcio wrote:
>> From: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
>>
>> Cheza was a prototype board, used mainly by the ChromeOS folks, whose
>> former efforts on making linux-arm-msm better we greatly appreciate.
>>
>> There are close to zero known-working devices at this point in time
>> (see the link below) and it was never productized.
>>
>> Remove it to ease maintenance burden.
>>
>> Link: https://lore.kernel.org/linux-arm-msm/5567e441-055d-443a-b117-ec16b53dc059@xxxxxxxxxxxxxxxx/
>> Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
>> ---
>> arch/arm64/boot/dts/qcom/Makefile | 3 -
>> arch/arm64/boot/dts/qcom/sdm845-cheza-r1.dts | 238 -----
>> arch/arm64/boot/dts/qcom/sdm845-cheza-r2.dts | 238 -----
>> arch/arm64/boot/dts/qcom/sdm845-cheza-r3.dts | 174 ----
>> arch/arm64/boot/dts/qcom/sdm845-cheza.dtsi | 1330 --------------------------
>> 5 files changed, 1983 deletions(-)
>
> What about compatible bindings? If this is the last user, it should be
> dropped as well (second patch).
My understanding was that bindings are generally good to stay..
That said, since there is quite literally no more devices and I don't
imagine Google randomly deciding to build another batch in 10 years,
I can submit a removal too, if you wish
Konrad