From patchwork Mon Jan 28 21:06:36 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 1032233 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=linaro.org Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="MMbZj+E8"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 43pMd94zr0z9s6w for ; Tue, 29 Jan 2019 08:06:53 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726878AbfA1VGw (ORCPT ); Mon, 28 Jan 2019 16:06:52 -0500 Received: from mail-lj1-f196.google.com ([209.85.208.196]:41184 "EHLO mail-lj1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726859AbfA1VGv (ORCPT ); Mon, 28 Jan 2019 16:06:51 -0500 Received: by mail-lj1-f196.google.com with SMTP id k15-v6so15528979ljc.8 for ; Mon, 28 Jan 2019 13:06:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=j4/teC/9Qj54C/ORjUYkAMrw0bVEH0/K0MoNfCdsOp8=; b=MMbZj+E86sYVbn38wtyn4X515VWyzisAqqyGZoMzKHh5J5Ap/rjW/Eay05/kop9kYD jkb9Y9k/99GphXwF/RK0xA9FsqwEamOv0LaugYAXABgTQ3yCIOa9qUGYt4YB6nylvaCW wzZ3OZNC9mfedBZeCtKilM0bZKro401g9bwo0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=j4/teC/9Qj54C/ORjUYkAMrw0bVEH0/K0MoNfCdsOp8=; b=bzaBAzgSrEY1qkfUwEEJqJrXY6/6h8nPBQ4lToPx+G7o8BKfmCWJ4Pk5LKqUazRtnm ZpoAcW2fkbvX1KDXgRdysDFMQNB4whQMH6VQLQYxNpRzO953mgpNDUZIkqZGLDmJ4Mq+ IOs2e9zuvhCxgJNUR6b3/IrL3Mo3jG84VWiQ2GANukH0BDziTYcLfL5icpHl1Xuza4WC u0q9qXehNDH7IbBcebC4NQEnbeSqnvMQTPVMBF9XQ1B07p/i5o5/ky9/gBulsUyrfqSW j/tfLflkFXX+MU0MZ8wMo5ESvZyBzt/qhfwQiSv6Hkkj8tmyIwd0cXwcOy8Ql141SkKH QijQ== X-Gm-Message-State: AHQUAuZCyYs9XTLht2zZHKjUom/mbYQfeaBFBsYZtfBzZcJyZK4tdolu Aho5yOG7CxGaHKqXiYZX5bXdag== X-Google-Smtp-Source: AHgI3IaEc5hPrycJ6rWSnu8i4FMjB+VYxfJssLwy07NSQ4bFh6k7cokc4DtLw3bwuJj4bPCJdG/wAw== X-Received: by 2002:a2e:1603:: with SMTP id w3-v6mr24219ljd.33.1548709609644; Mon, 28 Jan 2019 13:06:49 -0800 (PST) Received: from linux.local (c-ae7b71d5.014-348-6c756e10.bbcust.telenor.se. [213.113.123.174]) by smtp.gmail.com with ESMTPSA id u15-v6sm3555755lja.63.2019.01.28.13.06.48 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 28 Jan 2019 13:06:48 -0800 (PST) From: Linus Walleij To: Jean Delvare , Guenter Roeck Cc: linux-hwmon@vger.kernel.org, Linus Walleij , devicetree@vger.kernel.org Subject: [PATCH 1/2] hwmon: (ad741x) Add DT bindings for Analog Devices AD741x Date: Mon, 28 Jan 2019 22:06:36 +0100 Message-Id: <20190128210637.22323-1-linus.walleij@linaro.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org This adds device tree bindings for Analog Devices AD741x as found in Gateway routers. Cc: devicetree@vger.kernel.org Signed-off-by: Linus Walleij Reviewed-by: Rob Herring --- .../devicetree/bindings/hwmon/ad741x.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Documentation/devicetree/bindings/hwmon/ad741x.txt diff --git a/Documentation/devicetree/bindings/hwmon/ad741x.txt b/Documentation/devicetree/bindings/hwmon/ad741x.txt new file mode 100644 index 000000000000..9102152c8410 --- /dev/null +++ b/Documentation/devicetree/bindings/hwmon/ad741x.txt @@ -0,0 +1,15 @@ +* AD7416/AD7417/AD7418 Temperature Sensor Device Tree Bindings + +Required properties: +- compatible: one of + "adi,ad7416" + "adi,ad7417" + "adi,ad7418" +- reg: I2C address + +Example: + +hwmon@28 { + compatible = "adi,ad7418"; + reg = <0x28>; +};