]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
clk: mvebu: ap806: be more explicit on what SaR is
authorMiquel Raynal <miquel.raynal@bootlin.com>
Mon, 5 Aug 2019 10:03:07 +0000 (12:03 +0200)
committerStephen 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

index 73ba8fd7860f9839b09d31f2575a701837f57cf8..2cf874f01394135618ab753f5500faade3abcaad 100644 (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;
        }