diff options
| author | Tom Rini <trini@konsulko.com> | 2015-04-24 13:43:24 -0400 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2015-04-24 13:43:24 -0400 |
| commit | 3f6dcdb9cd4dbda226a1474f1e9398413e906b41 (patch) | |
| tree | fb3a7d7873e9c14a3733197e4cc028ce90827970 /include/linux | |
| parent | d8c1d5d5fb6eafbc532982125f006e49f2c40e71 (diff) | |
| parent | ab10d73d2fc13bd5baf5024e54ad92641d238bdb (diff) | |
| download | u-boot-3f6dcdb9cd4dbda226a1474f1e9398413e906b41.tar.gz u-boot-3f6dcdb9cd4dbda226a1474f1e9398413e906b41.tar.xz u-boot-3f6dcdb9cd4dbda226a1474f1e9398413e906b41.zip | |
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/immap_qe.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/linux/immap_qe.h b/include/linux/immap_qe.h index b317dcb5fe..6d1f88ec2e 100644 --- a/include/linux/immap_qe.h +++ b/include/linux/immap_qe.h @@ -24,6 +24,18 @@ #endif #endif +#ifdef CONFIG_LS102XA +#define QE_MURAM_SIZE 0x6000UL +#define MAX_QE_RISC 1 +#define QE_NUM_OF_SNUM 28 +#endif + +#ifdef CONFIG_PPC +#define QE_IMMR_OFFSET 0x00140000 +#else +#define QE_IMMR_OFFSET 0x01400000 +#endif + /* QE I-RAM */ typedef struct qe_iram { u32 iadd; /* I-RAM Address Register */ |
