From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752685AbdKIHJk (ORCPT ); Thu, 9 Nov 2017 02:09:40 -0500 Received: from mail-pf0-f194.google.com ([209.85.192.194]:49224 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751225AbdKIHJg (ORCPT ); Thu, 9 Nov 2017 02:09:36 -0500 X-Google-Smtp-Source: ABhQp+SOUmX5uhG2lPEhCBQprjJZ8kWef+u/D7jDz1IqJL7lZutt7ACZenf0vHAWUngFEMfChrDnvw== From: Lei YU To: Mark Rutland , Jean Delvare , Guenter Roeck , Jonathan Corbet , Jiri Kosina Cc: Lei YU , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-hwmon@vger.kernel.org, Joel Stanley , Andrew Jeffery Subject: [PATCH v3 1/3] DT: i2c: W83773G is a trivial device Date: Thu, 9 Nov 2017 15:08:59 +0800 Message-Id: <1510211341-17415-2-git-send-email-mine260309@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1510211341-17415-1-git-send-email-mine260309@gmail.com> References: <1510211341-17415-1-git-send-email-mine260309@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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..63ad2f1 100644 --- a/Documentation/devicetree/bindings/trivial-devices.txt +++ b/Documentation/devicetree/bindings/trivial-devices.txt @@ -188,3 +188,4 @@ ti,tmp103 Low Power Digital Temperature Sensor with SMBUS/Two Wire Serial Inter ti,tmp275 Digital Temperature Sensor winbond,w83793 Winbond/Nuvoton H/W Monitor winbond,wpct301 i2c trusted platform module (TPM) +nuvoton,w83773g Nuvoton Temperature Sensor -- 1.9.1