Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f350eec2 authored by Guru Das Srinagesh's avatar Guru Das Srinagesh Committed by Jishnu Prakash
Browse files

thermal: adc-tm: Fix match table description



Due to an error in the specification of the multiple compatible strings
in the match table, nodes defined with compatible string "adc-tm5-iio"
failed to probe. Fix this.

Change-Id: I6cf544b202dfb0773215aeaeae8a12bae5b79dde
Signed-off-by: default avatarGuru Das Srinagesh <gurus@codeaurora.org>
parent d76cd6ca
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2012-2019, The Linux Foundation. All rights reserved.
 * Copyright (c) 2012-2020, The Linux Foundation. All rights reserved.
 */

#include <linux/err.h>
@@ -198,7 +198,8 @@ static const struct of_device_id adc_tm_match_table[] = {
	{
		.compatible = "qcom,adc-tm5-iio",
		.data = &data_adc_tm5,

	},
	{
		.compatible = "qcom,adc-tm7",
		.data = &data_adc_tm7,
	},