From patchwork Wed Feb 18 19:34:02 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Feng Kan X-Patchwork-Id: 441084 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id E2CE214007F for ; Thu, 19 Feb 2015 06:34:38 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753574AbbBRTeE (ORCPT ); Wed, 18 Feb 2015 14:34:04 -0500 Received: from exprod5og119.obsmtp.com ([64.18.0.189]:37400 "EHLO mail-pa0-f43.google.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753426AbbBRTeD (ORCPT ); Wed, 18 Feb 2015 14:34:03 -0500 Received: from mail-pa0-f43.google.com ([209.85.220.43]) (using TLSv1) by exprod5ob119.postini.com ([64.18.4.12]) with SMTP ID DSNKVOTpKly3ZUdzVLLGWiYVqh9v6woQRCGD@postini.com; Wed, 18 Feb 2015 11:34:02 PST Received: by padfb1 with SMTP id fb1so3457461pad.8 for ; Wed, 18 Feb 2015 11:34:01 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=3Xs59vZmLDIKLHCP2hZux4IOschRkqWyYuSLtwJAu+A=; b=UMvrRvR06ykGN+jzmjbz1Hvte+csB6nFOogosa2CaiOsJ92d2T2T9Gu6I014Cp8Ci1 9yd5hXbp2pn/Y/16QK0DF5Zg1TDSjICnEy6K0yinPSa21EEl+joM62GZ6FEipK0bNCBd wmlyzneVj45dAbbkDnLwim+rxPH6c/sJkPtQRTS8WgqNQ9BETya9T7t3WISuMUMzbBvL eVMTHedTzC13qmmeDJxRriidZ92eX3zi3Dd4vC3XcNIxo3yuTZQXs1wOWnJqDwSvKZSS Ci753lOWBa6t0caaWEIuocxV3iJ0Bzv6uT9y06GhLC1AsZifuYia21Oc1PD6Gq9XhjUz YG/g== X-Gm-Message-State: ALoCoQn7ab65bcPoT+2ubzK2NEQdiqfb3RqdWFLWp/vxePPbBqcsmr2L2Vk8TCQ4bdkLdvu6Dyql2HAEkLU2HbE6K7D7vIYT0dZE7KqFcyzxjyj7nBOtGyqn4q5bdyWyEgamUszq401+g8LVHUq4KrDxzUm6kysCPg== X-Received: by 10.68.226.42 with SMTP id rp10mr1354749pbc.9.1424288041685; Wed, 18 Feb 2015 11:34:01 -0800 (PST) X-Received: by 10.68.226.42 with SMTP id rp10mr1354733pbc.9.1424288041607; Wed, 18 Feb 2015 11:34:01 -0800 (PST) Received: from fkan-lpt.amcc.com (67-207-112-226.static.wiline.com. [67.207.112.226]) by mx.google.com with ESMTPSA id cq5sm19107158pbc.79.2015.02.18.11.34.00 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 18 Feb 2015 11:34:00 -0800 (PST) From: Feng Kan To: patches@apm.com, devicetree@vger.kernel.org, linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: Feng Kan , Hieu Le Subject: [PATCH V2 2/3] Documentation: i2c: Add APM X-Gene platform SLIMpro I2C driver documentation Date: Wed, 18 Feb 2015 11:34:02 -0800 Message-Id: <1424288043-2995-2-git-send-email-fkan@apm.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1424288043-2995-1-git-send-email-fkan@apm.com> References: <1424288043-2995-1-git-send-email-fkan@apm.com> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Add APM X-Gene platform SLIMpro I2C driver documentation. Signed-off-by: Feng Kan Signed-off-by: Hieu Le --- .../devicetree/bindings/i2c/i2c-xgene-slimpro.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Documentation/devicetree/bindings/i2c/i2c-xgene-slimpro.txt diff --git a/Documentation/devicetree/bindings/i2c/i2c-xgene-slimpro.txt b/Documentation/devicetree/bindings/i2c/i2c-xgene-slimpro.txt new file mode 100644 index 0000000..f6b2c20 --- /dev/null +++ b/Documentation/devicetree/bindings/i2c/i2c-xgene-slimpro.txt @@ -0,0 +1,15 @@ +APM X-Gene SLIMpro Mailbox I2C Driver + +An I2C controller accessed over the "SLIMpro" mailbox. + +Required properties : + + - compatible : should be "apm,xgene-slimpro-i2c" + - mboxes : use the label reference for the mailbox as the first parameter. + The second parameter is the channel number. + +Example : + i2cslimpro { + compatible = "apm,xgene-slimpro-i2c"; + mboxes = <&mailbox 0>; + };