From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-in-09.arcor-online.net (mail-in-09.arcor-online.net [151.189.21.49]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.arcor.de", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id F3FA1DDECC for ; Thu, 17 May 2007 09:40:35 +1000 (EST) In-Reply-To: <1179346653.8132.223.camel@rhino> References: <1179245829.8132.100.camel@rhino> <1179246470.8132.112.camel@rhino> <1179333421.7018.17.camel@ld0161-tx32> <1179346653.8132.223.camel@rhino> Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <0c3907573f12a0731d03335fe3334363@kernel.crashing.org> From: Segher Boessenkool Subject: Re: [PATCH 2/5] Add legacy devices to mpc8641_hpcn.dts Date: Thu, 17 May 2007 01:40:27 +0200 To: Wade Farnsworth Cc: linuxppc-dev List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , >>>> + isa@f0 { >> >> isa@1e You didn't reply to this one, but you *really* need to fix it. >>>> + 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 :-) > Is there a recommended "compatible" property for a standard PC-like > CMOS > RTC? None in the bindings that I know of. It typically would be the model name/number of the oldest chip used, or one that is very commonly used. Segher