projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b14e50
)
clk: mvebu: ap806: be more explicit on what SaR is
author
Miquel Raynal
<miquel.raynal@bootlin.com>
Mon, 5 Aug 2019 10:03:07 +0000
(12:03 +0200)
committer
Stephen Boyd
<sboyd@kernel.org>
Wed, 18 Sep 2019 05:15:41 +0000
(22:15 -0700)
"SaR" means Sample at Reset. DIP switches can be changed on the board,
their states at reset time is available through a register read.
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link:
https://lkml.kernel.org/r/20190805100310.29048-6-miquel.raynal@bootlin.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/mvebu/ap806-system-controller.c
patch
|
blob
|
history
diff --git
a/drivers/clk/mvebu/ap806-system-controller.c
b/drivers/clk/mvebu/ap806-system-controller.c
index 73ba8fd7860f9839b09d31f2575a701837f57cf8..2cf874f01394135618ab753f5500faade3abcaad 100644
(file)
--- a/
drivers/clk/mvebu/ap806-system-controller.c
+++ b/
drivers/clk/mvebu/ap806-system-controller.c
@@
-89,7
+89,7
@@
static int ap806_syscon_common_probe(struct platform_device *pdev,
cpuclk_freq = 600;
break;
default:
- dev_err(dev, "invalid S
AR
value\n");
+ dev_err(dev, "invalid S
ample at Reset
value\n");
return -EINVAL;
}