From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: In-Reply-To: <1184135957.23157.6.camel@localhost.localdomain> References: <1184135957.23157.6.camel@localhost.localdomain> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: From: Segher Boessenkool Subject: Re: [PATCH] Fix mpc7448hpc2 tsi108 device_type bug Date: Wed, 11 Jul 2007 13:55:24 +0200 To: Zang Roy-r61911 Cc: linuxppc-dev list , Paul Mackerras , David Gibson List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > Fix mpc7448hpc2 tsi108 device_type bug. > Wrong device type will break the board startup. > - device_type = "tsi108-bridge"; > + device_type = "tsi-bridge"; The OS code shouldn't use "device_type" at all for this, but "compatible" instead. You might want to fix that. This patch is fine until you do of course. Segher