forked from luck/tmp_suning_uos_patched
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>
This commit is contained in:
parent
9d83d29954
commit
8fd80f8ca6
|
@ -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>;
|
||||
|
|
Loading…
Reference in New Issue
Block a user