* [PATCH] Add required missing reg property
@ 2020-02-20 20:59 Arkadiusz Drabczyk
0 siblings, 0 replies; only message in thread
From: Arkadiusz Drabczyk @ 2020-02-20 20:59 UTC (permalink / raw)
To: devicetree-spec-u79uwXL29TY76Z2rM5mHXA
Signed-off-by: Arkadiusz Drabczyk <arkadiusz-42WfZ8EewN5g9hUCZPvPmw@public.gmane.org>
---
source/devicetree-basics.rst | 1 +
1 file changed, 1 insertion(+)
diff --git a/source/devicetree-basics.rst b/source/devicetree-basics.rst
index 01b1958..e4ca4ab 100644
--- a/source/devicetree-basics.rst
+++ b/source/devicetree-basics.rst
@@ -530,6 +530,7 @@ Example:
pic@10000000 {
phandle = <1>;
interrupt-controller;
+ reg = <0x10000000 0x100>;
};
A *phandle* value of 1 is defined. Another device node could reference
--
2.9.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-02-20 20:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-20 20:59 [PATCH] Add required missing reg property Arkadiusz Drabczyk
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).