[PATCH 2/4] dt-bindings: arm: qcom: Add Medion device

Georg Gottleuber posted 4 patches 2 months, 1 week ago
There is a newer version of this series
[PATCH 2/4] dt-bindings: arm: qcom: Add Medion device
Posted by Georg Gottleuber 2 months, 1 week ago
Introduce new binding for the Medion SPRCHRGD 14 S1 notebook with
X1E78100 SoC.

Signed-off-by: Georg Gottleuber <ggo@tuxedocomputers.com>
---
 Documentation/devicetree/bindings/arm/qcom.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
index d84bd3bca201..95cc1d00fb1f 100644
--- a/Documentation/devicetree/bindings/arm/qcom.yaml
+++ b/Documentation/devicetree/bindings/arm/qcom.yaml
@@ -1067,6 +1067,12 @@ properties:
           - const: qcom,x1e78100
           - const: qcom,x1e80100
 
+      - items:
+          - enum:
+              - medion,sprchrgd14s1
+          - const: qcom,x1e78100
+          - const: qcom,x1e80100
+
       - items:
           - enum:
               - asus,vivobook-s15
-- 
2.43.0
Re: [PATCH 2/4] dt-bindings: arm: qcom: Add Medion device
Posted by Krzysztof Kozlowski 2 months, 1 week ago
On 02/12/2025 15:37, Georg Gottleuber wrote:
> Introduce new binding for the Medion SPRCHRGD 14 S1 notebook with
> X1E78100 SoC.
> 
> Signed-off-by: Georg Gottleuber <ggo@tuxedocomputers.com>
> ---
>  Documentation/devicetree/bindings/arm/qcom.yaml | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
> index d84bd3bca201..95cc1d00fb1f 100644
> --- a/Documentation/devicetree/bindings/arm/qcom.yaml
> +++ b/Documentation/devicetree/bindings/arm/qcom.yaml
> @@ -1067,6 +1067,12 @@ properties:
>            - const: qcom,x1e78100
>            - const: qcom,x1e80100
>  
> +      - items:
> +          - enum:
> +              - medion,sprchrgd14s1


Your cover letter says this is based on Tuxedo laptop patches, thus just
squash it into that enum.

Best regards,
Krzysztof
Re: [PATCH 2/4] dt-bindings: arm: qcom: Add Medion device
Posted by Georg Gottleuber 2 months, 1 week ago

Am 02.12.25 um 17:09 schrieb Krzysztof Kozlowski:
> On 02/12/2025 15:37, Georg Gottleuber wrote:
>> Introduce new binding for the Medion SPRCHRGD 14 S1 notebook with
>> X1E78100 SoC.
>>
>> Signed-off-by: Georg Gottleuber <ggo@tuxedocomputers.com>
>> ---
>>  Documentation/devicetree/bindings/arm/qcom.yaml | 6 ++++++
>>  1 file changed, 6 insertions(+)
>>
>> diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
>> index d84bd3bca201..95cc1d00fb1f 100644
>> --- a/Documentation/devicetree/bindings/arm/qcom.yaml
>> +++ b/Documentation/devicetree/bindings/arm/qcom.yaml
>> @@ -1067,6 +1067,12 @@ properties:
>>            - const: qcom,x1e78100
>>            - const: qcom,x1e80100
>>  
>> +      - items:
>> +          - enum:
>> +              - medion,sprchrgd14s1
> 
> 
> Your cover letter says this is based on Tuxedo laptop patches, thus just
> squash it into that enum.

Yes, will add it in v2. But without the tuxedo vendor prefix, that
probably doesn't make much sense. So I'll add it back in again.

> Best regards,
> Krzysztof

Regards,
Georg