hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/acpi/pmic/intel_pmic_chtdc_ti.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0
12 /*
23 * Dollar Cove TI PMIC operation region driver
34 * Copyright (C) 2014 Intel Corporation. All rights reserved.
....@@ -101,6 +102,7 @@
101102 .power_table_count = ARRAY_SIZE(chtdc_ti_power_table),
102103 .thermal_table = chtdc_ti_thermal_table,
103104 .thermal_table_count = ARRAY_SIZE(chtdc_ti_thermal_table),
105
+ .pmic_i2c_address = 0x5e,
104106 };
105107
106108 static int chtdc_ti_pmic_opregion_probe(struct platform_device *pdev)