]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc/85xx: Introduce support for the Freescale P1022DS reference board
authorTimur Tabi <timur@freescale.com>
Fri, 2 Jul 2010 22:25:03 +0000 (17:25 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Wed, 4 Aug 2010 19:22:52 +0000 (14:22 -0500)
commit30be4c965c37418606006940f45919694693e3f9
tree4a03616f0b15fd6d2b3ecab63c4bd6bfde81df81
parent51974d3162308695f888600b15c6f6009069dd0d
powerpc/85xx: Introduce support for the Freescale P1022DS reference board

Introduce basic support for the Freescale P1022DS reference board, based on the
Freescale BSP for this board.  This patch excludes the DIU, SSI, and MMC/SD
drivers.  Only a 36-bit DTS is provided.

Update mpc86xx_smp_defconfig and mpc85xx_defconfig to support the P1022DS.
This means enabling 64-bit physical address support, increasing the maximum
zone order to 12 (to allow the DIU driver to allocate large chunks), and
clean up the audio options to disable the deprecated OSS support.

Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/boot/dts/p1022ds.dts [new file with mode: 0644]
arch/powerpc/configs/mpc85xx_defconfig
arch/powerpc/configs/mpc85xx_smp_defconfig
arch/powerpc/platforms/85xx/Kconfig
arch/powerpc/platforms/85xx/Makefile
arch/powerpc/platforms/85xx/p1022_ds.c [new file with mode: 0644]