Skip to content

Commit 8fd80f8

Browse files
Lee Jonesherbertx
authored andcommitted
hwrng: st: dt: Fix trivial typo in node address
DT nodes should not append their addresses with '0x'. Suggested-by: Stephen Boyd <[email protected]> Signed-off-by: Lee Jones <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
1 parent 9d83d29 commit 8fd80f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/rng/st,rng.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ clocks : Phandle to device's clock (See: ../clocks/clock-bindings.txt)
88

99
Example:
1010

11-
rng@0xfee80000 {
11+
rng@fee80000 {
1212
compatible = "st,rng";
1313
reg = <0xfee80000 0x1000>;
1414
clocks = <&clk_sysin>;

0 commit comments

Comments
 (0)