mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
chipid: meson: add ops id for S805Y [1/2]
PD#SWPL-940 Problem: Need ops id api for S805Y Solution: Add ops id api Verify: s805y_p215 Change-Id: I179f87acbc3f57456e0359bd0d502c58cc3a9b9c Signed-off-by: Qiufang Dai <qiufang.dai@amlogic.com>
This commit is contained in:
@@ -132,6 +132,11 @@ static inline bool is_meson_gxl_package_805X(void)
|
||||
return is_meson_gxl_cpu() && package_id_is(0x30);
|
||||
}
|
||||
|
||||
static inline bool is_meson_gxl_package_805Y(void)
|
||||
{
|
||||
return is_meson_gxl_cpu() && package_id_is(0xb0);
|
||||
}
|
||||
|
||||
static inline bool is_meson_gxm_cpu(void)
|
||||
{
|
||||
return get_cpu_type() == MESON_CPU_MAJOR_ID_GXM;
|
||||
|
||||
Reference in New Issue
Block a user