diff options
| author | Nishanth Menon <[email protected]> | 2014-03-28 11:00:05 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2014-04-17 14:39:54 -0400 |
| commit | 79e7e87f9156c9e89c4c11b1dd2edbbb26757f31 (patch) | |
| tree | 70e3a2f2225d601618e1a3df2d6cd445c7a49c82 /arch/arm/include | |
| parent | 8a0c6d6fa9de22c0c148492a8759bb456d52887c (diff) | |
omap3/sys_info: provide interface to read die id
introduce get_die_id() function which allows generation of
information such as fake MAC address from the processor ID code.
Signed-off-by: Nishanth Menon <[email protected]>
Diffstat (limited to 'arch/arm/include')
| -rw-r--r-- | arch/arm/include/asm/arch-omap3/sys_proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-omap3/sys_proto.h b/arch/arm/include/asm/arch-omap3/sys_proto.h index 10300f49abe..75bf314fb73 100644 --- a/arch/arm/include/asm/arch-omap3/sys_proto.h +++ b/arch/arm/include/asm/arch-omap3/sys_proto.h @@ -68,6 +68,7 @@ void make_cs1_contiguous(void); void omap_nand_switch_ecc(uint32_t, uint32_t); void power_init_r(void); void dieid_num_r(void); +void get_dieid(u32 *id); void do_omap3_emu_romcode_call(u32 service_id, u32 parameters); void omap3_gp_romcode_call(u32 service_id, u32 parameter); u32 warm_reset(void); |
