Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARM: dts: kirkwood: fix mislocated pcie-controller nodes
Commit 54397d8 ("ARM: kirkwood: Relocate PCIe device tree nodes") moved the pcie-controller nodes for the Kirkwood SoCs to the mbus bus node. For some reason, two boards were not properly converted and have their pci-controller nodes still in the ocp bus node. As the corresponding SoC pcie-controller does not exist anymore, it is likely that pcie is broken on those boards since above commit. Fix it by moving the pcie related nodes to the correct location. Signed-off-by: Sebastian Hesselbarth <[email protected]> Fixes: 54397d8 ("ARM: kirkwood: Relocate PCIe device tree nodes") Cc: <[email protected]> # v3.12+ Acked-by: Andrew Lunn <[email protected]> Link: https://lkml.kernel.org/r/1398862602-29595-2-git-send-email-sebastian.hesselbarth@gmail.com Signed-off-by: Jason Cooper <[email protected]>
- Loading branch information