From: 黄涛 Date: Thu, 7 Mar 2013 06:29:08 +0000 (+0800) Subject: rk: cpu.h: add soc_is_rk2928b X-Git-Tag: firefly_0821_release~7457 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6cd10341eb90953c0f2e742353b3ade40534274e;p=firefly-linux-kernel-4.4.55.git rk: cpu.h: add soc_is_rk2928b --- diff --git a/arch/arm/plat-rk/include/plat/cpu.h b/arch/arm/plat-rk/include/plat/cpu.h index d7dfec223f37..68999144519c 100644 --- 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