public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Kishon Vijay Abraham I <kishon@ti.com>
To: David Lechner <david@lechnology.com>
Cc: <nsekhar@ti.com>, <khilman@kernel.org>,
	<sergei.shtylyov@cogentembedded.com>,
	<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] phy: da8xx-usb: Fix syscon device name
Date: Tue, 6 Sep 2016 09:40:22 +0530	[thread overview]
Message-ID: <57CE41AE.3010107@ti.com> (raw)
In-Reply-To: <1473104746-17702-1-git-send-email-david@lechnology.com>



On Tuesday 06 September 2016 01:15 AM, David Lechner wrote:
> The syscon device in board config/device tree has been renamed.
> 
> Signed-off-by: David Lechner <david@lechnology.com>

merged, thanks.

-Kishon
> ---
> 
> This is a follow-up of the "da8xx USB PHY platform devices and clocks" patch
> series. Just a small but important detail that slipped through the cracks.
> 
>  drivers/phy/phy-da8xx-usb.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/phy/phy-da8xx-usb.c b/drivers/phy/phy-da8xx-usb.c
> index b2e59b6..32ae78c 100644
> --- a/drivers/phy/phy-da8xx-usb.c
> +++ b/drivers/phy/phy-da8xx-usb.c
> @@ -154,7 +154,7 @@ static int da8xx_usb_phy_probe(struct platform_device *pdev)
>  		d_phy->regmap = syscon_regmap_lookup_by_compatible(
>  							"ti,da830-cfgchip");
>  	else
> -		d_phy->regmap = syscon_regmap_lookup_by_pdevname("syscon.0");
> +		d_phy->regmap = syscon_regmap_lookup_by_pdevname("syscon");
>  	if (IS_ERR(d_phy->regmap)) {
>  		dev_err(dev, "Failed to get syscon\n");
>  		return PTR_ERR(d_phy->regmap);
> 

      reply	other threads:[~2016-09-06  4:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-05 19:45 [PATCH] phy: da8xx-usb: Fix syscon device name David Lechner
2016-09-06  4:10 ` Kishon Vijay Abraham I [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=57CE41AE.3010107@ti.com \
    --to=kishon@ti.com \
    --cc=david@lechnology.com \
    --cc=khilman@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nsekhar@ti.com \
    --cc=sergei.shtylyov@cogentembedded.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox