projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33692e3
)
phy: da8xx-usb: Fix syscon device name
author
David Lechner
<david@lechnology.com>
Mon, 5 Sep 2016 19:45:46 +0000
(14:45 -0500)
committer
Kishon Vijay Abraham I
<kishon@ti.com>
Sat, 10 Sep 2016 11:19:00 +0000
(16:49 +0530)
The syscon device in board config/device tree has been renamed.
Signed-off-by: David Lechner <david@lechnology.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
drivers/phy/phy-da8xx-usb.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/phy/phy-da8xx-usb.c
b/drivers/phy/phy-da8xx-usb.c
index b2e59b6170ac99fc575495e356bb831a59f6e92c..32ae78c8ca17655d877a66952d098d56a0eacf3c 100644
(file)
--- 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);