Re: [PATCH] dt-bindings: gpio: xilinx: Fix node address in gpio

From: Bartosz Golaszewski
Date: Mon Jan 15 2024 - 05:10:28 EST


On Fri, Jan 12, 2024 at 12:33 PM Michal Simek <michal.simek@xxxxxxx> wrote:
>
> Node address doesn't match reg property which is not correct.
>
> Fixes: ba96b2e7974b ("dt-bindings: gpio: gpio-xilinx: Convert Xilinx axi gpio binding to YAML")
> Signed-off-by: Michal Simek <michal.simek@xxxxxxx>
> ---
>
> Documentation/devicetree/bindings/gpio/xlnx,gpio-xilinx.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/gpio/xlnx,gpio-xilinx.yaml b/Documentation/devicetree/bindings/gpio/xlnx,gpio-xilinx.yaml
> index c1060e5fcef3..d3d8a2e143ed 100644
> --- a/Documentation/devicetree/bindings/gpio/xlnx,gpio-xilinx.yaml
> +++ b/Documentation/devicetree/bindings/gpio/xlnx,gpio-xilinx.yaml
> @@ -126,7 +126,7 @@ examples:
> - |
> #include <dt-bindings/interrupt-controller/arm-gic.h>
>
> - gpio@e000a000 {
> + gpio@a0020000 {
> compatible = "xlnx,xps-gpio-1.00.a";
> reg = <0xa0020000 0x10000>;
> #gpio-cells = <2>;
> --
> 2.36.1
>

Queued for fixes, thanks!

Bart