clk: mvebu: ap806: be more explicit on what SaR is

"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>
This commit is contained in:
Miquel Raynal 2019-08-05 12:03:07 +02:00 committed by Stephen Boyd
parent 3b14e509ab
commit cd016cb018
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ static int ap806_syscon_common_probe(struct platform_device *pdev,
cpuclk_freq = 600;
break;
default:
dev_err(dev, "invalid SAR value\n");
dev_err(dev, "invalid Sample at Reset value\n");
return -EINVAL;
}