powerpc/5200: dts: fix pci ranges warnings
authorAnatolij Gustschin <agust@denx.de>
Wed, 13 Oct 2021 22:05:30 +0000 (00:05 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 22 Oct 2021 04:22:04 +0000 (15:22 +1100)
Fix ranges property warnings:
pci@f0000d00:ranges: 'oneOf' conditional failed, one must be fixed:

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20211013220532.24759-3-agust@denx.de
arch/powerpc/boot/dts/a4m072.dts
arch/powerpc/boot/dts/charon.dts
arch/powerpc/boot/dts/digsy_mtc.dts
arch/powerpc/boot/dts/lite5200.dts
arch/powerpc/boot/dts/lite5200b.dts
arch/powerpc/boot/dts/media5200.dts
arch/powerpc/boot/dts/mucmc52.dts
arch/powerpc/boot/dts/pcm030.dts
arch/powerpc/boot/dts/pcm032.dts
arch/powerpc/boot/dts/tqm5200.dts

index a9cef57..d4270a2 100644 (file)
                clock-frequency = <0>; /* From boot loader */
                interrupts = <2 8 0 2 9 0 2 10 0>;
                bus-range = <0 0>;
-               ranges = <0x42000000 0 0x80000000 0x80000000 0 0x10000000
-                         0x02000000 0 0x90000000 0x90000000 0 0x10000000
-                         0x01000000 0 0x00000000 0xa0000000 0 0x01000000>;
+               ranges = <0x42000000 0 0x80000000 0x80000000 0 0x10000000>,
+                        <0x02000000 0 0x90000000 0x90000000 0 0x10000000>,
+                        <0x01000000 0 0x00000000 0xa0000000 0 0x01000000>;
        };
 };
index 408b486..6f9fe88 100644 (file)
                clock-frequency = <0>; // From boot loader
                interrupts = <2 8 0 2 9 0 2 10 0>;
                bus-range = <0 0>;
-               ranges = <0x42000000 0 0x80000000 0x80000000 0 0x10000000
-                         0x02000000 0 0x90000000 0x90000000 0 0x10000000
-                         0x01000000 0 0x00000000 0xa0000000 0 0x01000000>;
+               ranges = <0x42000000 0 0x80000000 0x80000000 0 0x10000000>,
+                        <0x02000000 0 0x90000000 0x90000000 0 0x10000000>,
+                        <0x01000000 0 0x00000000 0xa0000000 0 0x01000000>;
        };
 };
index 0e5e9d3..0101566 100644 (file)
@@ -98,9 +98,9 @@
                clock-frequency = <0>; // From boot loader
                interrupts = <2 8 0 2 9 0 2 10 0>;
                bus-range = <0 0>;
-               ranges = <0x42000000 0 0x80000000 0x80000000 0 0x10000000
-                         0x02000000 0 0x90000000 0x90000000 0 0x10000000
-                         0x01000000 0 0x00000000 0xa0000000 0 0x01000000>;
+               ranges = <0x42000000 0 0x80000000 0x80000000 0 0x10000000>,
+                        <0x02000000 0 0x90000000 0x90000000 0 0x10000000>,
+                        <0x01000000 0 0x00000000 0xa0000000 0 0x01000000>;
        };
 
        localbus {
index cb2782d..84a12e7 100644 (file)
                clock-frequency = <0>; // From boot loader
                interrupts = <2 8 0 2 9 0 2 10 0>;
                bus-range = <0 0>;
-               ranges = <0x42000000 0 0x80000000 0x80000000 0 0x20000000
-                         0x02000000 0 0xa0000000 0xa0000000 0 0x10000000
-                         0x01000000 0 0x00000000 0xb0000000 0 0x01000000>;
+               ranges = <0x42000000 0 0x80000000 0x80000000 0 0x20000000>,
+                        <0x02000000 0 0xa0000000 0xa0000000 0 0x10000000>,
+                        <0x01000000 0 0x00000000 0xb0000000 0 0x01000000>;
        };
 
        localbus {
index 2b86c81..c361c59 100644 (file)
                clock-frequency = <0>; // From boot loader
                interrupts = <2 8 0 2 9 0 2 10 0>;
                bus-range = <0 0>;
-               ranges = <0x42000000 0 0x80000000 0x80000000 0 0x20000000
-                         0x02000000 0 0xa0000000 0xa0000000 0 0x10000000
-                         0x01000000 0 0x00000000 0xb0000000 0 0x01000000>;
+               ranges = <0x42000000 0 0x80000000 0x80000000 0 0x20000000>,
+                        <0x02000000 0 0xa0000000 0xa0000000 0 0x10000000>,
+                        <0x01000000 0 0x00000000 0xb0000000 0 0x01000000>;
        };
 
        localbus {
index 61cae9d..f7d7538 100644 (file)
@@ -96,9 +96,9 @@
 
                                 0xe000 0 0 1 &media5200_fpga 0 5 // CoralIP
                                >;
-               ranges = <0x42000000 0 0x80000000 0x80000000 0 0x20000000
-                         0x02000000 0 0xa0000000 0xa0000000 0 0x10000000
-                         0x01000000 0 0x00000000 0xb0000000 0 0x01000000>;
+               ranges = <0x42000000 0 0x80000000 0x80000000 0 0x20000000>,
+                        <0x02000000 0 0xa0000000 0xa0000000 0 0x10000000>,
+                        <0x01000000 0 0x00000000 0xb0000000 0 0x01000000>;
                interrupt-parent = <&mpc5200_pic>;
        };
 
