diff mbox series

[1/2] dt-bindings: timer: Add bindings for new Ingenic SoCs.

Message ID 1639068516-5577-2-git-send-email-zhouyanjie@wanyeetech.com
State Changes Requested, archived
Headers show
Series Add SMP/SMT support for Ingenic sysost driver. | expand

Checks

Context Check Description
robh/checkpatch success
robh/dtbs-check success
robh/dt-meta-schema success

Commit Message

Zhou Yanjie Dec. 9, 2021, 4:48 p.m. UTC
Add the OST bindings for the X1600 SoC, the X1830 SoC,
the X2000 SoC and the X2500 SoC from Ingenic.

Signed-off-by: 周琰杰 (Zhou Yanjie) <zhouyanjie@wanyeetech.com>
---
 Documentation/devicetree/bindings/timer/ingenic,sysost.yaml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Comments

Rob Herring (Arm) Dec. 15, 2021, 7:17 p.m. UTC | #1
On Fri, Dec 10, 2021 at 12:48:34AM +0800, 周琰杰 (Zhou Yanjie) wrote:
> Add the OST bindings for the X1600 SoC, the X1830 SoC,
> the X2000 SoC and the X2500 SoC from Ingenic.
> 
> Signed-off-by: 周琰杰 (Zhou Yanjie) <zhouyanjie@wanyeetech.com>
> ---
>  Documentation/devicetree/bindings/timer/ingenic,sysost.yaml | 7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/timer/ingenic,sysost.yaml b/Documentation/devicetree/bindings/timer/ingenic,sysost.yaml
> index 98648bf..a3b1429 100644
> --- a/Documentation/devicetree/bindings/timer/ingenic,sysost.yaml
> +++ b/Documentation/devicetree/bindings/timer/ingenic,sysost.yaml
> @@ -20,7 +20,12 @@ properties:
>    compatible:
>      enum:
>        - ingenic,x1000-ost
> -      - ingenic,x2000-ost

Removing this is not a compatible change.

> +      - ingenic,x1600-ost
> +      - ingenic,x1830-ost
> +      - ingenic,x2000-ost64
> +      - ingenic,x2000-ost32
> +      - ingenic,x2500-ost64
> +      - ingenic,x2500-ost32
>  
>    reg:
>      maxItems: 1
> -- 
> 2.7.4
> 
>
Zhou Yanjie Dec. 17, 2021, 12:35 p.m. UTC | #2
On 2021/12/16 上午3:17, Rob Herring wrote:
> On Fri, Dec 10, 2021 at 12:48:34AM +0800, 周琰杰 (Zhou Yanjie) wrote:
>> Add the OST bindings for the X1600 SoC, the X1830 SoC,
>> the X2000 SoC and the X2500 SoC from Ingenic.
>>
>> Signed-off-by: 周琰杰 (Zhou Yanjie) <zhouyanjie@wanyeetech.com>
>> ---
>>   Documentation/devicetree/bindings/timer/ingenic,sysost.yaml | 7 ++++++-
>>   1 file changed, 6 insertions(+), 1 deletion(-)
>>
>> diff --git a/Documentation/devicetree/bindings/timer/ingenic,sysost.yaml b/Documentation/devicetree/bindings/timer/ingenic,sysost.yaml
>> index 98648bf..a3b1429 100644
>> --- a/Documentation/devicetree/bindings/timer/ingenic,sysost.yaml
>> +++ b/Documentation/devicetree/bindings/timer/ingenic,sysost.yaml
>> @@ -20,7 +20,12 @@ properties:
>>     compatible:
>>       enum:
>>         - ingenic,x1000-ost
>> -      - ingenic,x2000-ost
> Removing this is not a compatible change.


Sure, I will split it into new patch.


Thanks and best regards!


>
>> +      - ingenic,x1600-ost
>> +      - ingenic,x1830-ost
>> +      - ingenic,x2000-ost64
>> +      - ingenic,x2000-ost32
>> +      - ingenic,x2500-ost64
>> +      - ingenic,x2500-ost32
>>   
>>     reg:
>>       maxItems: 1
>> -- 
>> 2.7.4
>>
>>
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/timer/ingenic,sysost.yaml b/Documentation/devicetree/bindings/timer/ingenic,sysost.yaml
index 98648bf..a3b1429 100644
--- a/Documentation/devicetree/bindings/timer/ingenic,sysost.yaml
+++ b/Documentation/devicetree/bindings/timer/ingenic,sysost.yaml
@@ -20,7 +20,12 @@  properties:
   compatible:
     enum:
       - ingenic,x1000-ost
-      - ingenic,x2000-ost
+      - ingenic,x1600-ost
+      - ingenic,x1830-ost
+      - ingenic,x2000-ost64
+      - ingenic,x2000-ost32
+      - ingenic,x2500-ost64
+      - ingenic,x2500-ost32
 
   reg:
     maxItems: 1