linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND 1/3] hwrng: st: dt: Fix trivial typo in node address
@ 2015-10-06 16:12 Lee Jones
  2015-10-06 16:12 ` [RESEND 2/3] hwrng: st: Use real-world device timings for timeout Lee Jones
  2015-10-06 16:12 ` [RESEND 3/3] hwrng: st: Report correct FIFO size Lee Jones
  0 siblings, 2 replies; 5+ messages in thread
From: Lee Jones @ 2015-10-06 16:12 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: kernel, herbert, linux-crypto, peter, festevam, pankaj.dev,
	daniel.thompson, Lee Jones

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>
---
 Documentation/devicetree/bindings/rng/st,rng.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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>;
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [RESEND 1/3] hwrng: st: dt: Fix trivial typo in node address
@ 2015-10-06 14:43 Lee Jones
  2015-10-06 15:24 ` Herbert Xu
  0 siblings, 1 reply; 5+ messages in thread
From: Lee Jones @ 2015-10-06 14:43 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: kernel, herbert, peter, festevam, pankaj.dev, daniel.thompson, Lee Jones

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>
---
 Documentation/devicetree/bindings/rng/st,rng.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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>;
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-10-06 16:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-06 16:12 [RESEND 1/3] hwrng: st: dt: Fix trivial typo in node address Lee Jones
2015-10-06 16:12 ` [RESEND 2/3] hwrng: st: Use real-world device timings for timeout Lee Jones
2015-10-06 16:12 ` [RESEND 3/3] hwrng: st: Report correct FIFO size Lee Jones
  -- strict thread matches above, loose matches on Subject: below --
2015-10-06 14:43 [RESEND 1/3] hwrng: st: dt: Fix trivial typo in node address Lee Jones
2015-10-06 15:24 ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).