Re: [PATCH] General CHRP/MPC5K2 platform support patch
From: Nicolas DET <hidden>
Date: 2006-10-26 19:50:39
Attachments
- chrpmpc52xx_2.6.19-rc3.patch [text/plain] 12164 bytes · preview
- nd.vcf [text/x-vcard] 249 bytes · preview
From: Nicolas DET <hidden>
Date: 2006-10-26 19:50:39
Grant Likely wrote:
quoted
+ +struct device_node *find_mpc52xx_pic(void) +{ + struct device_node *dev; + const char *piccompatible_list[] = + { + "mpc5200-interrupt-controller", + "mpc52xx-interrupt-controller", + "mpc52xx-pic", + "mpc5200-pic", + "5200-interrupt-controller", + "52xx-interrupt-controller", + "52xx-pic", + "5200-pic", + NULL + };Considering Efika is the *only* CHRP 52xx board out there at the moment, and only a handful of embedded folks trying to move it to arch/powerpc, surely we can come to an agreement now on what this thing is named. :)
Done