Re: Device tree for c67x00
From: Peter Korsgaard <jacmet@sunsite.dk>
Date: 2009-06-29 19:10:14
quoted
quoted
quoted
quoted
"Jorge" =3D=3D Jorge S=C3=A1nchez de Nova [off-list ref] writ=
es: Jorge> Hi, Jorge> It doesn't work at all since it doesn't load anything. I have Jorge> looked at the driver and there is apparently no openfirmware Jorge> support for it, so maybe the dts info won't work without Jorge> it. Am I wrong? Does this means that the c67x00 needs OF Jorge> support to work in this configuration? How can I make it Jorge> otherwise? Yes, the c67x00 driver doesn't currently have any OF bindings. Either you can add it, or simply manually create the struct platform_device in your board file (or scan the DT in your board file and fill in the correct base address / interrupt number from it). Remember that arch/powerpc uses virtual interrupt numbers if you're going to fill in the platform_device by hand. --=20 Bye, Peter Korsgaard