diff options
author | Lee Jones <lee.jones@linaro.org> | 2015-10-07 13:23:27 +0100 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2015-10-08 21:42:23 +0800 |
commit | 8fd80f8ca60bdeda4f3098986e8a566ba9c0c57a (patch) | |
tree | dfe26d60251acf6d144365884d1bafb2232294c4 | |
parent | 9d83d299549d0e121245d56954242750d0c14338 (diff) | |
download | op-kernel-dev-8fd80f8ca60bdeda4f3098986e8a566ba9c0c57a.zip op-kernel-dev-8fd80f8ca60bdeda4f3098986e8a566ba9c0c57a.tar.gz |
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.txt | 2 |
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 dbc64e6..35734bc 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>; |