Received: by 2002:ac0:aed5:0:0:0:0:0 with SMTP id t21csp4809725imb; Thu, 7 Mar 2019 00:44:17 -0800 (PST) X-Google-Smtp-Source: APXvYqywfaxsREZ09PUCEVL4b3Dm73bd9iL8/l1lJ+6brBZOt2v0CuPuS6s3HyWQ1h0ypj+xqUKO X-Received: by 2002:a62:57d7:: with SMTP id i84mr11802025pfj.125.1551948257772; Thu, 07 Mar 2019 00:44:17 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1551948257; cv=none; d=google.com; s=arc-20160816; b=OBvkkBvXp/4tfu2bJIk4EqpNAufYZveNVXO/oFwjNxDyLeadg1dRhH/JdscE3NyYlH uTjfT5LeelWwpHRLj88nw9RTQWwEIXlCMVBXVBA+3Gz2ZpFtrPflSGHrrV6CWMBOlcjn IyBAVM5hDL7K2utTnkpzVXtdmeoQQZwVXN7dYejpcazA0yrvuNe8HE3vgCu+zlqfHLOn r6uyrVtqhNbjIA6EBecad66ZA9zBe8mEflp66mq6RkykbKjkme8/soKYNi+VJS7UEfG7 pa8qmOK87ditC34r/Ur3dK2z/XABdACv1XIhv9WbkgFSKlJj0yjvxtwfgWc7LyByCS9B +OzQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from; bh=m3kqNu+rzm+A7o6V3MmNLeWsJ1o3DfCN6ZIssB7hWQE=; b=k/2ubjzFAwNoc8oZqtG2yYMTrY2uWxqqVpab2upjUJ2ZsxH+Me35+duGMDF//2ybEl cO3FTCGZufmXtwFVuvXHXGfwX5MuYdL3d4E0FMm5Gbc39nYT1KvsvaPTothFLIsWykcK xBKaOBaokeNSLSQ92AXRLA+tg5OAD9kQxwjDKJoNW6Ea4PGDZqtK446K6C0CcQJnOVpE AHIJ3xPC4K4lIPWToi21sjFodSWMXh10j/h5xin7w963/TJ8Tn2OSAIKIbyCpX5sipvs keg1G/y5Q1N/yGpvrjVw1fpOzLPyRmDzp3reNQZnnIQ020mKQTgSahdzg5LSmoWHQvSH CBXA== 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a16si3765306pls.330.2019.03.07.00.44.02; Thu, 07 Mar 2019 00:44:17 -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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726241AbfCGImZ (ORCPT + 99 others); Thu, 7 Mar 2019 03:42:25 -0500 Received: from vegas.theobroma-systems.com ([144.76.126.164]:38361 "EHLO mail.theobroma-systems.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726057AbfCGImZ (ORCPT ); Thu, 7 Mar 2019 03:42:25 -0500 Received: from ip092042140082.rev.nessus.at ([92.42.140.82]:54490 helo=purcell.lan) by mail.theobroma-systems.com with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1h1obR-000810-Sa; Thu, 07 Mar 2019 09:42:10 +0100 From: Christoph Muellner To: robh+dt@kernel.org, mark.rutland@arm.com, heiko@sntech.de, shawn.lin@rock-chips.com Cc: Christoph Muellner , Philipp Tomsich , Kishon Vijay Abraham I , Brian Norris , Klaus Goger , Enric Balletbo i Serra , Douglas Anderson , Viresh Kumar , Ezequiel Garcia , Lin Huang , Randy Li , Tony Xie , Vicente Bergas , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org Subject: [PATCH v2 2/4] dt-bindings: phy: Add a new property drive-impedance-ohm for RK's emmc PHY Date: Thu, 7 Mar 2019 09:41:54 +0100 Message-Id: <20190307084159.25236-2-christoph.muellner@theobroma-systems.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20190307084159.25236-1-christoph.muellner@theobroma-systems.com> References: <20190307084159.25236-1-christoph.muellner@theobroma-systems.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch documents the new proprty drive-impedance-ohm for Rockchip's eMMC PHY node. Signed-off-by: Christoph Muellner Signed-off-by: Philipp Tomsich --- Documentation/devicetree/bindings/phy/rockchip-emmc-phy.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/phy/rockchip-emmc-phy.txt b/Documentation/devicetree/bindings/phy/rockchip-emmc-phy.txt index e3ea55763b0a..5f5d999dacc3 100644 --- a/Documentation/devicetree/bindings/phy/rockchip-emmc-phy.txt +++ b/Documentation/devicetree/bindings/phy/rockchip-emmc-phy.txt @@ -13,6 +13,9 @@ specified by name: (because most boards can get basic functionality without having access to it), it is strongly suggested. - clocks: Should have a phandle to the card clock exported by the SDHCI driver. + - 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. Example: -- 2.11.0