aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2015-10-07 13:23:27 +0100
committerHerbert Xu <herbert@gondor.apana.org.au>2015-10-08 21:42:23 +0800
commit8fd80f8ca60bdeda4f3098986e8a566ba9c0c57a (patch)
treedfe26d60251acf6d144365884d1bafb2232294c4
parentcrypto: atmel - Check for clk_prepare_enable() return value (diff)
downloadlinux-dev-8fd80f8ca60bdeda4f3098986e8a566ba9c0c57a.tar.xz
linux-dev-8fd80f8ca60bdeda4f3098986e8a566ba9c0c57a.zip
hwrng: st: dt: Fix trivial typo in node address
DT nodes should not append their addresses with '0x'. Suggested-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
-rw-r--r--Documentation/devicetree/bindings/rng/st,rng.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/rng/st,rng.txt b/Documentation/devicetree/bindings/rng/st,rng.txt
index dbc64e61d8d9..35734bc282e9 100644
--- a/Documentation/devicetree/bindings/rng/st,rng.txt
+++ b/Documentation/devicetree/bindings/rng/st,rng.txt
@@ -8,7 +8,7 @@ clocks : Phandle to device's clock (See: ../clocks/clock-bindings.txt)
Example:
-rng@0xfee80000 {
+rng@fee80000 {
compatible = "st,rng";
reg = <0xfee80000 0x1000>;
clocks = <&clk_sysin>;