Received: by 2002:ac0:bc90:0:0:0:0:0 with SMTP id a16csp664098img; Fri, 22 Mar 2019 06:10:22 -0700 (PDT) X-Google-Smtp-Source: APXvYqz2EP+/HiqBQOk+9YPeS3bY97BVbc5KUAJYmQO5bNoAJHlnEDA+I/cJHbSCnSarhmnl7ARG X-Received: by 2002:a63:1f52:: with SMTP id q18mr8947061pgm.134.1553260222808; Fri, 22 Mar 2019 06:10:22 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1553260222; cv=none; d=google.com; s=arc-20160816; b=Deujp+xn4tCYKr0MdP+41CNp/Bcpv90ppZ6EeAKnCpzZumAMp9in2CFqr6CsKWC1RT 4fp1kk48UkLxyVM3Uun74+uh8eP7ev475dR7etWHOZz7NgjhHRBkgMyOYW/qwZ9gA73l Bxra2MlzhPADTRrvx74lbIgrXoFIlT/BCPfmQBTG/j6R5jqx3YLXBX/Cq361qef+Pf4F pHqsws2eKEviBMZld0hB8Zsmu8QD0WIZnFygIJLXMlYrp937cFrg85NQaQ7EapyVlDWi +HU31oCeHZKQayv/xkY6zFXrVAsvhmtj2vCNJ+5gVBxjY5WiRRCyjVt1OcpvZNEFN/fh 8chg== 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=LT0ZIvRmRkT22xpBZbeDAUuKZPah9JL2NlcTHSGrTJk=; b=LSP1zas+E92eR8GoZxnAvVA3iV1IhyRQEMhhklk+z//cNsojpNCNf7rryH2VPia9rA EbFK0jFl0NKNVSBHjbMMf2QTLYWz1Nh1UA592iSfuZb/vQn5H1OxzQq6vUg9xJyiRnjW 480B6wo8PNzT4nPpXk/KSYZ5NRQVND1OMoWwLVELYQasePeMNgztysVxzpT4L1gRj9mr VUF3qGG+LY4ej72NCfDdIHeQJVpgCO2WHmbrlcaOXJJikU4f/gYJ2YAtcW3EtgS5q3gt zbZiZcWLrdw1TZ8uPFxj24fTuO50MAgAyKecxAjuk5Pssufu4dU+jgqL7gumsSEeC/kQ uJIw== 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 v5si917070pgr.121.2019.03.22.06.10.08; Fri, 22 Mar 2019 06:10:22 -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 S1730842AbfCVNIS (ORCPT + 99 others); Fri, 22 Mar 2019 09:08:18 -0400 Received: from vegas.theobroma-systems.com ([144.76.126.164]:54828 "EHLO mail.theobroma-systems.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730578AbfCVLfj (ORCPT ); Fri, 22 Mar 2019 07:35:39 -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 1h7ISC-0006u1-UZ; Fri, 22 Mar 2019 12:35:17 +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 , Matthias Brugger , Enric Balletbo i Serra , Klaus Goger , Viresh Kumar , Douglas Anderson , Ezequiel Garcia , 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 v3 1/4] phy: rockchip-emmc: Allow to set drive impedance via DTS. Date: Fri, 22 Mar 2019 12:34:50 +0100 Message-Id: <20190322113456.16324-1-christoph.muellner@theobroma-systems.com> X-Mailer: git-send-email 2.11.0 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The rockchip-emmc PHY can be configured with different drive impedance values. Currenlty a value of 50 Ohm is hard coded into the driver. This patch introduces the DTS property 'drive-impedance-ohm' for the rockchip-emmc phy node, which uses the value from the DTS to setup the drive impedance accordingly. Signed-off-by: Christoph Muellner Signed-off-by: Philipp Tomsich Reviewed-by: Heiko Stuebner --- drivers/phy/rockchip/phy-rockchip-emmc.c | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/drivers/phy/rockchip/phy-rockchip-emmc.c b/drivers/phy/rockchip/phy-rockchip-emmc.c index 19bf84f0bc67..b804c6bf4b55 100644 --- a/drivers/phy/rockchip/phy-rockchip-emmc.c +++ b/drivers/phy/rockchip/phy-rockchip-emmc.c @@ -87,6 +87,7 @@ struct rockchip_emmc_phy { unsigned int reg_offset; struct regmap *reg_base; struct clk *emmcclk; + unsigned int drive_impedance; }; static int rockchip_emmc_phy_power(struct phy *phy, bool on_off) @@ -281,10 +282,10 @@ static int rockchip_emmc_phy_power_on(struct phy *phy) { struct rockchip_emmc_phy *rk_phy = phy_get_drvdata(phy); - /* Drive impedance: 50 Ohm */ + /* Drive impedance: from DTS */ regmap_write(rk_phy->reg_base, rk_phy->reg_offset + GRF_EMMCPHY_CON6, - HIWORD_UPDATE(PHYCTRL_DR_50OHM, + HIWORD_UPDATE(rk_phy->drive_impedance, PHYCTRL_DR_MASK, PHYCTRL_DR_SHIFT)); @@ -314,6 +315,26 @@ static const struct phy_ops ops = { .owner = THIS_MODULE, }; +static u32 convert_drive_impedance_ohm(struct platform_device *pdev, u32 dr_ohm) +{ + switch (dr_ohm) { + case 100: + return PHYCTRL_DR_100OHM; + case 66: + return PHYCTRL_DR_66OHM; + case 50: + return PHYCTRL_DR_50OHM; + case 40: + return PHYCTRL_DR_40OHM; + case 33: + return PHYCTRL_DR_33OHM; + } + + dev_warn(&pdev->dev, "Invalid value %u for drive-impedance-ohm.\n", + dr_ohm); + return PHYCTRL_DR_50OHM; +} + static int rockchip_emmc_phy_probe(struct platform_device *pdev) { struct device *dev = &pdev->dev; @@ -322,6 +343,7 @@ static int rockchip_emmc_phy_probe(struct platform_device *pdev) struct phy_provider *phy_provider; struct regmap *grf; unsigned int reg_offset; + u32 val; if (!dev->parent || !dev->parent->of_node) return -ENODEV; @@ -344,6 +366,10 @@ static int rockchip_emmc_phy_probe(struct platform_device *pdev) rk_phy->reg_offset = reg_offset; rk_phy->reg_base = grf; + rk_phy->drive_impedance = PHYCTRL_DR_50OHM; + + if (!of_property_read_u32(dev->of_node, "drive-impedance-ohm", &val)) + rk_phy->drive_impedance = convert_drive_impedance_ohm(pdev, val); generic_phy = devm_phy_create(dev, dev->of_node, &ops); if (IS_ERR(generic_phy)) { -- 2.11.0