mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
rk3066B: rk3028: get version interface export
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
#include <linux/spinlock.h>
|
||||
#include <plat/efuse.h>
|
||||
|
||||
#if defined(CONFIG_ARCH_RK3188)
|
||||
#if defined(CONFIG_ARCH_RK3188) || defined(CONFIG_SOC_RK3028)
|
||||
#define efuse_readl(offset) readl_relaxed(RK30_EFUSE_BASE + offset)
|
||||
#define efuse_writel(val, offset) writel_relaxed(val, RK30_EFUSE_BASE + offset)
|
||||
#endif
|
||||
|
||||
@@ -20,5 +20,6 @@
|
||||
void rk_efuse_init(void);
|
||||
int rk_pll_flag(void);
|
||||
int rk_leakage_val(void);
|
||||
int rk3028_version_val(void);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user