Devicetree
 help / color / mirror / Atom feed
* Wrapping proprietary nodes
@ 2010-10-22 21:44 David VomLehn
       [not found] ` <20101022214454.GB24896-ZEW99E7oL/EiWxQNNj96ibh/4TqKg8J2XqFh9Ls21Oc@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: David VomLehn @ 2010-10-22 21:44 UTC (permalink / raw)
  To: Device-ZEW99E7oL/EiWxQNNj96ibh/4TqKg8J2XqFh9Ls21Oc,
	Tree-ZEW99E7oL/EiWxQNNj96ibh/4TqKg8J2XqFh9Ls21Oc,
	Mailing-ZEW99E7oL/EiWxQNNj96ibh/4TqKg8J2XqFh9Ls21Oc,
	List-ZEW99E7oL/EiWxQNNj96ibh/4TqKg8J2XqFh9Ls21Oc,
	devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ

I expect my device tree will have some proprietary, one-off devices in
it. Is it better to wrap these all up in one node:

	cisco {
		device1 {
			...
		};
		device2 {
			...
		};
	};

Or should they be specified one node at a time:

	cisco-device1 {
		...
	};
	cisco-device2 {
		...
	};

My inclination is for the former, but I'd prefer to follow existing usage,
if any.
-- 
David VL

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

end of thread, other threads:[~2010-10-26 11:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-22 21:44 Wrapping proprietary nodes David VomLehn
     [not found] ` <20101022214454.GB24896-ZEW99E7oL/EiWxQNNj96ibh/4TqKg8J2XqFh9Ls21Oc@public.gmane.org>
2010-10-24  7:01   ` David Gibson
2010-10-25 18:32   ` Yoder Stuart-B08248
     [not found]     ` <9696D7A991D0824DBA8DFAC74A9C5FA306911999-ofAVchDyotYzzZk0BCvKg5jmvxFtTJ+o0e7PPNI6Mm0@public.gmane.org>
2010-10-25 19:15       ` Segher Boessenkool
2010-10-25 20:40       ` David VomLehn
     [not found]         ` <20101025204054.GA1594-ZEW99E7oL/EiWxQNNj96ibh/4TqKg8J2XqFh9Ls21Oc@public.gmane.org>
2010-10-25 21:15           ` Yoder Stuart-B08248
2010-10-26 11:25   ` Grant Likely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox