File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -220,6 +220,12 @@ static const struct amlogic_thermal_data amlogic_thermal_g12a_ddr_param = {
220
220
.regmap_config = & amlogic_thermal_regmap_config_g12a ,
221
221
};
222
222
223
+ static const struct amlogic_thermal_data amlogic_thermal_a1_cpu_param = {
224
+ .u_efuse_off = 0x114 ,
225
+ .calibration_parameters = & amlogic_thermal_g12a ,
226
+ .regmap_config = & amlogic_thermal_regmap_config_g12a ,
227
+ };
228
+
223
229
static const struct of_device_id of_amlogic_thermal_match [] = {
224
230
{
225
231
.compatible = "amlogic,g12a-ddr-thermal" ,
@@ -229,6 +235,10 @@ static const struct of_device_id of_amlogic_thermal_match[] = {
229
235
.compatible = "amlogic,g12a-cpu-thermal" ,
230
236
.data = & amlogic_thermal_g12a_cpu_param ,
231
237
},
238
+ {
239
+ .compatible = "amlogic,a1-cpu-thermal" ,
240
+ .data = & amlogic_thermal_a1_cpu_param ,
241
+ },
232
242
{ /* sentinel */ }
233
243
};
234
244
MODULE_DEVICE_TABLE (of , of_amlogic_thermal_match );
You can’t perform that action at this time.
0 commit comments