configuration: yosemite4: support different fan table for T1 and T2 SD
There are two different types of Sentinel Dome for Yosemite4.
1. T1: It doesn't has Wailua Falls and data drive and has two fewer
DIMMs than T2.
2. T2: It has Wailua Falls.
Check the FRU information to add different fan table for T1 and T2
Sentinel Dome.
TODO:
Thermal team will fine tuen the fan table for both T1 and T2 SD.
Change-Id: I7f0fca02d162d43e1343609410738cd2dbb9ad21
Signed-off-by: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com>
diff --git a/meson.build b/meson.build
index c6d5160..8bf7966 100644
--- a/meson.build
+++ b/meson.build
@@ -197,7 +197,8 @@
'yosemite4_fanboard_fsc_max_adc_ti.json',
'yosemite4_fanboard_fsc_max.json',
'yosemite4_fanboard_fsc_nct.json',
- 'yosemite4_sentineldome.json',
+ 'yosemite4_sentineldome_t1.json',
+ 'yosemite4_sentineldome_t2.json',
'yosemite4_floatingfalls.json',
'yosemite4_wailuafalls.json',
'yosemite4.json',