From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 274B1C63777 for ; Sat, 31 Oct 2020 18:52:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id ECE2D205ED for ; Sat, 31 Oct 2020 18:52:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604170358; bh=MELyhTcu0o8qVgu/wSpV74BV8KVA1g7r1Xgta+7Lbiw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=oXvMABsA1zv0rWPo0dLM2jA89XIP4kobNLHwGVSAvi3d12awTPQctsfJWLBrWjXfQ Ze5qDOJG7dvSYafbhR8vUm36Cuajv96os1kO31TC3FSP0DPsGiFIEroYdy01LeN09A HwxBQcZVeEx2Gfjb6EEDCbagVGtZSeGGkvCvpz4k= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728514AbgJaSwf (ORCPT ); Sat, 31 Oct 2020 14:52:35 -0400 Received: from mail.kernel.org ([198.145.29.99]:36300 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728510AbgJaSwf (ORCPT ); Sat, 31 Oct 2020 14:52:35 -0400 Received: from localhost.localdomain (cpc149474-cmbg20-2-0-cust94.5-4.cable.virginm.net [82.4.196.95]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id B65CD2072C; Sat, 31 Oct 2020 18:52:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604170354; bh=MELyhTcu0o8qVgu/wSpV74BV8KVA1g7r1Xgta+7Lbiw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=jE4VO6NIbSr9atTl1qjUojZJA50LJkssDkEyDGbeuUe4tE5jokZ8xCFGEd336GhV6 6JMliLNNUL8/KNpPCzAgcKKpnmn0dWrSqtqPnsuQVutcCBcFuTRHTUufogm7Qy4bNB YfoTATWr2DFkzNG4ao6q9vG8C71NGB6cAbHQMcZI= From: Jonathan Cameron To: linux-iio@vger.kernel.org, Rob Herring , devicetree@vger.kernel.org Cc: Jonathan Cameron , Patrick Havelange Subject: [PATCH 46/46] dt-bindings:iio:temperature: Drop generic binding file. Date: Sat, 31 Oct 2020 18:48:54 +0000 Message-Id: <20201031184854.745828-47-jic23@kernel.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20201031184854.745828-1-jic23@kernel.org> References: <20201031184854.745828-1-jic23@kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org From: Jonathan Cameron So far, the thermocouple-type property described in here is only used in a single driver. Whilst I would like it to be more generally used that hasn't happened yet and I don't see a reason to maintain this small file in the hope that it happens. I pushed for this generic binding in the first place. Hopefully we can bring it back at somepoint. Signed-off-by: Jonathan Cameron Cc: Patrick Havelange --- .../bindings/iio/temperature/temperature-bindings.txt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Documentation/devicetree/bindings/iio/temperature/temperature-bindings.txt b/Documentation/devicetree/bindings/iio/temperature/temperature-bindings.txt deleted file mode 100644 index 8f339cab74ae..000000000000 --- a/Documentation/devicetree/bindings/iio/temperature/temperature-bindings.txt +++ /dev/null @@ -1,7 +0,0 @@ -If the temperature sensor device can be configured to use some specific -thermocouple type, you can use the defined types provided in the file -"include/dt-bindings/iio/temperature/thermocouple.h". - -Property: -thermocouple-type: A single cell representing the type of the thermocouple - used by the device. -- 2.28.0