index c6c6630..e88a7bd 100644 (file)
                                0x8000 0 0 3 &mpc5200_pic 0 2 3
                                0x8000 0 0 4 &mpc5200_pic 0 1 3
                                >;
-               ranges = <0x42000000 0 0x60000000 0x60000000 0 0x10000000
-                         0x02000000 0 0x90000000 0x90000000 0 0x10000000
-                         0x01000000 0 0x00000000 0xa0000000 0 0x01000000>;
+               ranges = <0x42000000 0 0x60000000 0x60000000 0 0x10000000>,
+                        <0x02000000 0 0x90000000 0x90000000 0 0x10000000>,
+                        <0x01000000 0 0x00000000 0xa0000000 0 0x01000000>;
        };
 
        localbus {
index b1bc731..5cee474 100644 (file)
@@ -90,9 +90,9 @@
                                 0xc800 0 0 2 &mpc5200_pic 1 2 3
                                 0xc800 0 0 3 &mpc5200_pic 1 3 3
                                 0xc800 0 0 4 &mpc5200_pic 0 0 3>;
-               ranges = <0x42000000 0 0x80000000 0x80000000 0 0x20000000
-                         0x02000000 0 0xa0000000 0xa0000000 0 0x10000000
-                         0x01000000 0 0x00000000 0xb0000000 0 0x01000000>;
+               ranges = <0x42000000 0 0x80000000 0x80000000 0 0x20000000>,
+                        <0x02000000 0 0xa0000000 0xa0000000 0 0x10000000>,
+                        <0x01000000 0 0x00000000 0xb0000000 0 0x01000000>;
        };
 
        localbus {
index 780e13d..b6fdf86 100644 (file)
@@ -87,9 +87,9 @@
                                 0xc800 0 0 2 &mpc5200_pic 1 2 3
                                 0xc800 0 0 3 &mpc5200_pic 1 3 3
                                 0xc800 0 0 4 &mpc5200_pic 0 0 3>;
-               ranges = <0x42000000 0 0x80000000 0x80000000 0 0x20000000
-                         0x02000000 0 0xa0000000 0xa0000000 0 0x10000000
-                         0x01000000 0 0x00000000 0xb0000000 0 0x01000000>;
+               ranges = <0x42000000 0 0x80000000 0x80000000 0 0x20000000>,
+                        <0x02000000 0 0xa0000000 0xa0000000 0 0x10000000>,
+                        <0x01000000 0 0x00000000 0xb0000000 0 0x01000000>;
        };
 
        localbus {
index 9ed0bc7..40b139d 100644 (file)
                clock-frequency = <0>; // From boot loader
                interrupts = <2 8 0 2 9 0 2 10 0>;
                bus-range = <0 0>;
-               ranges = <0x42000000 0 0x80000000 0x80000000 0 0x10000000
-                         0x02000000 0 0x90000000 0x90000000 0 0x10000000
-                         0x01000000 0 0x00000000 0xa0000000 0 0x01000000>;
+               ranges = <0x42000000 0 0x80000000 0x80000000 0 0x10000000>,
+                        <0x02000000 0 0x90000000 0x90000000 0 0x10000000>,
+                        <0x01000000 0 0x00000000 0xa0000000 0 0x01000000>;
        };
 };