Re: [PATCH] powerpc/85xx: Add T4240RDB board support
From: Scott Wood <hidden>
Date: 2014-05-30 21:25:18
On Wed, 2014-05-28 at 16:11 +0800, Chunhe Lan wrote:
quoted hunk ↗ jump to hunk
@@ -125,6 +127,9 @@ CONFIG_MMC=y CONFIG_MMC_SDHCI=y CONFIG_EDAC=y CONFIG_EDAC_MM_EDAC=y +CONFIG_RTC_CLASS=y +CONFIG_RTC_DRV_DS1374=y +CONFIG_RTC_DRV_CMOS=y CONFIG_DMADEVICES=y CONFIG_FSL_DMA=y CONFIG_EXT2_FS=y
This conflicts with http://patchwork.ozlabs.org/patch/353243/ and you shouldn't need CONFIG_RTC_DRV_CMOS.
quoted hunk ↗ jump to hunk
diff --git a/arch/powerpc/platforms/85xx/Kconfig b/arch/powerpc/platforms/85xx/Kconfig index c17aae8..6f279ce 100644 --- a/arch/powerpc/platforms/85xx/Kconfig +++ b/arch/powerpc/platforms/85xx/Kconfig@@ -265,7 +265,7 @@ config CORENET_GENERIC For 32bit kernel, the following boards are supported: P2041 RDB, P3041 DS and P4080 DS For 64bit kernel, the following boards are supported: - T4240 QDS and B4 QDS + T4240 QDS, T4240 RDB and B4 QDS
T4240QDS/RDB
quoted hunk ↗ jump to hunk
diff --git a/arch/powerpc/platforms/85xx/corenet_generic.c b/arch/powerpc/platforms/85xx/corenet_generic.c index 8e4b1e1..2f50526 100644 --- a/arch/powerpc/platforms/85xx/corenet_generic.c +++ b/arch/powerpc/platforms/85xx/corenet_generic.c@@ -119,6 +119,7 @@ static const char * const boards[] __initconst = { "fsl,P5020DS", "fsl,P5040DS", "fsl,T4240QDS", + "fsl,T4240RDB", "fsl,B4860QDS", "fsl,B4420QDS", "fsl,B4220QDS",
What about hv_boards? -Scott