linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: arm: qcom: Drop redundant free-form SoC list
@ 2025-07-24 13:24 Krzysztof Kozlowski
  2025-07-25 23:22 ` Rob Herring (Arm)
  2025-08-11 23:26 ` Bjorn Andersson
  0 siblings, 2 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2025-07-24 13:24 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, linux-arm-msm, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

The schema and Devicetree specification defines how list of top-level
compatibles should be created, thus first paragraph explaining this is
completely redundant.

The list of SoCs is redundant as well, because the schema lists them.
On the other hand, Linux kernel should not be place to store marketing
names of some company products, so such list is irrelevant here.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 .../devicetree/bindings/arm/qcom.yaml         | 94 -------------------
 1 file changed, 94 deletions(-)

diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
index ae43b3556580..9598cbe29cef 100644
--- a/Documentation/devicetree/bindings/arm/qcom.yaml
+++ b/Documentation/devicetree/bindings/arm/qcom.yaml
@@ -10,100 +10,6 @@ maintainers:
   - Bjorn Andersson <bjorn.andersson@linaro.org>
 
 description: |
-  For devices using the Qualcomm SoC the "compatible" properties consists of
-  one or several "manufacturer,model" strings, describing the device itself,
-  followed by one or several "qcom,<SoC>" strings, describing the SoC used in
-  the device.
-
-  The 'SoC' element must be one of the following strings:
-
-        apq8016
-        apq8026
-        apq8064
-        apq8074
-        apq8084
-        apq8094
-        apq8096
-        ipq4018
-        ipq4019
-        ipq5018
-        ipq5332
-        ipq5424
-        ipq6018
-        ipq8064
-        ipq8074
-        ipq9574
-        mdm9615
-        msm8226
-        msm8660
-        msm8916
-        msm8917
-        msm8926
-        msm8929
-        msm8939
-        msm8953
-        msm8956
-        msm8960
-        msm8974
-        msm8974pro
-        msm8976
-        msm8992
-        msm8994
-        msm8996
-        msm8996pro
-        msm8998
-        qcs404
-        qcs615
-        qcs8300
-        qcs8550
-        qcm2290
-        qcm6490
-        qcs9100
-        qdu1000
-        qrb2210
-        qrb4210
-        qru1000
-        sa8155p
-        sa8540p
-        sa8775p
-        sar2130p
-        sc7180
-        sc7280
-        sc8180x
-        sc8280xp
-        sda660
-        sdm450
-        sdm630
-        sdm632
-        sdm636
-        sdm660
-        sdm670
-        sdm845
-        sdx55
-        sdx65
-        sdx75
-        sm4250
-        sm4450
-        sm6115
-        sm6115p
-        sm6125
-        sm6350
-        sm6375
-        sm7125
-        sm7150
-        sm7225
-        sm7325
-        sm8150
-        sm8250
-        sm8350
-        sm8450
-        sm8550
-        sm8650
-        sm8750
-        x1e78100
-        x1e80100
-        x1p42100
-
   There are many devices in the list below that run the standard ChromeOS
   bootloader setup and use the open source depthcharge bootloader to boot the
   OS. These devices use the bootflow explained at
-- 
2.48.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: arm: qcom: Drop redundant free-form SoC list
  2025-07-24 13:24 [PATCH] dt-bindings: arm: qcom: Drop redundant free-form SoC list Krzysztof Kozlowski
@ 2025-07-25 23:22 ` Rob Herring (Arm)
  2025-08-11 23:26 ` Bjorn Andersson
  1 sibling, 0 replies; 3+ messages in thread
From: Rob Herring (Arm) @ 2025-07-25 23:22 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Conor Dooley, Konrad Dybcio, linux-arm-msm, linux-kernel,
	Bjorn Andersson, devicetree, Krzysztof Kozlowski


On Thu, 24 Jul 2025 15:24:37 +0200, Krzysztof Kozlowski wrote:
> The schema and Devicetree specification defines how list of top-level
> compatibles should be created, thus first paragraph explaining this is
> completely redundant.
> 
> The list of SoCs is redundant as well, because the schema lists them.
> On the other hand, Linux kernel should not be place to store marketing
> names of some company products, so such list is irrelevant here.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>  .../devicetree/bindings/arm/qcom.yaml         | 94 -------------------
>  1 file changed, 94 deletions(-)
> 

Acked-by: Rob Herring (Arm) <robh@kernel.org>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: arm: qcom: Drop redundant free-form SoC list
  2025-07-24 13:24 [PATCH] dt-bindings: arm: qcom: Drop redundant free-form SoC list Krzysztof Kozlowski
  2025-07-25 23:22 ` Rob Herring (Arm)
@ 2025-08-11 23:26 ` Bjorn Andersson
  1 sibling, 0 replies; 3+ messages in thread
From: Bjorn Andersson @ 2025-08-11 23:26 UTC (permalink / raw)
  To: Konrad Dybcio, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	linux-arm-msm, devicetree, linux-kernel, Krzysztof Kozlowski


On Thu, 24 Jul 2025 15:24:37 +0200, Krzysztof Kozlowski wrote:
> The schema and Devicetree specification defines how list of top-level
> compatibles should be created, thus first paragraph explaining this is
> completely redundant.
> 
> The list of SoCs is redundant as well, because the schema lists them.
> On the other hand, Linux kernel should not be place to store marketing
> names of some company products, so such list is irrelevant here.
> 
> [...]

Applied, thanks!

[1/1] dt-bindings: arm: qcom: Drop redundant free-form SoC list
      commit: f93e5882134a314760d47536d93b57fbd32d0da1

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-08-11 23:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-24 13:24 [PATCH] dt-bindings: arm: qcom: Drop redundant free-form SoC list Krzysztof Kozlowski
2025-07-25 23:22 ` Rob Herring (Arm)
2025-08-11 23:26 ` Bjorn Andersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).