Received: by 2002:ac0:bc90:0:0:0:0:0 with SMTP id a16csp664355img; Fri, 22 Mar 2019 06:10:38 -0700 (PDT) X-Google-Smtp-Source: APXvYqyB50VnizsOHkZjJRhxG/r0jO4IVNAX+10LVYkYKSax3gjPmOTUyYv8aXkIFzdI+4XmlukC X-Received: by 2002:a17:902:9688:: with SMTP id n8mr9525832plp.133.1553260238471; Fri, 22 Mar 2019 06:10:38 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1553260238; cv=none; d=google.com; s=arc-20160816; b=tyiVLIxdxu4CSnKTLhxtrNRoj5ePmBLweEqGWJgbW6xwcXCg4hB8Y/M/uJPx+k8IAq Wl6tZVN151d+mb3ZZOtD04KmIcK/hbmoU/V8dmw7Pypq62Z+n++qUxwx9Yr8Z/iP6Cdt KhzFbI4aGRTIqdIPLsnd2DwYAlIGbRh8aSZz6h3qohjZsGWlRj9vkaNynarT9233eyKL MEdis5xZKw87Vs2hx+UfphPJX22IILkVYie48SN46CMLrK8TK4c8EjC4IliR8Dugr6DE DBpNJrS1slkPhKnuBrcYLcOw2kjMY3mggJC8e6+qppkfsiIbGz7hE9hoPyyOBIbkB8P3 zqtg== 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=7StX38+DdAZBrF+66w6YuKxxG0cUv5FaeFPEnMHns3M=; b=c+nvIPeEujshnqOKdtzbHngm2txrHvp3E+MFEUFOVvNZs0skG9zu7yciHsFOJu7boT cKhgLvf4KUn030NRgrx5aXM3LzPdx9XplNuXt+/stzrxsuRvG+llaEmcIxQrr7rQt6gX PuF5Jg/kcJDsk5NU+wuRHwlQQgsCXMrFD3pvpsJkhRQN26Hg6TuMo/mTvnOjvOGKKcdg xh33O8uiizRSiDNEx8gpiHNcR2QysoSp7sLZQxBT0Vz5C8gjvl6wMMxfrWjNr66XlJgk mXcwMF6IvOrCEtLcNNHxxtfMZx4CDPjfHBnbpJ3qxPo3S91kwd2DVApBni6wHGMrFkC3 i7HA== 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 b31si6812407pgl.5.2019.03.22.06.10.20; Fri, 22 Mar 2019 06:10:38 -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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730952AbfCVNIF (ORCPT + 99 others); Fri, 22 Mar 2019 09:08:05 -0400 Received: from vegas.theobroma-systems.com ([144.76.126.164]:57576 "EHLO mail.theobroma-systems.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730582AbfCVLfk (ORCPT ); Fri, 22 Mar 2019 07:35:40 -0400 Received: from ip092042140082.rev.nessus.at ([92.42.140.82]:55276 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 1h7ISG-0006u1-Jj; Fri, 22 Mar 2019 12:35:20 +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 , Matthias Brugger , Klaus Goger , Enric Balletbo i Serra , Douglas Anderson , Viresh Kumar , Jeffy Chen , Randy Li , Tony Xie , Vicente Bergas , Ezequiel Garcia , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org Subject: [PATCH v3 2/4] dt-bindings: phy: Add a new property drive-impedance-ohm for RK's emmc PHY Date: Fri, 22 Mar 2019 12:34:51 +0100 Message-Id: <20190322113456.16324-2-christoph.muellner@theobroma-systems.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20190322113456.16324-1-christoph.muellner@theobroma-systems.com> References: <20190322113456.16324-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 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/phy/rockchip-emmc-phy.txt b/Documentation/devicetree/bindings/phy/rockchip-emmc-phy.txt index e3ea55763b0a..e728786f21e0 100644 --- a/Documentation/devicetree/bindings/phy/rockchip-emmc-phy.txt +++ b/Documentation/devicetree/bindings/phy/rockchip-emmc-phy.txt @@ -7,12 +7,15 @@ Required properties: - reg: PHY register address offset and length in "general register files" -Optional clocks using the clock bindings (see ../clock/clock-bindings.txt), -specified by name: +Optional properties: - clock-names: Should contain "emmcclk". Although this is listed as optional (because most boards can get basic functionality without having access to it), it is strongly suggested. + See ../clock/clock-bindings.txt for details. - 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: @@ -29,6 +32,7 @@ grf: syscon@ff770000 { reg = <0xf780 0x20>; clocks = <&sdhci>; clock-names = "emmcclk"; + drive-impedance-ohm = <50>; #phy-cells = <0>; }; }; -- 2.11.0