From patchwork Tue Dec 17 00:12:31 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ben Gamari X-Patchwork-Id: 301938 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 4BD5E2C00A6 for ; Tue, 17 Dec 2013 11:12:41 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752643Ab3LQAMi (ORCPT ); Mon, 16 Dec 2013 19:12:38 -0500 Received: from mail-qe0-f46.google.com ([209.85.128.46]:52619 "EHLO mail-qe0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752603Ab3LQAMg (ORCPT ); Mon, 16 Dec 2013 19:12:36 -0500 Received: by mail-qe0-f46.google.com with SMTP id a11so4589793qen.33 for ; Mon, 16 Dec 2013 16:12:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=Usq1ziLkB4KGmKPWyt/CTS0zbECML5pSQ7tge3/atTY=; b=biVNzzEPt7rLgY7IH1SpB79KduDa9c9oUfUS/oP45XIhCwmp8uCujxKtmiug9QoBwa PzTAKmkfDrMHz35X0yZo8aREYTVAf4wyzfyBl/ds6hBZmbkxMrHiYThXZ5/jMyg1wGC4 4MZr9g1/S3gjl8LVU9pJziVE959jEmKGAgeP4nkfIHbSilqDePJNnSRyW+kkhng64qGt XDc7y/IRJ8WlLqchZXWz736qZK9aOYET/aMWGukEh9/L8gtJ7FuKpPeRk/x23lV+5nP2 u6YyukNZvdiQvsSBOZ64uRwPoX7CRnXaSVJ5ABuGS3qRTvD9dxKrduT9vzCMEhvCA64i E84Q== X-Received: by 10.49.27.8 with SMTP id p8mr37835100qeg.64.1387239155849; Mon, 16 Dec 2013 16:12:35 -0800 (PST) Received: from ben-laptop.hasb.physics.cns (physicsnat56.physics.umass.edu. [128.119.50.38]) by mx.google.com with ESMTPSA id i7sm45193163qeo.7.2013.12.16.16.12.34 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 16 Dec 2013 16:12:35 -0800 (PST) From: Ben Gamari To: Wolfram Sang Cc: linux-i2c@vger.kernel.org, devicetree@vger.kernel.org, Ben Gamari Subject: [PATCH] dt: Update I2C trivial devices list Date: Mon, 16 Dec 2013 19:12:31 -0500 Message-Id: <1387239151-19226-1-git-send-email-bgamari.foss@gmail.com> X-Mailer: git-send-email 1.8.3.2 Sender: linux-i2c-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org --- Documentation/devicetree/bindings/i2c/trivial-devices.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Documentation/devicetree/bindings/i2c/trivial-devices.txt b/Documentation/devicetree/bindings/i2c/trivial-devices.txt index b1cb341..0e68085 100644 --- a/Documentation/devicetree/bindings/i2c/trivial-devices.txt +++ b/Documentation/devicetree/bindings/i2c/trivial-devices.txt @@ -1,6 +1,9 @@ This is a list of trivial i2c devices that have simple device tree bindings, consisting only of a compatible field, an address and -possibly an interrupt line. +possibly an interrupt line. The compatible field is used to lookup the +modalias of the driver which will handle the device. The compatible +string may begin with a manufacturer prefix (separated from the +modalias by a comma) which will be stripped off during lookup. If a device needs more specific bindings, such as properties to describe some aspect of it, there needs to be a specific binding @@ -9,10 +12,10 @@ document for it just like any other devices. Compatible Vendor / Chip ========== ============= +ad,adt7411 I2C Digital 8-channel 10-bit ADC and temperature sensor ad,ad7414 SMBus/I2C Digital Temperature Sensor in 6-Pin SOT with SMBus Alert and Over Temperature Pin ad,adm9240 ADM9240: Complete System Hardware Monitor for uProcessor-Based Systems -adi,adt7461 +/-1C TDM Extended Temp Range I.C -adt7461 +/-1C TDM Extended Temp Range I.C +adi,adt7461 +/-1C SMBus digital thermometer at,24c08 i2c serial eeprom (24cxx) atmel,24c02 i2c serial eeprom (24cxx) atmel,at97sc3204t i2c trusted platform module (TPM)