From patchwork Mon Nov 20 05:53:43 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Lei YU X-Patchwork-Id: 839439 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; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="scIGmTr7"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3ygHwk5Cnqz9s0g for ; Mon, 20 Nov 2017 16:54:30 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750969AbdKTFy2 (ORCPT ); Mon, 20 Nov 2017 00:54:28 -0500 Received: from mail-pf0-f194.google.com ([209.85.192.194]:34100 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750790AbdKTFy2 (ORCPT ); Mon, 20 Nov 2017 00:54:28 -0500 Received: by mail-pf0-f194.google.com with SMTP id x7so6526005pfa.1 for ; Sun, 19 Nov 2017 21:54:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=VNPN/OWtMYHgwoGqe6q3IMRriWJcyrCu5fbzLavaXis=; b=scIGmTr7LI4Uw9Tbew8AF1EhyhP8XuS3qfRpdfBlOrEbq8azJQHeYou0KRKk8xxZvb LzQKDQvj1snjmMnbSxtDjEpeL4+j9DzAtU9I04lxwbJww6+4Q7t1fsUQ+F46Nu5out0w XhB9UFlqlGmjrnlyWFlc7Ung1sZ4Yb4hdvcxH9/mBfDiA6d/E5hmibpZg59Sn64jlKnZ K7G6F6QC6wH5R4xln9MyAdcKacWJvAupveTPw+3Mm3KbpcOt3TduhxiwE5JiJ+O9lm8B dMzS4c/juSNLeg7xjkVWmENVCWPe9mmcZjgHper/zgyaDEDC8rISJRZZjNaQQYfgjC5P 9o4g== 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=VNPN/OWtMYHgwoGqe6q3IMRriWJcyrCu5fbzLavaXis=; b=V/jI0B8K+GWOAkHPo1LKMW/YcDRkakw9eq0vClXrLGeTvfrZyEpGvwHhT9x9fptfyf SxkC1jIcwMJrlUHN9YaqEarxFP/lA0NItqg7M63droQp1gZztq+Yo11FQPLLRnf08NID g+L3Mqnsba8r8Eu0JJMgUDqOANqC8RJ5XIqS+Ch1Aza1+/55dPW+9q+kSMlKRGleKz3q kn6D3/iEAfpA+xZfJ4SYVDD0ahyH5+JioAdWTgIxJhAEjevCRsbaAwYPDpM99uCp8Jfy WYSCB5NH7jGwCTHgO1F4LTUapGB0KD4Ff4cCTYfMOoWdaP//En2rwE77Q7BNnHcthjMJ Ejiw== X-Gm-Message-State: AJaThX6AL8XruBw/CzC2C4h3Z5yuv3YFJaIMSFibrPXUi+BHJmrWJBhi Ga5U+Oc4mUB6BsslcRjYJedH92ZU X-Google-Smtp-Source: AGs4zMYXLGYwNc7rtSmxXJBhmEw9zo1FIxQ1YfpXop9+FChYUj9lfznr+qbK0SoGc23JGz19JaE++Q== X-Received: by 10.98.213.71 with SMTP id d68mr8993772pfg.171.1511157267758; Sun, 19 Nov 2017 21:54:27 -0800 (PST) Received: from localhost ([159.203.222.251]) by smtp.gmail.com with ESMTPSA id k2sm1867711pff.150.2017.11.19.21.54.24 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Sun, 19 Nov 2017 21:54:25 -0800 (PST) From: Lei YU To: Rob Herring Cc: Lei YU , devicetree@vger.kernel.org Subject: [PATCH] DT: i2c: W83773G is a trivial device Date: Mon, 20 Nov 2017 13:53:43 +0800 Message-Id: <1511157223-7162-1-git-send-email-mine260309@gmail.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Signed-off-by: Lei YU --- Documentation/devicetree/bindings/trivial-devices.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/trivial-devices.txt b/Documentation/devicetree/bindings/trivial-devices.txt index af284fb..3c393e3 100644 --- a/Documentation/devicetree/bindings/trivial-devices.txt +++ b/Documentation/devicetree/bindings/trivial-devices.txt @@ -151,6 +151,7 @@ national,lm85 Temperature sensor with integrated fan control national,lm92 ±0.33°C Accurate, 12-Bit + Sign Temperature Sensor and Thermal Window Comparator with Two-Wire Interface nuvoton,npct501 i2c trusted platform module (TPM) nuvoton,npct601 i2c trusted platform module (TPM2) +nuvoton,w83773g Nuvoton Temperature Sensor nxp,pca9556 Octal SMBus and I2C registered interface nxp,pca9557 8-bit I2C-bus and SMBus I/O port with reset nxp,pcf2127 Real-time clock