mirror of
https://xff.cz/git/u-boot/
synced 2025-11-02 19:36:22 +01:00
omap-common: Common omap_die_id definition
This introduces a common definition for omap_die_id, that aims at providing a common interface for accessing omap platform's die id bits. Signed-off-by: Paul Kocialkowski <contact@paulk.fr> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
committed by
Tom Rini
parent
eda1dfafb3
commit
72931b15e7
@@ -612,6 +612,8 @@ void omap_smc1(u32 service, u32 val);
|
||||
void enable_edma3_clocks(void);
|
||||
void disable_edma3_clocks(void);
|
||||
|
||||
void omap_die_id(unsigned int *die_id);
|
||||
|
||||
/* ABB */
|
||||
#define OMAP_ABB_NOMINAL_OPP 0
|
||||
#define OMAP_ABB_FAST_OPP 1
|
||||
|
||||
Reference in New Issue
Block a user