From nobody Sun Feb 8 16:12:52 2026 Received: from metis.whiteo.stw.pengutronix.de (metis.whiteo.stw.pengutronix.de [185.203.201.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9887B604C0 for ; Mon, 26 Feb 2024 12:13:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.203.201.7 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708949585; cv=none; b=Lj4/IKjpp4bt3aKwSLDqYNU8TTvTy6ITTT/nk311OhCFCo0t5kjJSxjca9iFKQ54JGHFiG31xNdt7WLoegvHWozUboh2jYVVkevmXZvBS2EYyvw9kkB7MAVUlU0pPA8nGNexq8Cfi+BSb0OqoHyocXhrG95IEICWqkE+l7tKao4= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708949585; c=relaxed/simple; bh=Zqo04H2DzDvwYeQ4VzSXFZIweYrrWsFzk6udQWidsg0=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=g+Y8Ch7kCn2tTY9+zrgYtaWm6xMJ8GUJinb28b1Erlc8YmE51zDVc1DE/1DnCg1KJN5agSd0yTVhM7viHDkcoCdZKc4IeZmCdsuHC7ThRidXtT0/Xq/Lg1CTMDtG6TwrwoCKZtrdFVtYfmc+EK/mMADPw+dC4mgGygTKpJlGbLA= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de; spf=pass smtp.mailfrom=pengutronix.de; arc=none smtp.client-ip=185.203.201.7 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=pengutronix.de Received: from dude02.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::28]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1reZqj-0001Kj-8b; Mon, 26 Feb 2024 13:12:49 +0100 From: Marco Felsch To: puranjay12@gmail.com, jic23@kernel.org, lars@metafoo.de, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org Cc: kernel@pengutronix.de, linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2] dt-bindings: iio: ti,tmp117: add optional label property Date: Mon, 26 Feb 2024 13:12:33 +0100 Message-Id: <20240226121234.545662-1-m.felsch@pengutronix.de> X-Mailer: git-send-email 2.39.2 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-SA-Exim-Connect-IP: 2a0a:edc0:0:1101:1d::28 X-SA-Exim-Mail-From: m.felsch@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Add the support to provide an optional label like we do for ADC channels to identify the device more easily. Signed-off-by: Marco Felsch Reviewed-by: Krzysztof Kozlowski --- Hi, patchset [1] should be applied first to avoid merge conflicts. [1] https://lore.kernel.org/all/20240219131114.134607-1-m.felsch@pengutroni= x.de/#t Regards, Marco .../devicetree/bindings/iio/temperature/ti,tmp117.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/iio/temperature/ti,tmp117.ya= ml b/Documentation/devicetree/bindings/iio/temperature/ti,tmp117.yaml index 33f2e9c5bd81..58aa1542776b 100644 --- a/Documentation/devicetree/bindings/iio/temperature/ti,tmp117.yaml +++ b/Documentation/devicetree/bindings/iio/temperature/ti,tmp117.yaml @@ -27,6 +27,9 @@ properties: vcc-supply: description: provide VCC power to the sensor. =20 + label: + description: Unique name to identify which device this is. + required: - compatible - reg --=20 2.39.2