2 * Copyright (c) 2012, NVIDIA CORPORATION. All rights reserved.
4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms and conditions of the GNU General Public License,
6 * version 2, as published by the Free Software Foundation.
8 * This program is distributed in the hope it will be useful, but WITHOUT
9 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
10 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 #ifndef __SOC_TEGRA_FUSE_H__
18 #define __SOC_TEGRA_FUSE_H__
27 #define TEGRA_FUSE_SKU_CALIB_0 0xf0
28 #define TEGRA30_FUSE_SATA_CALIB 0x124
29 #define TEGRA_FUSE_USB_CALIB_EXT_0 0x250
33 u32
tegra_read_chipid(void);
34 u8
tegra_get_chip_id(void);
37 TEGRA_REVISION_UNKNOWN
= 0,
46 struct tegra_sku_info
{
58 enum tegra_revision revision
;
61 u32
tegra_read_straps(void);
62 u32
tegra_read_ram_code(void);
63 u32
tegra_read_chipid(void);
64 int tegra_fuse_readl(unsigned long offset
, u32
*value
);
66 extern struct tegra_sku_info tegra_sku_info
;
68 #endif /* __ASSEMBLY__ */
70 #endif /* __SOC_TEGRA_FUSE_H__ */