Received: by 2002:a25:7ec1:0:0:0:0:0 with SMTP id z184csp7815618ybc; Fri, 29 Nov 2019 01:27:09 -0800 (PST) X-Google-Smtp-Source: APXvYqxEvqfQ51csgJbWpg8XvCOVQZJrQx64oWfSPjtp9Of+vEqVPeXzRMSbahhnrqQJsZDp8O7g X-Received: by 2002:a50:fc96:: with SMTP id f22mr44142545edq.119.1575019629382; Fri, 29 Nov 2019 01:27:09 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1575019629; cv=none; d=google.com; s=arc-20160816; b=Ps+61S8opidruwju+DafQKSbybfpTaatzR8tZsllIwoPVOjSaX+pRJnStIL0c8JHPg yQribuM1sp4fcpso1qybDhE9mc3RcM5+mnTXKXwegqq/DNoCkIIfJd/jTsXpohw0l+Kt Uli/aaCedfkPdDZyKDPz1xf1+tQQu+cgfxkssWCiSvaH2n304IMKxsphjzRPunH/rbT2 59B0Y07mELf6yS2fMKLvcaIPUjAexNCHa6v4mOncet/McUgGFTUiKHIv1uxDpUnvaL2d NebDCV/ipY/ruLsyMh4OplcvN/zBB6T8J/O1eTSJdQNNhxDLh+3XwG3kPSuoKyeYLjVw 4u/A== 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=/cloSNfwWHM5Ne+MO1TEm5fJAxBf0tvXrmAvup8tgN8=; b=Rb65CgTm/oSegbVTTkGDJJpaDPOQeMzM6HS91Nj1YDvn8tr/mZNXLtyAGWskDvNzr3 kD/YN35dOkNkbfMk55/hrOatJ42DAI9Hlkra6Lk8jqvvQknyHCQoAzIZCqxeUaPPbtPH smUscHuqgxCJrKfR9VHXEeCyV1RJ3bjZA0hbhnN01vdapHjcBrp9tz75dDQseN0iwm3O d0SoQwss6n5ry+sjqnMSRtFglk+05gRVTZ2SD6HslsvlojpBKfuBMJ/EPAgcCcbFCu5Z vlmni0559U5tJIrw4ArSP2Uh9AKAMIY/VmFmfFyZVt6RBO2RHS+jnyFf+S0pSWxO6h9X GSPQ== 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 y22si4645402edv.17.2019.11.29.01.26.45; Fri, 29 Nov 2019 01:27:09 -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 S1726780AbfK2JWv (ORCPT + 99 others); Fri, 29 Nov 2019 04:22:51 -0500 Received: from inva020.nxp.com ([92.121.34.13]:55190 "EHLO inva020.nxp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725892AbfK2JWv (ORCPT ); Fri, 29 Nov 2019 04:22:51 -0500 Received: from inva020.nxp.com (localhost [127.0.0.1]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 40F9C1A0407; Fri, 29 Nov 2019 10:22:49 +0100 (CET) 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 81E491A03FE; Fri, 29 Nov 2019 10:22:45 +0100 (CET) Received: from localhost.localdomain (mega.ap.freescale.net [10.192.208.232]) by invc005.ap-rdc01.nxp.com (Postfix) with ESMTP id 8DAA2402A7; Fri, 29 Nov 2019 17:22:40 +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: [v6,1/3] dt-bindings: i2c: support property idle-state Date: Fri, 29 Nov 2019 17:22:20 +0800 Message-Id: <20191129092222.2706-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 Signed-off-by: Biwen Li --- Change in v6: - none 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