2020-12-09 17:03:17

by Aswath Govindraju

[permalink] [raw]
Subject: [PATCH] dt-bindings: gpio: Add compatible string for AM64 SoC

Add compatible string for AM64 SoC in device tree binding of davinci GPIO
modules as the same IP is used.

Signed-off-by: Aswath Govindraju <[email protected]>
---
Documentation/devicetree/bindings/gpio/gpio-davinci.txt | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/gpio/gpio-davinci.txt b/Documentation/devicetree/bindings/gpio/gpio-davinci.txt
index cd91d61eac31..696ea46227d1 100644
--- a/Documentation/devicetree/bindings/gpio/gpio-davinci.txt
+++ b/Documentation/devicetree/bindings/gpio/gpio-davinci.txt
@@ -7,6 +7,7 @@ Required Properties:
"ti,k2g-gpio", "ti,keystone-gpio": for 66AK2G
"ti,am654-gpio", "ti,keystone-gpio": for TI K3 AM654
"ti,j721e-gpio", "ti,keystone-gpio": for J721E SoCs
+ "ti,am64-gpio", "ti,keystone-gpio": for AM64 SoCs

- reg: Physical base address of the controller and the size of memory mapped
registers.
--
2.17.1


2020-12-10 01:45:52

by Aswath Govindraju

[permalink] [raw]
Subject: [PATCH] dt-bindings: usb: Add new compatible string for AM64 SoC

Add compatible string in j721e-usb binding file as similar USB subsystem
is present in AM64.

Signed-off-by: Aswath Govindraju <[email protected]>
Acked-by: Roger Quadros <[email protected]>
---
Documentation/devicetree/bindings/usb/ti,j721e-usb.yaml | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/usb/ti,j721e-usb.yaml b/Documentation/devicetree/bindings/usb/ti,j721e-usb.yaml
index 388245b91a55..05d976bb06d0 100644
--- a/Documentation/devicetree/bindings/usb/ti,j721e-usb.yaml
+++ b/Documentation/devicetree/bindings/usb/ti,j721e-usb.yaml
@@ -11,8 +11,11 @@ maintainers:

properties:
compatible:
- items:
- - const: ti,j721e-usb
+ anyOf:
+ - items:
+ - const: ti,j721e-usb
+ - items:
+ - const: ti,am64-usb

reg:
description: module registers
--
2.17.1

2020-12-10 03:00:03

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: gpio: Add compatible string for AM64 SoC

On Wed, 09 Dec 2020 22:27:31 +0530, Aswath Govindraju wrote:
> Add compatible string for AM64 SoC in device tree binding of davinci GPIO
> modules as the same IP is used.
>
> Signed-off-by: Aswath Govindraju <[email protected]>
> ---
> Documentation/devicetree/bindings/gpio/gpio-davinci.txt | 1 +
> 1 file changed, 1 insertion(+)
>

Acked-by: Rob Herring <[email protected]>

2021-01-06 10:22:40

by Bartosz Golaszewski

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: gpio: Add compatible string for AM64 SoC

On Wed, Dec 9, 2020 at 5:57 PM Aswath Govindraju <[email protected]> wrote:
>
> Add compatible string for AM64 SoC in device tree binding of davinci GPIO
> modules as the same IP is used.
>
> Signed-off-by: Aswath Govindraju <[email protected]>
> ---
> Documentation/devicetree/bindings/gpio/gpio-davinci.txt | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/gpio/gpio-davinci.txt b/Documentation/devicetree/bindings/gpio/gpio-davinci.txt
> index cd91d61eac31..696ea46227d1 100644
> --- a/Documentation/devicetree/bindings/gpio/gpio-davinci.txt
> +++ b/Documentation/devicetree/bindings/gpio/gpio-davinci.txt
> @@ -7,6 +7,7 @@ Required Properties:
> "ti,k2g-gpio", "ti,keystone-gpio": for 66AK2G
> "ti,am654-gpio", "ti,keystone-gpio": for TI K3 AM654
> "ti,j721e-gpio", "ti,keystone-gpio": for J721E SoCs
> + "ti,am64-gpio", "ti,keystone-gpio": for AM64 SoCs
>
> - reg: Physical base address of the controller and the size of memory mapped
> registers.
> --
> 2.17.1
>

Patch applied with Rob's Ack.

Thanks!
Bartosz