Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp8612805ybl; Wed, 25 Dec 2019 02:39:13 -0800 (PST) X-Google-Smtp-Source: APXvYqzYW6F9uCPfdszr6m1VwYCJS2aRxLjCxmkY7xnmO/kS85xr8PD2BSMTUZjdH6jzGMrnFTjF X-Received: by 2002:a9d:784b:: with SMTP id c11mr41828535otm.246.1577270353262; Wed, 25 Dec 2019 02:39:13 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1577270353; cv=none; d=google.com; s=arc-20160816; b=bEvMvVPYex3f1AeztZsS6hO+t9b38LMlTLrtnGfUNw9UDCSonhPcIhI2sVta+8PL3l WPj5nY8aHg/d29zE50sQxyJcT8YbCpSNRisjfrMTF1v7+LBwnXUw1Qpb8n9sZbwb8Zsu +fL58QGsj0VsOU3ByiJUFGGRnnQ1/DJvjzkTvnjkUzCi8T7Jwq11zVCf8r/piLqfUdLU yBSXhhQdF+Kt1DnCisj84YglJS2QXNX904y6QZXW5H8r9vYCZDC5NAm98Spw6Sv6o2TK KBII4x5IH0voPdwN6YbJIA5eNhcDMpwus/s+Zr4otoUxVgWcH15Fs18PfSc67h4I7ok4 4Wkg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=VjlbGBtLoDPUrrLibb2lwLjQSxJyoMoACOOrCwAOyUk=; b=ieILg2fcG0P7cvXWx3+1G35C1SjVPnWv98zvy155YVtRxAJ8KLTACcpefXd/mt02si ACvE2zLPP2hRBIma9UnDITfr9cBSDVwyL7neo6OcItiD7ndpviJrEVRj3OPnAOsPAfLu i/oLJ99ly4bwKPGxULDmCQVS8kHlMdL6FZKGB96BlWaJ+1ujrgH+Rorf7Lw2LkRF6XrB +S/DDdarfh2QsPFYuH3IBlvYwCHNDc+bFrYy4gBtFV/HMt0NYeG8ZlthPcJkK6+4N83w 6oME38oDHcekvg6P9grEGJqwzIaJsg/hViHEdyPZSKgrJlIF7kcKJ5+G7zAfSD0ywF2J UqLw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nxp.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id s1si8692780oic.234.2019.12.25.02.38.47; Wed, 25 Dec 2019 02:39:13 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nxp.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726403AbfLYKhg (ORCPT + 99 others); Wed, 25 Dec 2019 05:37:36 -0500 Received: from inva021.nxp.com ([92.121.34.21]:42286 "EHLO inva021.nxp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726025AbfLYKhg (ORCPT ); Wed, 25 Dec 2019 05:37:36 -0500 Received: from inva021.nxp.com (localhost [127.0.0.1]) by inva021.eu-rdc02.nxp.com (Postfix) with ESMTP id A31952007A8; Wed, 25 Dec 2019 11:37:34 +0100 (CET) Received: from invc005.ap-rdc01.nxp.com (invc005.ap-rdc01.nxp.com [165.114.16.14]) by inva021.eu-rdc02.nxp.com (Postfix) with ESMTP id 93C7D20023C; Wed, 25 Dec 2019 11:37:30 +0100 (CET) Received: from localhost.localdomain (mega.ap.freescale.net [10.192.208.232]) by invc005.ap-rdc01.nxp.com (Postfix) with ESMTP id 42AB840282; Wed, 25 Dec 2019 18:37:25 +0800 (SGT) From: Biwen Li To: peda@axentia.se, leoyang.li@nxp.com, robh+dt@kernel.org, mark.rutland@arm.com Cc: linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Biwen Li Subject: [RESEND v6,1/3] dt-bindings: i2c: support property idle-state Date: Wed, 25 Dec 2019 18:36:22 +0800 Message-Id: <20191225103624.48342-1-biwen.li@nxp.com> X-Mailer: git-send-email 2.17.1 X-Virus-Scanned: ClamAV using ClamSMTP Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This supports property idle-state Reviewed-by: Rob Herring Signed-off-by: Biwen Li --- Change in v6: - add reviewed-by Change in v5: - none Change in v4: - none Change in v3: - update subject and description - add some information for property idle-state Change in v2: - update subject and description - add property idle-state Documentation/devicetree/bindings/i2c/i2c-mux-pca954x.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/i2c/i2c-mux-pca954x.txt b/Documentation/devicetree/bindings/i2c/i2c-mux-pca954x.txt index 30ac6a60f041..7abda506b828 100644 --- a/Documentation/devicetree/bindings/i2c/i2c-mux-pca954x.txt +++ b/Documentation/devicetree/bindings/i2c/i2c-mux-pca954x.txt @@ -25,6 +25,8 @@ Required Properties: Optional Properties: - reset-gpios: Reference to the GPIO connected to the reset input. + - idle-state: if present, overrides i2c-mux-idle-disconnect, + Please refer to Documentation/devicetree/bindings/mux/mux-controller.txt - i2c-mux-idle-disconnect: Boolean; if defined, forces mux to disconnect all children in idle state. This is necessary for example, if there are several multiplexers on the bus and the devices behind them use same I2C addresses. -- 2.17.1