dts: arm: xilinx: Remove improper range property

Remove 'ranges' property from gpio node as it shouldn't be there
since we aren't converting 1:1 between address spaces.  This fixes
the following DTC warning:

   Warning (ranges_format): /soc/gpio@e000a000:ranges: empty "ranges"
   property but its #size-cells (0) differs from /soc (1)

Signed-off-by: Kumar Gala <galak@kernel.org>
This commit is contained in:
Kumar Gala 2022-08-20 08:44:15 -05:00 committed by Fabio Baltieri
parent 2a457b5ecf
commit c76dd1a3bf
2 changed files with 0 additions and 2 deletions

View File

@ -128,7 +128,6 @@
IRQ_DEFAULT_PRIORITY>;
interrupt-names = "irq_0";
ranges;
#address-cells = <1>;
#size-cells = <0>;

View File

@ -213,7 +213,6 @@
IRQ_DEFAULT_PRIORITY>;
interrupt-names = "irq_0";
ranges;
#address-cells = <1>;
#size-cells = <0>;