From: Lee Jones Date: Wed, 7 Oct 2015 12:23:27 +0000 (+0100) Subject: hwrng: st: dt: Fix trivial typo in node address X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8fd80f8ca60bdeda4f3098986e8a566ba9c0c57a;p=linux-beck.git hwrng: st: dt: Fix trivial typo in node address DT nodes should not append their addresses with '0x'. Suggested-by: Stephen Boyd Signed-off-by: Lee Jones Signed-off-by: Herbert Xu --- 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>;