projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2da7a09
)
rk: cpu.h: add soc_is_rk2928b
author
黄涛
<huangtao@rock-chips.com>
Thu, 7 Mar 2013 06:29:08 +0000
(14:29 +0800)
committer
黄涛
<huangtao@rock-chips.com>
Thu, 7 Mar 2013 06:31:48 +0000
(14:31 +0800)
arch/arm/plat-rk/include/plat/cpu.h
patch
|
blob
|
history
diff --git
a/arch/arm/plat-rk/include/plat/cpu.h
b/arch/arm/plat-rk/include/plat/cpu.h
index d7dfec223f37764a9bbd850219433533af01cb6d..68999144519cb58e48b35295458f5aef5f69a349 100644
(file)
--- a/
arch/arm/plat-rk/include/plat/cpu.h
+++ b/
arch/arm/plat-rk/include/plat/cpu.h
@@
-85,5
+85,6
@@
static inline bool soc_is_rk3108(void) { return false; }
static inline bool soc_is_rk3168m(void) { return false; }
#endif
static inline bool soc_is_rk3168(void) { return soc_is_rk3108(); }
+static inline bool soc_is_rk2928b(void) { return soc_is_rk3168m(); }
#endif