Skip to content
Snippets Groups Projects
Commit 16bedc66 authored by Stefan Roese's avatar Stefan Roese
Browse files

ppc4xx: Canyonlands: Disable PCIe0/SATA in dev-tree depending on selection


When SATA is selected (via jumper J6) we need to disable the first PCIe
node in the device tree, so that Linux doesn't initialize it. Otherwise
the Linux SATA driver will fail to detect the devices.

The same goes the other way around too. So if PCIe is selected we need
to disable the SATA node in the device tree.

This is because PCIe port 0 and SATA on 460EX share the same pins
(multiplexed) and we have to configure in U-Boot which peripheral is
enabled.

Signed-off-by: default avatarStefan Roese <sr@denx.de>
parent a38dc3ea
No related branches found
No related tags found
Loading
Loading
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