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