mxc.h (a02001086bbfb4da35d1228bebc2f1b442db455f) | mxc.h (ec336b284136610a43c9daac56d66b20d43ddf7b) |
---|---|
1/* 2 * Copyright 2004-2007, 2010 Freescale Semiconductor, Inc. All Rights Reserved. 3 * Copyright (C) 2008 Juergen Beisert (kernel@pengutronix.de) 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU General Public License 7 * as published by the Free Software Foundation; either version 2 8 * of the License, or (at your option) any later version. --- 41 unchanged lines hidden (view full) --- 50#define IMX_CHIP_REVISION_2_2 0x22 51#define IMX_CHIP_REVISION_2_3 0x23 52#define IMX_CHIP_REVISION_3_0 0x30 53#define IMX_CHIP_REVISION_3_1 0x31 54#define IMX_CHIP_REVISION_3_2 0x32 55#define IMX_CHIP_REVISION_3_3 0x33 56#define IMX_CHIP_REVISION_UNKNOWN 0xff 57 | 1/* 2 * Copyright 2004-2007, 2010 Freescale Semiconductor, Inc. All Rights Reserved. 3 * Copyright (C) 2008 Juergen Beisert (kernel@pengutronix.de) 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU General Public License 7 * as published by the Free Software Foundation; either version 2 8 * of the License, or (at your option) any later version. --- 41 unchanged lines hidden (view full) --- 50#define IMX_CHIP_REVISION_2_2 0x22 51#define IMX_CHIP_REVISION_2_3 0x23 52#define IMX_CHIP_REVISION_3_0 0x30 53#define IMX_CHIP_REVISION_3_1 0x31 54#define IMX_CHIP_REVISION_3_2 0x32 55#define IMX_CHIP_REVISION_3_3 0x33 56#define IMX_CHIP_REVISION_UNKNOWN 0xff 57 |
58#define IMX_DDR_TYPE_LPDDR2 1 59 |
|
58#ifndef __ASSEMBLY__ 59extern unsigned int __mxc_cpu_type; 60#endif 61 62#ifdef CONFIG_SOC_IMX1 63# ifdef mxc_cpu_type 64# undef mxc_cpu_type 65# define mxc_cpu_type __mxc_cpu_type --- 133 unchanged lines hidden --- | 60#ifndef __ASSEMBLY__ 61extern unsigned int __mxc_cpu_type; 62#endif 63 64#ifdef CONFIG_SOC_IMX1 65# ifdef mxc_cpu_type 66# undef mxc_cpu_type 67# define mxc_cpu_type __mxc_cpu_type --- 133 unchanged lines hidden --- |