Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc/5200: dts: fix pci ranges warnings

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

authored by

Anatolij Gustschin and committed by
Michael Ellerman
7855b6c6 e9efabc6

+30 -30
+3 -3
arch/powerpc/boot/dts/a4m072.dts
··· 140 140 clock-frequency = <0>; /* From boot loader */ 141 141 interrupts = <2 8 0 2 9 0 2 10 0>; 142 142 bus-range = <0 0>; 143 - ranges = <0x42000000 0 0x80000000 0x80000000 0 0x10000000 144 - 0x02000000 0 0x90000000 0x90000000 0 0x10000000 145 - 0x01000000 0 0x00000000 0xa0000000 0 0x01000000>; 143 + ranges = <0x42000000 0 0x80000000 0x80000000 0 0x10000000>, 144 + <0x02000000 0 0x90000000 0x90000000 0 0x10000000>, 145 + <0x01000000 0 0x00000000 0xa0000000 0 0x01000000>; 146 146 }; 147 147 };
+3 -3
arch/powerpc/boot/dts/charon.dts
··· 225 225 clock-frequency = <0>; // From boot loader 226 226 interrupts = <2 8 0 2 9 0 2 10 0>; 227 227 bus-range = <0 0>; 228 - ranges = <0x42000000 0 0x80000000 0x80000000 0 0x10000000 229 - 0x02000000 0 0x90000000 0x90000000 0 0x10000000 230 - 0x01000000 0 0x00000000 0xa0000000 0 0x01000000>; 228 + ranges = <0x42000000 0 0x80000000 0x80000000 0 0x10000000>, 229 + <0x02000000 0 0x90000000 0x90000000 0 0x10000000>, 230 + <0x01000000 0 0x00000000 0xa0000000 0 0x01000000>; 231 231 }; 232 232 };
+3 -3
arch/powerpc/boot/dts/digsy_mtc.dts
··· 98 98 clock-frequency = <0>; // From boot loader 99 99 interrupts = <2 8 0 2 9 0 2 10 0>; 100 100 bus-range = <0 0>; 101 - ranges = <0x42000000 0 0x80000000 0x80000000 0 0x10000000 102 - 0x02000000 0 0x90000000 0x90000000 0 0x10000000 103 - 0x01000000 0 0x00000000 0xa0000000 0 0x01000000>; 101 + ranges = <0x42000000 0 0x80000000 0x80000000 0 0x10000000>, 102 + <0x02000000 0 0x90000000 0x90000000 0 0x10000000>, 103 + <0x01000000 0 0x00000000 0xa0000000 0 0x01000000>; 104 104 }; 105 105 106 106 localbus {
+3 -3
arch/powerpc/boot/dts/lite5200.dts
··· 283 283 clock-frequency = <0>; // From boot loader 284 284 interrupts = <2 8 0 2 9 0 2 10 0>; 285 285 bus-range = <0 0>; 286 - ranges = <0x42000000 0 0x80000000 0x80000000 0 0x20000000 287 - 0x02000000 0 0xa0000000 0xa0000000 0 0x10000000 288 - 0x01000000 0 0x00000000 0xb0000000 0 0x01000000>; 286 + ranges = <0x42000000 0 0x80000000 0x80000000 0 0x20000000>, 287 + <0x02000000 0 0xa0000000 0xa0000000 0 0x10000000>, 288 + <0x01000000 0 0x00000000 0xb0000000 0 0x01000000>; 289 289 }; 290 290 291 291 localbus {
+3 -3
arch/powerpc/boot/dts/lite5200b.dts
··· 116 116 clock-frequency = <0>; // From boot loader 117 117 interrupts = <2 8 0 2 9 0 2 10 0>; 118 118 bus-range = <0 0>; 119 - ranges = <0x42000000 0 0x80000000 0x80000000 0 0x20000000 120 - 0x02000000 0 0xa0000000 0xa0000000 0 0x10000000 121 - 0x01000000 0 0x00000000 0xb0000000 0 0x01000000>; 119 + ranges = <0x42000000 0 0x80000000 0x80000000 0 0x20000000>, 120 + <0x02000000 0 0xa0000000 0xa0000000 0 0x10000000>, 121 + <0x01000000 0 0x00000000 0xb0000000 0 0x01000000>; 122 122 }; 123 123 124 124 localbus {
+3 -3
arch/powerpc/boot/dts/media5200.dts
··· 96 96 97 97 0xe000 0 0 1 &media5200_fpga 0 5 // CoralIP 98 98 >; 99 - ranges = <0x42000000 0 0x80000000 0x80000000 0 0x20000000 100 - 0x02000000 0 0xa0000000 0xa0000000 0 0x10000000 101 - 0x01000000 0 0x00000000 0xb0000000 0 0x01000000>; 99 + ranges = <0x42000000 0 0x80000000 0x80000000 0 0x20000000>, 100 + <0x02000000 0 0xa0000000 0xa0000000 0 0x10000000>, 101 + <0x01000000 0 0x00000000 0xb0000000 0 0x01000000>; 102 102 interrupt-parent = <&mpc5200_pic>; 103 103 }; 104 104
+3 -3
arch/powerpc/boot/dts/mucmc52.dts
··· 106 106 0x8000 0 0 3 &mpc5200_pic 0 2 3 107 107 0x8000 0 0 4 &mpc5200_pic 0 1 3 108 108 >; 109 - ranges = <0x42000000 0 0x60000000 0x60000000 0 0x10000000 110 - 0x02000000 0 0x90000000 0x90000000 0 0x10000000 111 - 0x01000000 0 0x00000000 0xa0000000 0 0x01000000>; 109 + ranges = <0x42000000 0 0x60000000 0x60000000 0 0x10000000>, 110 + <0x02000000 0 0x90000000 0x90000000 0 0x10000000>, 111 + <0x01000000 0 0x00000000 0xa0000000 0 0x01000000>; 112 112 }; 113 113 114 114 localbus {
+3 -3
arch/powerpc/boot/dts/pcm030.dts
··· 90 90 0xc800 0 0 2 &mpc5200_pic 1 2 3 91 91 0xc800 0 0 3 &mpc5200_pic 1 3 3 92 92 0xc800 0 0 4 &mpc5200_pic 0 0 3>; 93 - ranges = <0x42000000 0 0x80000000 0x80000000 0 0x20000000 94 - 0x02000000 0 0xa0000000 0xa0000000 0 0x10000000 95 - 0x01000000 0 0x00000000 0xb0000000 0 0x01000000>; 93 + ranges = <0x42000000 0 0x80000000 0x80000000 0 0x20000000>, 94 + <0x02000000 0 0xa0000000 0xa0000000 0 0x10000000>, 95 + <0x01000000 0 0x00000000 0xb0000000 0 0x01000000>; 96 96 }; 97 97 98 98 localbus {
+3 -3
arch/powerpc/boot/dts/pcm032.dts
··· 87 87 0xc800 0 0 2 &mpc5200_pic 1 2 3 88 88 0xc800 0 0 3 &mpc5200_pic 1 3 3 89 89 0xc800 0 0 4 &mpc5200_pic 0 0 3>; 90 - ranges = <0x42000000 0 0x80000000 0x80000000 0 0x20000000 91 - 0x02000000 0 0xa0000000 0xa0000000 0 0x10000000 92 - 0x01000000 0 0x00000000 0xb0000000 0 0x01000000>; 90 + ranges = <0x42000000 0 0x80000000 0x80000000 0 0x20000000>, 91 + <0x02000000 0 0xa0000000 0xa0000000 0 0x10000000>, 92 + <0x01000000 0 0x00000000 0xb0000000 0 0x01000000>; 93 93 }; 94 94 95 95 localbus {
+3 -3
arch/powerpc/boot/dts/tqm5200.dts
··· 200 200 clock-frequency = <0>; // From boot loader 201 201 interrupts = <2 8 0 2 9 0 2 10 0>; 202 202 bus-range = <0 0>; 203 - ranges = <0x42000000 0 0x80000000 0x80000000 0 0x10000000 204 - 0x02000000 0 0x90000000 0x90000000 0 0x10000000 205 - 0x01000000 0 0x00000000 0xa0000000 0 0x01000000>; 203 + ranges = <0x42000000 0 0x80000000 0x80000000 0 0x10000000>, 204 + <0x02000000 0 0x90000000 0x90000000 0 0x10000000>, 205 + <0x01000000 0 0x00000000 0xa0000000 0 0x01000000>; 206 206 }; 207 207 };