All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] powerpc: remove interrupt-controller as a property under /chosen
@ 2007-02-19 17:25 Stuart Yoder
  0 siblings, 0 replies; only message in thread
From: Stuart Yoder @ 2007-02-19 17:25 UTC (permalink / raw)
  To: paulus; +Cc: linuxppc-dev, linuxppc-release


 Remove interrupt-controller as a valid property under /chosen in
 the documentation.  There is a consensus that an
 interrupt-controller property does not belong under /chosen.
 /chosen is specifically for dynamic properties set at runtime.

Signed-off-by: Stuart Yoder <stuart.yoder@freescale.com>
---

 As per Ben's  suggestion I also added a note about the 
 obsolete practice.

 Documentation/powerpc/booting-without-of.txt |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/Documentation/powerpc/booting-without-of.txt b/Documentation/powerpc/booting-without-of.txt
index 1e1abaf..892974c 100644
--- a/Documentation/powerpc/booting-without-of.txt
+++ b/Documentation/powerpc/booting-without-of.txt
@@ -834,8 +834,7 @@ address which can extend beyond that lim
 
   This node is a bit "special". Normally, that's where open firmware
   puts some variable environment information, like the arguments, or
-  phandle pointers to nodes like the main interrupt controller, or the
-  default input/output devices.
+  the default input/output devices.
 
   This specification makes a few of these mandatory, but also defines
   some linux-specific properties that would be normally constructed by
@@ -860,14 +859,14 @@ address which can extend beyond that lim
       that the kernel tries to find out the default console and has
       knowledge of various types like 8250 serial ports. You may want
       to extend this function to add your own.
-    - interrupt-controller : This is one cell containing a phandle
-      value that matches the "linux,phandle" property of your main
-      interrupt controller node. May be used for interrupt routing.
-
 
   Note that u-boot creates and fills in the chosen node for platforms
   that use it.
 
+  (Note: a practice that is now obsolete was to include a property
+  under /chosen called interrupt-controller which had a phandle value
+  that pointed to the main interrupt controller)
+
   f) the /soc<SOCname> node
 
   This node is used to represent a system-on-a-chip (SOC) and must be
-- 
1.4.4

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2007-02-19 17:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-19 17:25 [PATCH] powerpc: remove interrupt-controller as a property under /chosen Stuart Yoder

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.