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

Bartosz Golaszewski brgl at bgdev.pl
Mon Jan 15 02:10:08 PST 2024


On Fri, Jan 12, 2024 at 12:33 PM Michal Simek <michal.simek at amd.com> 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 at amd.com>
> ---
>
>  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 at e000a000 {
> +        gpio at a0020000 {
>              compatible = "xlnx,xps-gpio-1.00.a";
>              reg = <0xa0020000 0x10000>;
>              #gpio-cells = <2>;
> --
> 2.36.1
>

Queued for fixes, thanks!

Bart



More information about the linux-arm-kernel mailing list