Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp2604995pxu; Sat, 28 Nov 2020 21:52:13 -0800 (PST) X-Google-Smtp-Source: ABdhPJzJKhs/Ku6XAF7TpykQq4EvTX/zHfLWwfIlkHsNPlh0SWqnOWFPzYsMgQOOpL35xvdrvrmw X-Received: by 2002:a17:907:d01:: with SMTP id gn1mr15211775ejc.357.1606629132811; Sat, 28 Nov 2020 21:52:12 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1606629132; cv=none; d=google.com; s=arc-20160816; b=fq9JXJuKgwAWTfCmIvfzTWKhvWnHwM7SLmpamYqJUTZR0c627pgyEDh9AVdPJq5Jh8 CwRQ7A+N+4r3MT88om4ei45glQdXUStMkoyJhWcXsYeFtkOh1QM8gDdywvv497NrAAx7 uuXZXpbRITQE43GjUscMvpnGV6EkOpHgp5WVorm+Bs1t4IuLUICGPCyAT8Ej0t3mDgQg WCS5A3geSGqO1AF73IZkEoh6xCp/sBQKe9JZBgMUyzl+EujsFguYTzm+R1g9SklaJZId NoTwGOjA48JOF1vj12zSCVJ3g1TaldbLlEdFZEsnwz81CeHK1auQ2T6MnqIwsCr6o09S DVeQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:to:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:from; bh=dxrLrqkPZ5wYunDCRY51o2ptHoNs5IfPV5KnRplK0Ok=; b=o9PaBCDlSAwu4Z97hdPfmuQN3PWefhzus1JbrDcoDlgCDbKbQ+rjeab1EAxo77cUts cR+b85L1KH3zYskdKiLtugykvXv451YmFy5Lisk8Bx4H2bbItJHrCRP+jKOYa8eTGqNu Hizm0xPHehFLVuOFlEEqfiz11MwTNmiDueEevokmL7BLhjELCAgnIiGJOi9VWhp5+hBC Rp9y1KkYgRnYsvmL4ITYhCKH4fm3/7hmIiIOqA0R0Ale8QBRAYv9M3V4qKgNFft7bFbR lDpUfbNwFES/vYuVrf7lxKZ/bDh7HCvmwZGK5a6e+wBfPKjyNUMlglH2BCX34AaypGQ4 4Tzw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id w17si8089340eju.619.2020.11.28.21.51.49; Sat, 28 Nov 2020 21:52:12 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725849AbgK2Fq3 (ORCPT + 99 others); Sun, 29 Nov 2020 00:46:29 -0500 Received: from server-x.ipv4.hkg02.ds.network ([27.111.83.178]:39792 "EHLO mail.gtsys.com.hk" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1725616AbgK2Fq3 (ORCPT ); Sun, 29 Nov 2020 00:46:29 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.gtsys.com.hk (Postfix) with ESMTP id 3F76B2002390; Sun, 29 Nov 2020 13:45:43 +0800 (HKT) X-Virus-Scanned: Debian amavisd-new at gtsys.com.hk Received: from mail.gtsys.com.hk ([127.0.0.1]) by localhost (mail.gtsys.com.hk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id meYs45fgQ6dV; Sun, 29 Nov 2020 13:45:43 +0800 (HKT) Received: from s01.gtsys.com.hk (unknown [10.128.4.2]) by mail.gtsys.com.hk (Postfix) with ESMTP id 24F5E20020FC; Sun, 29 Nov 2020 13:45:43 +0800 (HKT) Received: from armhf2.gtsys.com.hk (unknown [10.128.4.15]) by s01.gtsys.com.hk (Postfix) with ESMTP id 1E2AFC019E2; Sun, 29 Nov 2020 13:45:43 +0800 (HKT) Received: by armhf2.gtsys.com.hk (Postfix, from userid 1000) id 2005C200756; Sun, 29 Nov 2020 13:45:43 +0800 (HKT) From: Chris Ruehl Cc: devicetree@vger.kernel.org, Chris Ruehl , Kishon Vijay Abraham I , Vinod Koul , Rob Herring , Heiko Stuebner , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org Subject: [PATCH v2 2/2] devicetree: phy: rockchip-emmc: pulldown property Date: Sun, 29 Nov 2020 13:44:15 +0800 Message-Id: <20201129054416.3980-3-chris.ruehl@gtsys.com.hk> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20201129054416.3980-1-chris.ruehl@gtsys.com.hk> References: <20201129054416.3980-1-chris.ruehl@gtsys.com.hk> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit To: unlisted-recipients:; (no To-header on input) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Update the documentation and add the bool property enable-strobe-pulldown used to enable the internal pull-down for the strobe line. Signed-off-by: Chris Ruehl --- Documentation/devicetree/bindings/phy/rockchip-emmc-phy.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/phy/rockchip-emmc-phy.txt b/Documentation/devicetree/bindings/phy/rockchip-emmc-phy.txt index e728786f21e0..3e4d2d79a65d 100644 --- a/Documentation/devicetree/bindings/phy/rockchip-emmc-phy.txt +++ b/Documentation/devicetree/bindings/phy/rockchip-emmc-phy.txt @@ -16,6 +16,8 @@ Optional properties: - drive-impedance-ohm: Specifies the drive impedance in Ohm. Possible values are 33, 40, 50, 66 and 100. If not set, the default value of 50 will be applied. + - enable-strobe-pulldown: Enable internal pull-down for the strobe line. + If not set, pull-down is not used. Example: -- 2.20.1