2022-04-11 09:35:37

by Sander Vanheule

[permalink] [raw]
Subject: [PATCH v1 5/6] dt-bindings: gpio: realtek-otto: Add rtl9310 compatible

Add the "realtek,rlt9310-gpio", "realtek,otto-gpio" compatible for GPIO
nodes on the RTL931x SoC series.

Signed-off-by: Sander Vanheule <[email protected]>
---
Documentation/devicetree/bindings/gpio/realtek,otto-gpio.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/gpio/realtek,otto-gpio.yaml b/Documentation/devicetree/bindings/gpio/realtek,otto-gpio.yaml
index 3c511e9af377..39fd959c45d2 100644
--- a/Documentation/devicetree/bindings/gpio/realtek,otto-gpio.yaml
+++ b/Documentation/devicetree/bindings/gpio/realtek,otto-gpio.yaml
@@ -29,6 +29,7 @@ properties:
- realtek,rtl8380-gpio
- realtek,rtl8390-gpio
- realtek,rtl9300-gpio
+ - realtek,rtl9310-gpio
- const: realtek,otto-gpio

reg: true
--
2.35.1


2022-04-11 15:06:39

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH v1 5/6] dt-bindings: gpio: realtek-otto: Add rtl9310 compatible

On 09/04/2022 21:55, Sander Vanheule wrote:
> Add the "realtek,rlt9310-gpio", "realtek,otto-gpio" compatible for GPIO
> nodes on the RTL931x SoC series.
>
> Signed-off-by: Sander Vanheule <[email protected]>
> ---
> Documentation/devicetree/bindings/gpio/realtek,otto-gpio.yaml | 1 +
> 1 file changed, 1 insertion(+)
>


Acked-by: Krzysztof Kozlowski <[email protected]>


Best regards,
Krzysztof