Fix to davinci_nand.h to place CEnCFG registers at correct

Signed-off-by: Peter Howard <phoward@gme.net.au>
This commit is contained in:
Peter Howard 2016-06-02 13:19:26 +10:00 committed by Tom Rini
parent 69c125fe7b
commit c165994299

View file

@ -35,10 +35,12 @@ struct davinci_emif_regs {
uint32_t sdrcr;
union {
uint32_t abncr[4];
uint32_t ab1cr;
uint32_t ab2cr;
uint32_t ab3cr;
uint32_t ab4cr;
struct {
uint32_t ab1cr;
uint32_t ab2cr;
uint32_t ab3cr;
uint32_t ab4cr;
};
};
uint32_t sdtimr;
uint32_t ddrsr;