[PATCH v2 1/2] Documentation: dt-bindings: arm: qcom: Add Pixel 3 and 3 XL

David Heidelberg via B4 Relay posted 2 patches 3 months, 1 week ago
There is a newer version of this series
[PATCH v2 1/2] Documentation: dt-bindings: arm: qcom: Add Pixel 3 and 3 XL
Posted by David Heidelberg via B4 Relay 3 months, 1 week ago
From: David Heidelberg <david@ixit.cz>

Document the bindings for the Pixel 3 and 3 XL.

Signed-off-by: David Heidelberg <david@ixit.cz>
---
 Documentation/devicetree/bindings/arm/qcom.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
index d84bd3bca2010..760b6633b7a55 100644
--- a/Documentation/devicetree/bindings/arm/qcom.yaml
+++ b/Documentation/devicetree/bindings/arm/qcom.yaml
@@ -900,6 +900,8 @@ properties:
 
       - items:
           - enum:
+              - google,blueline
+              - google,crosshatch
               - huawei,planck
               - lenovo,yoga-c630
               - lg,judyln

-- 
2.51.0
Re: [PATCH v2 1/2] Documentation: dt-bindings: arm: qcom: Add Pixel 3 and 3 XL
Posted by Krzysztof Kozlowski 3 months, 1 week ago
On 30/10/2025 08:24, David Heidelberg via B4 Relay wrote:
> From: David Heidelberg <david@ixit.cz>
> 
> Document the bindings for the Pixel 3 and 3 XL.

Please use subject prefixes matching the subsystem. You can get them for
example with `git log --oneline -- DIRECTORY_OR_FILE` on the directory
your patch is touching. For bindings, the preferred subjects are
explained here:
https://www.kernel.org/doc/html/latest/devicetree/bindings/submitting-patches.html#i-for-patch-submitters

Best regards,
Krzysztof