From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Thu, 31 Jan 2008 11:39:59 -0600 Subject: [U-Boot-Users] [PATCH] [ADS5121] Device tree updates In-Reply-To: <1201725417-5521-2-git-send-email-jrigby@freescale.com> References: <1201725417-5521-1-git-send-email-jrigby@freescale.com> <1201725417-5521-2-git-send-email-jrigby@freescale.com> Message-ID: <20080131173958.GA10368@loki.buserror.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, Jan 30, 2008 at 01:36:57PM -0700, John Rigby wrote: > diff --git a/include/configs/ads5121.h b/include/configs/ads5121.h > index ce458ae..973f348 100644 > --- a/include/configs/ads5121.h > +++ b/include/configs/ads5121.h > @@ -415,8 +415,9 @@ > #define CONFIG_OF_BOARD_SETUP 1 > > #define OF_CPU "PowerPC,5121 at 0" > -#define OF_SOC "soc5121 at 80000000" > +#define OF_SOC "soc at 80000000" > +#define OF_SOC_OLD "soc5121 at 80000000" This should be looked up by compatible, not by path. > #define OF_TBCLK (bd->bi_busfreq / 4) > -#define OF_STDOUT_PATH "/soc5121 at 80000000/serial at 11300" > +#define OF_STDOUT_PATH "/soc at 80000000/serial at 11300" This should be done with aliases. -Scott