mpc85xx: Add 4-bits eSDHC support for MPC8569E-MDS boards
Thanks to "Errata to MPC8569E PowerQUICC III Integrated Host Processor Family Reference Manual, Rev. 0" document, which describes all eSDHC pins, we can add 4-bits eSDHC support for MPC8569E-MDS boards. Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
committed by
Kumar Gala
parent
bc20f9a952
commit
c4ca10f1db
@@ -277,6 +277,10 @@ extern unsigned long get_clock_freq(void);
|
||||
#define PLPDIR1_I2C_BIT_MASK 0x0000000F
|
||||
#define PLPDIR1_I2C2_VAL 0x0000000F
|
||||
#define PLPDIR1_ESDHC_VAL 0x00000006
|
||||
#define PLPPAR1_UART0_BIT_MASK 0x00000fc0
|
||||
#define PLPPAR1_ESDHC_4BITS_VAL 0x00000a80
|
||||
#define PLPDIR1_UART0_BIT_MASK 0x00000fc0
|
||||
#define PLPDIR1_ESDHC_4BITS_VAL 0x00000a80
|
||||
|
||||
/*
|
||||
* General PCI
|
||||
|
||||
Reference in New Issue
Block a user