[POWERPC] Fix kernel build errors for mpc8272ads and mpc8560ads
Recent update of asm-powerpc/io.h caused cpm-related stuff to break in the current kernel. Current patch fixes it, as well as other inconsistencies expressed, that do not permit targets from working properly: - Updated dts with a chosen node with interrupt controller, - fixed messed device IDs among CPM2 SoC devices, - corrected odd header name and fixed type in defines, - Added 82xx subdir to the powerpc/platforms Makefile, missed during initial commit, - new solely-powerpc header file for 8260 family (was using one from arch/ppc, this one cleaned up from the extra stuff), in fact for now a placeholder to get the board-specific includes for stuff not yet capable to live with devicetree peeks only - Fixed couple of misprints in reference mpc8272 dts. Signed-off-by:Vitaly Bordug <vbordug@ru.mvista.com> Signed-off-by:
Paul Mackerras <paulus@samba.org>
Showing
- arch/powerpc/boot/dts/mpc8272ads.dts 4 additions, 4 deletionsarch/powerpc/boot/dts/mpc8272ads.dts
- arch/powerpc/platforms/82xx/mpc82xx.c 1 addition, 1 deletionarch/powerpc/platforms/82xx/mpc82xx.c
- arch/powerpc/platforms/82xx/mpc82xx_ads.c 1 addition, 1 deletionarch/powerpc/platforms/82xx/mpc82xx_ads.c
- arch/powerpc/platforms/82xx/pq2ads.h 3 additions, 2 deletionsarch/powerpc/platforms/82xx/pq2ads.h
- arch/powerpc/platforms/Makefile 1 addition, 0 deletionsarch/powerpc/platforms/Makefile
- drivers/net/fs_enet/fs_enet.h 1 addition, 0 deletionsdrivers/net/fs_enet/fs_enet.h
- drivers/serial/cpm_uart/cpm_uart_cpm1.h 0 additions, 3 deletionsdrivers/serial/cpm_uart/cpm_uart_cpm1.h
- drivers/serial/cpm_uart/cpm_uart_cpm2.h 0 additions, 3 deletionsdrivers/serial/cpm_uart/cpm_uart_cpm2.h
- include/asm-powerpc/fs_pd.h 6 additions, 0 deletionsinclude/asm-powerpc/fs_pd.h
- include/asm-powerpc/io.h 6 additions, 0 deletionsinclude/asm-powerpc/io.h
Loading
Please register or sign in to comment