Skip to content
Snippets Groups Projects
Commit e9efabc6 authored by Anatolij Gustschin's avatar Anatolij Gustschin Committed by Michael Ellerman
Browse files

powerpc/5200: dts: add missing pci ranges


Add ranges property to fix build warnings:
Warning (pci_bridge): /pci@f0000d00: missing ranges for PCI bridge (or not a bridge)

Signed-off-by: default avatarAnatolij Gustschin <agust@denx.de>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20211013220532.24759-2-agust@denx.de
parent 61cb9ac6
No related branches found
No related tags found
Loading
......@@ -276,7 +276,9 @@ pci: pci@f0000d00 {
clock-frequency = <0>; // From boot loader
interrupts = <2 8 0 2 9 0 2 10 0>;
bus-range = <0 0>;
// ranges = need to add
ranges = <0x42000000 0 0x80000000 0x80000000 0 0x10000000>,
<0x02000000 0 0x90000000 0x90000000 0 0x10000000>,
<0x01000000 0 0x00000000 0xa0000000 0 0x01000000>;
};
localbus: localbus {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment