Re: [PATCH v2 1/3] dt-bindings: arm: qcom: add MSM8920 and Motorola Moto E4 (perry)

From: Krzysztof Kozlowski

Date: Fri Jul 24 2026 - 03:16:11 EST


On Wed, Jul 22, 2026 at 06:46:25PM -0700, Aneesh Pradhan wrote:
> From: "Catherine Frederick (coolguy)" <serenity@xxxxxxxxxxxxx>
>
> Document the Motorola Moto E4 (perry) board compatible for MSM8917 and
> MSM8920, and add qcom,msm8920 to the SoC compatible list.
>
> Signed-off-by: Catherine Frederick (coolguy) <serenity@xxxxxxxxxxxxx>
> [aneesh: split bindings into their own patch; add msm8920 SoC enum]
> Signed-off-by: Aneesh Pradhan <aneeshpradhan@xxxxxxx>
> ---
> Documentation/devicetree/bindings/arm/qcom.yaml | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
> index f8c37096df46..5556f81c0af5 100644
> --- a/Documentation/devicetree/bindings/arm/qcom.yaml
> +++ b/Documentation/devicetree/bindings/arm/qcom.yaml
> @@ -261,11 +261,17 @@ properties:
>
> - items:
> - enum:
> + - motorola,perry
> - xiaomi,riva
> - xiaomi,rolex
> - xiaomi,tiare
> - const: qcom,msm8917
>
> + - items:
> + - enum:
> + - motorola,perry

Duplicated compatible. Same device cannot be both - msm8920 and 8917.

Do not attach (thread) your patchsets to some other threads (unrelated
or older versions). This buries them deep in the mailbox and might
interfere with applying entire sets. See also:
https://elixir.bootlin.com/linux/v6.16-rc2/source/Documentation/process/submitting-patches.rst#L830

Best regards,
Krzysztof