kernel/drivers/acpi/pmic/intel_pmic_chtdc_ti.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.01 2 /* 2 3 * Dollar Cove TI PMIC operation region driver 3 4 * Copyright (C) 2014 Intel Corporation. All rights reserved. .. .. @@ -101,6 +102,7 @@ 101 102 .power_table_count = ARRAY_SIZE(chtdc_ti_power_table), 102 103 .thermal_table = chtdc_ti_thermal_table, 103 104 .thermal_table_count = ARRAY_SIZE(chtdc_ti_thermal_table), 105 + .pmic_i2c_address = 0x5e,104 106 }; 105 107 106 108 static int chtdc_ti_pmic_opregion_probe(struct platform_device *pdev)