From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from az33egw02.freescale.net (az33egw02.freescale.net [192.88.158.103]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "az33egw02.freescale.net", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id 81AACDDDE7 for ; Mon, 4 Jun 2007 19:01:59 +1000 (EST) Received: from az33smr02.freescale.net (az33smr02.freescale.net [10.64.34.200]) by az33egw02.freescale.net (8.12.11/az33egw02) with ESMTP id l5491rRX018437 for ; Mon, 4 Jun 2007 02:01:53 -0700 (MST) Received: from zch01exm23.fsl.freescale.net (zch01exm23.ap.freescale.net [10.192.129.207]) by az33smr02.freescale.net (8.13.1/8.13.0) with ESMTP id l5491qeY018369 for ; Mon, 4 Jun 2007 04:01:52 -0500 (CDT) Subject: Re: [PATCH v2]: Fix e500 v2 core reboot bug From: Zang Roy-r61911 To: Segher Boessenkool In-Reply-To: References: <1180406209.8139.13.camel@localhost.localdomain> <1180492466.12577.6.camel@localhost.localdomain> <1180503967.12577.20.camel@localhost.localdomain> <19325B38-202C-4837-9BE8-0ACA482F2605@kernel.crashing.org> <976AFF56-7590-46B9-ADCA-4FA6673D4C9B@kernel.crashing.org> <1180945726.10048.0.camel@localhost.localdomain> Content-Type: text/plain Message-Id: <1180947682.10048.23.camel@localhost.localdomain> Mime-Version: 1.0 Date: 04 Jun 2007 17:01:23 +0800 Cc: linuxppc-dev list , Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 2007-06-04 at 16:41, Segher Boessenkool wrote: > >> After some discussion on IRC I think the following is the suggested > >> node we should add in. > >> > >> guts@e00000 { > >> compatible = "fsl,mpc8548-guts"; > >> reg = ; > > one more zero! > > Yeah. > > >> fsl,has-rstcr; > >> }; > > If "guts" is some kind of official name (i.e., the > block is called that in the user manual), it looks > okay to me. No! It is not official name. It is provided by Kumar. It should be a abbr. standing for "Global Utilities" as far as my understand. > Otherwise, please change; in fact, just > change the name anyway (not the compatible), to > "shared-soc-regs" or something like that; I can not agree with you. "shared-soc-regs" can not describe the property of this kind of register. The official description for this set of registers: "The global utilities block controls power management, I/O device enabling, power-on-reset (POR) configuration monitoring, general-purpose I/O signal configuration, alternate function selection for multiplexed signals, and clock control. gub (Kumar's style?): global utilities block or global-uti-regs or global-uti (Segher's style?) may be better. > "name" > should be descriptive (but terse). > Agree! But we should reach a agreement! Thanks. Roy