Re: [PATCH v2 1/3] dt-bindings: arm: qcom: add MSM8920 and Motorola Moto E4 (perry)
Krzysztof Kozlowski <[email protected]>
| Newsgroups | org.kernel.vger.linux-clk,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <20260724-dodo-of-satisfying-leadership-a2b6da@quoll> |
On Wed, Jul 22, 2026 at 06:46:25PM -0700, Aneesh Pradhan wrote: > From: "Catherine Frederick (coolguy)" <[email protected]> > > 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) <[email protected]> > [aneesh: split bindings into their own patch; add msm8920 SoC enum] > Signed-off-by: Aneesh Pradhan <[email protected]> > --- > 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