Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964818AbcCNIqA (ORCPT ); Mon, 14 Mar 2016 04:46:00 -0400 Received: from hqemgate14.nvidia.com ([216.228.121.143]:11237 "EHLO hqemgate14.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754856AbcCNIpu (ORCPT ); Mon, 14 Mar 2016 04:45:50 -0400 X-PGP-Universal: processed; by hqnvupgp08.nvidia.com on Mon, 14 Mar 2016 01:45:00 -0700 From: Shardar Shariff Md To: , , , , , , , Subject: [PATCH 2/2] i2c: tegra: add multimaster mode property to binding Date: Mon, 14 Mar 2016 14:14:34 +0530 Message-ID: <1457945074-30020-2-git-send-email-smohammed@nvidia.com> X-Mailer: git-send-email 1.8.1.5 In-Reply-To: <1457945074-30020-1-git-send-email-smohammed@nvidia.com> References: <1457945074-30020-1-git-send-email-smohammed@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1214 Lines: 39 - Document the usage "nvidia,multimaster-mode" property for enabling multimaster mode. - Add compatible string for Tegra 210 SOC. Signed-off-by: Shardar Shariff Md --- Documentation/devicetree/bindings/i2c/nvidia,tegra20-i2c.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/i2c/nvidia,tegra20-i2c.txt b/Documentation/devicetree/bindings/i2c/nvidia,tegra20-i2c.txt index 87507e9..fa5eb35 100644 --- a/Documentation/devicetree/bindings/i2c/nvidia,tegra20-i2c.txt +++ b/Documentation/devicetree/bindings/i2c/nvidia,tegra20-i2c.txt @@ -2,6 +2,7 @@ NVIDIA Tegra20/Tegra30/Tegra114 I2C controller driver. Required properties: - compatible : should be: + "nvidia,tegra210-i2c" "nvidia,tegra114-i2c" "nvidia,tegra30-i2c" "nvidia,tegra20-i2c" @@ -56,6 +57,8 @@ Required properties: - dma-names: Must include the following entries: - rx - tx +- nvidia,multimaster-mode: Must contain an entry for the bus operating + in multimaster mode. Example: @@ -71,5 +74,6 @@ Example: reset-names = "i2c"; dmas = <&apbdma 16>, <&apbdma 16>; dma-names = "rx", "tx"; + nvidia,multimaster-mode; status = "disabled"; }; -- 1.8.1.5