Received: by 2002:a25:d7c1:0:0:0:0:0 with SMTP id o184csp3954701ybg; Mon, 21 Oct 2019 01:12:24 -0700 (PDT) X-Google-Smtp-Source: APXvYqwXZt/xeWibUDMQvhFDstRKWvPK+06BPPq/gh/HnW+e6ecmHlGPLNiBlECHNIsfBt+xDjvA X-Received: by 2002:a17:906:704:: with SMTP id y4mr20602191ejb.259.1571645544242; Mon, 21 Oct 2019 01:12:24 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1571645544; cv=none; d=google.com; s=arc-20160816; b=lfqFOop+pvwYYNzwQQt+6XvJx9MLj4RyjPqKdNXpLqjdwRhcxL5ss2lykyUNYfz5qU DQf0h3QHgq2nSWHkSg8T2NtwrZ6ZXkZhXKZtM8+U5yIf4F7qmLuTmnwrZsIdsETnXDkf NZoq6HxDSZJIQOgqA4skVq4pIHv+woxR64f6sVkjJsYRkq/72CLA4GIpy3G006BNF9Zy SrL2emPKhmQnNN8/E7dFyLzzKEkrQ0H4kzaKwo/vt+UxEgzonQC56C6xjlDVerXI7zZX w2HbbKPZZ0sjA9r18jRIXzSYzKKjgBh1cfrgG9czSnyjfHuWW3UVrZgZWRpnS+YlIuD0 /sfQ== 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=M3/F1+Ei5/4l06VbXwiZ9fxdMyaJr1oXiJ2IisMQGl4=; b=z9uKgCGpE8CGHq/qysVL2aaK8tXaaEjdrg/pkkDJNqB0sHxTnjw95a47noenmNukdX ASFOsI0ruAKUykD93tnPkTIM2fr5vjUEZTJ1iLkCXEeyXNF9UCt+36fm1NqaattzLOKb ACSxw8sa+2/cOq2GGU9EqRJefjWFXBPQFj5P0QNej30lIvajs80wLyD4WfLQYWmp4ZaN g321/lLuewo8L32v0SN8venUZkqkeinAShmU/mj95rTEUTOnJ38tgCCOWpgPt7kId7u1 YVNYqd+MwGKPu8r53hvJR1DsL8U4a1VfcbrqBeu3JzkxXWHIAq1NiFz41/TZ7OYHy0rV 8UMw== 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 u6si8978908eds.173.2019.10.21.01.12.01; Mon, 21 Oct 2019 01:12:24 -0700 (PDT) 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 S1727641AbfJUILw (ORCPT + 99 others); Mon, 21 Oct 2019 04:11:52 -0400 Received: from inva020.nxp.com ([92.121.34.13]:59870 "EHLO inva020.nxp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727122AbfJUILv (ORCPT ); Mon, 21 Oct 2019 04:11:51 -0400 Received: from inva020.nxp.com (localhost [127.0.0.1]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 120781A04EE; Mon, 21 Oct 2019 10:11:50 +0200 (CEST) Received: from invc005.ap-rdc01.nxp.com (invc005.ap-rdc01.nxp.com [165.114.16.14]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 41D391A0088; Mon, 21 Oct 2019 10:11:46 +0200 (CEST) Received: from titan.ap.freescale.net (TITAN.ap.freescale.net [10.192.208.233]) by invc005.ap-rdc01.nxp.com (Postfix) with ESMTP id 37797402E3; Mon, 21 Oct 2019 16:11:41 +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: [v4,1/2] dt-bindings: i2c: support property idle-state Date: Mon, 21 Oct 2019 16:00:47 +0800 Message-Id: <20191021080048.47189-1-biwen.li@nxp.com> X-Mailer: git-send-email 2.9.5 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 Signed-off-by: Biwen Li --- 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