1 /* SPDX-License-Identifier: GPL-2.0-only */ << 2 /* 1 /* 3 * Copyright 2015 Linaro Ltd. 2 * Copyright 2015 Linaro Ltd. >> 3 * >> 4 * This program is free software; you can redistribute it and/or modify >> 5 * it under the terms of the GNU General Public License version 2 as >> 6 * published by the Free Software Foundation. 4 */ 7 */ 5 8 6 #ifndef __SOC_IMX_REVISION_H__ 9 #ifndef __SOC_IMX_REVISION_H__ 7 #define __SOC_IMX_REVISION_H__ 10 #define __SOC_IMX_REVISION_H__ 8 11 9 #define IMX_CHIP_REVISION_1_0 0x10 12 #define IMX_CHIP_REVISION_1_0 0x10 10 #define IMX_CHIP_REVISION_1_1 0x11 13 #define IMX_CHIP_REVISION_1_1 0x11 11 #define IMX_CHIP_REVISION_1_2 0x12 14 #define IMX_CHIP_REVISION_1_2 0x12 12 #define IMX_CHIP_REVISION_1_3 0x13 15 #define IMX_CHIP_REVISION_1_3 0x13 13 #define IMX_CHIP_REVISION_1_4 0x14 16 #define IMX_CHIP_REVISION_1_4 0x14 14 #define IMX_CHIP_REVISION_1_5 0x15 17 #define IMX_CHIP_REVISION_1_5 0x15 15 #define IMX_CHIP_REVISION_2_0 0x20 18 #define IMX_CHIP_REVISION_2_0 0x20 16 #define IMX_CHIP_REVISION_2_1 0x21 19 #define IMX_CHIP_REVISION_2_1 0x21 17 #define IMX_CHIP_REVISION_2_2 0x22 20 #define IMX_CHIP_REVISION_2_2 0x22 18 #define IMX_CHIP_REVISION_2_3 0x23 21 #define IMX_CHIP_REVISION_2_3 0x23 19 #define IMX_CHIP_REVISION_3_0 0x30 22 #define IMX_CHIP_REVISION_3_0 0x30 20 #define IMX_CHIP_REVISION_3_1 0x31 23 #define IMX_CHIP_REVISION_3_1 0x31 21 #define IMX_CHIP_REVISION_3_2 0x32 24 #define IMX_CHIP_REVISION_3_2 0x32 22 #define IMX_CHIP_REVISION_3_3 0x33 25 #define IMX_CHIP_REVISION_3_3 0x33 23 #define IMX_CHIP_REVISION_UNKNOWN 0xff 26 #define IMX_CHIP_REVISION_UNKNOWN 0xff 24 27 25 int mx25_revision(void); << 26 int mx27_revision(void); 28 int mx27_revision(void); 27 int mx31_revision(void); 29 int mx31_revision(void); 28 int mx35_revision(void); 30 int mx35_revision(void); 29 int mx51_revision(void); 31 int mx51_revision(void); 30 int mx53_revision(void); 32 int mx53_revision(void); 31 33 32 unsigned int imx_get_soc_revision(void); 34 unsigned int imx_get_soc_revision(void); 33 void imx_print_silicon_rev(const char *cpu, in 35 void imx_print_silicon_rev(const char *cpu, int srev); 34 36 35 #endif /* __SOC_IMX_REVISION_H__ */ 37 #endif /* __SOC_IMX_REVISION_H__ */ 36 38
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.