From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gateway-1237.mvista.com (gateway-1237.mvista.com [63.81.120.158]) by ozlabs.org (Postfix) with ESMTP id 7D5F8DDDD5 for ; Thu, 17 May 2007 10:09:45 +1000 (EST) Subject: Re: [PATCH 2/5] Add legacy devices to mpc8641_hpcn.dts From: Wade Farnsworth To: Segher Boessenkool In-Reply-To: <0c3907573f12a0731d03335fe3334363@kernel.crashing.org> References: <1179245829.8132.100.camel@rhino> <1179246470.8132.112.camel@rhino> <1179333421.7018.17.camel@ld0161-tx32> <1179346653.8132.223.camel@rhino> <0c3907573f12a0731d03335fe3334363@kernel.crashing.org> Content-Type: text/plain Date: Wed, 16 May 2007 17:09:42 -0700 Message-Id: <1179360583.8132.234.camel@rhino> Mime-Version: 1.0 Cc: linuxppc-dev List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 2007-05-17 at 01:40 +0200, Segher Boessenkool wrote: > >>>> + 8042@60 { > >>>> + device_type = "8042"; > >> > >> Drop the device_type. A number as a name isn't > >> all that great, either. > > > > Currently in order for the i8042 devices to be initialized, > > check_legacy_ioport() must find a node with device_type "8042". > > So fix that :-) No problem for this platform. Are there any device trees for other platforms that use this? --Wade