diff options
Diffstat (limited to 'arch/powerpc/platforms/85xx')
-rw-r--r-- | arch/powerpc/platforms/85xx/Kconfig | 2 | ||||
-rw-r--r-- | arch/powerpc/platforms/85xx/corenet_generic.c | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/85xx/Kconfig b/arch/powerpc/platforms/85xx/Kconfig index a1182796a9d1..918b3902de67 100644 --- a/arch/powerpc/platforms/85xx/Kconfig +++ b/arch/powerpc/platforms/85xx/Kconfig | |||
@@ -267,7 +267,7 @@ config CORENET_GENERIC | |||
267 | For 64bit kernel, the following boards are supported: | 267 | For 64bit kernel, the following boards are supported: |
268 | T4240 QDS and B4 QDS | 268 | T4240 QDS and B4 QDS |
269 | The following boards are supported for both 32bit and 64bit kernel: | 269 | The following boards are supported for both 32bit and 64bit kernel: |
270 | P5020 DS and P5040 DS | 270 | P5020 DS, P5040 DS and T104xQDS |
271 | 271 | ||
272 | endif # FSL_SOC_BOOKE | 272 | endif # FSL_SOC_BOOKE |
273 | 273 | ||
diff --git a/arch/powerpc/platforms/85xx/corenet_generic.c b/arch/powerpc/platforms/85xx/corenet_generic.c index 477c182e4ba5..5db1e117fdde 100644 --- a/arch/powerpc/platforms/85xx/corenet_generic.c +++ b/arch/powerpc/platforms/85xx/corenet_generic.c | |||
@@ -123,6 +123,8 @@ static const char * const boards[] __initconst = { | |||
123 | "fsl,B4860QDS", | 123 | "fsl,B4860QDS", |
124 | "fsl,B4420QDS", | 124 | "fsl,B4420QDS", |
125 | "fsl,B4220QDS", | 125 | "fsl,B4220QDS", |
126 | "fsl,T1040QDS", | ||
127 | "fsl,T1042QDS", | ||
126 | "keymile,kmcoge4", | 128 | "keymile,kmcoge4", |
127 | NULL | 129 | NULL |
128 | }; | 130 | }; |
@@ -138,6 +140,8 @@ static const char * const hv_boards[] __initconst = { | |||
138 | "fsl,B4860QDS-hv", | 140 | "fsl,B4860QDS-hv", |
139 | "fsl,B4420QDS-hv", | 141 | "fsl,B4420QDS-hv", |
140 | "fsl,B4220QDS-hv", | 142 | "fsl,B4220QDS-hv", |
143 | "fsl,T1040QDS-hv", | ||
144 | "fsl,T1042QDS-hv", | ||
141 | NULL | 145 | NULL |
142 | }; | 146 | }; |
143 | 147 | ||