aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/powerpc/boot/dts/taishan.dts29
-rw-r--r--arch/powerpc/configs/44x/taishan_defconfig79
2 files changed, 106 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/taishan.dts b/arch/powerpc/boot/dts/taishan.dts
index dcb749884b6..d4867ded869 100644
--- a/arch/powerpc/boot/dts/taishan.dts
+++ b/arch/powerpc/boot/dts/taishan.dts
@@ -186,7 +186,34 @@
186 interrupts = <0x5 0x4>; 186 interrupts = <0x5 0x4>;
187 interrupt-parent = <&UIC1>; 187 interrupt-parent = <&UIC1>;
188 188
189 /* TODO: Add other EBC devices */ 189 nor_flash@0,0 {
190 compatible = "cfi-flash";
191 bank-width = <4>;
192 device-width = <2>;
193 reg = <0x0 0x0 0x4000000>;
194 #address-cells = <1>;
195 #size-cells = <1>;
196 partition@0 {
197 label = "kernel";
198 reg = <0x0 0x180000>;
199 };
200 partition@180000 {
201 label = "root";
202 reg = <0x180000 0x200000>;
203 };
204 partition@380000 {
205 label = "user";
206 reg = <0x380000 0x3bc0000>;
207 };
208 partition@3f40000 {
209 label = "env";
210 reg = <0x3f40000 0x80000>;
211 };
212 partition@3fc0000 {
213 label = "u-boot";
214 reg = <0x3fc0000 0x40000>;
215 };
216 };
190 }; 217 };
191 218
192 219
diff --git a/arch/powerpc/configs/44x/taishan_defconfig b/arch/powerpc/configs/44x/taishan_defconfig
index 087aedce133..e53c92655bd 100644
--- a/arch/powerpc/configs/44x/taishan_defconfig
+++ b/arch/powerpc/configs/44x/taishan_defconfig
@@ -348,7 +348,83 @@ CONFIG_FW_LOADER=y
348# CONFIG_SYS_HYPERVISOR is not set 348# CONFIG_SYS_HYPERVISOR is not set
349CONFIG_CONNECTOR=y 349CONFIG_CONNECTOR=y
350CONFIG_PROC_EVENTS=y 350CONFIG_PROC_EVENTS=y
351# CONFIG_MTD is not set 351CONFIG_MTD=y
352# CONFIG_MTD_DEBUG is not set
353# CONFIG_MTD_CONCAT is not set
354CONFIG_MTD_PARTITIONS=y
355# CONFIG_MTD_REDBOOT_PARTS is not set
356CONFIG_MTD_CMDLINE_PARTS=y
357
358#
359# User Modules And Translation Layers
360#
361CONFIG_MTD_CHAR=y
362# CONFIG_MTD_BLKDEVS is not set
363# CONFIG_MTD_BLOCK is not set
364# CONFIG_MTD_BLOCK_RO is not set
365# CONFIG_FTL is not set
366# CONFIG_NFTL is not set
367# CONFIG_INFTL is not set
368# CONFIG_RFD_FTL is not set
369# CONFIG_SSFDC is not set
370# CONFIG_MTD_OOPS is not set
371
372#
373# RAM/ROM/Flash chip drivers
374#
375CONFIG_MTD_CFI=y
376# CONFIG_MTD_JEDECPROBE is not set
377CONFIG_MTD_GEN_PROBE=y
378# CONFIG_MTD_CFI_ADV_OPTIONS is not set
379CONFIG_MTD_MAP_BANK_WIDTH_1=y
380CONFIG_MTD_MAP_BANK_WIDTH_2=y
381CONFIG_MTD_MAP_BANK_WIDTH_4=y
382# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
383# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
384# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
385CONFIG_MTD_CFI_I1=y
386CONFIG_MTD_CFI_I2=y
387# CONFIG_MTD_CFI_I4 is not set
388# CONFIG_MTD_CFI_I8 is not set
389# CONFIG_MTD_CFI_INTELEXT is not set
390CONFIG_MTD_CFI_AMDSTD=y
391# CONFIG_MTD_CFI_STAA is not set
392CONFIG_MTD_CFI_UTIL=y
393# CONFIG_MTD_RAM is not set
394# CONFIG_MTD_ROM is not set
395# CONFIG_MTD_ABSENT is not set
396
397#
398# Mapping drivers for chip access
399#
400# CONFIG_MTD_COMPLEX_MAPPINGS is not set
401# CONFIG_MTD_PHYSMAP is not set
402CONFIG_MTD_PHYSMAP_OF=y
403# CONFIG_MTD_INTEL_VR_NOR is not set
404# CONFIG_MTD_PLATRAM is not set
405
406#
407# Self-contained MTD device drivers
408#
409# CONFIG_MTD_PMC551 is not set
410# CONFIG_MTD_SLRAM is not set
411# CONFIG_MTD_PHRAM is not set
412# CONFIG_MTD_MTDRAM is not set
413# CONFIG_MTD_BLOCK2MTD is not set
414
415#
416# Disk-On-Chip Device Drivers
417#
418# CONFIG_MTD_DOC2000 is not set
419# CONFIG_MTD_DOC2001 is not set
420# CONFIG_MTD_DOC2001PLUS is not set
421# CONFIG_MTD_NAND is not set
422# CONFIG_MTD_ONENAND is not set
423
424#
425# UBI - Unsorted block images
426#
427# CONFIG_MTD_UBI is not set
352CONFIG_OF_DEVICE=y 428CONFIG_OF_DEVICE=y
353# CONFIG_PARPORT is not set 429# CONFIG_PARPORT is not set
354CONFIG_BLK_DEV=y 430CONFIG_BLK_DEV=y
@@ -660,6 +736,7 @@ CONFIG_TMPFS=y
660# CONFIG_BEFS_FS is not set 736# CONFIG_BEFS_FS is not set
661# CONFIG_BFS_FS is not set 737# CONFIG_BFS_FS is not set
662# CONFIG_EFS_FS is not set 738# CONFIG_EFS_FS is not set
739# CONFIG_JFFS2_FS is not set
663CONFIG_CRAMFS=y 740CONFIG_CRAMFS=y
664# CONFIG_VXFS_FS is not set 741# CONFIG_VXFS_FS is not set
665# CONFIG_MINIX_FS is not set 742# CONFIG_MINIX_FS is not set