On Fri, Feb 1, 2013 at 6:31 PM, Scott Wood [off-list ref] wrote:
I guess the reason you're not using fsl/mpc8548si-post.dtsi is that you
don't want PCI. Maybe PCI and srio should be moved out of that file, or
ifdeffed if 85xx ever ends up using the preprocessor for its device trees.
Wouldn't it be easier to add status="disabled" in this dts file? I do
something similar with the LBC on the p1022rdk.
board_lbc: lbc: localbus@ffe05000 {
/* The P1022 RDK does not have any localbus devices */
status = "disabled";
};