Add definitions for the register and data that describes the SoC type.

This isn't in the chip reference manuals, it was found in u-boot and
various old mailing list threads.
This commit is contained in:
ian 2013-10-31 23:08:30 +00:00
parent 3ffd7d6c74
commit 2e042c64a7

View File

@ -122,7 +122,9 @@
#define IMX6_ANALOG_USB2_MISC_CLR 0x258
#define IMX6_ANALOG_USB2_MISC_TOG 0x25C
#define IMX6_ANALOG_DIGPROG 0x260
#define IMX6_ANALOG_DIGPROG_SL 0x280
#define IMX6_ANALOG_DIGPROG_SOCTYPE_SHIFT 16
#define IMX6_ANALOG_DIGPROG_SOCTYPE_MASK \
(0xff << IMX6_ANALOG_DIGPROG_SOCTYPE_SHIFT)
#endif