Re: [PATCH 1/3] powerpc/82xx: Fix BCSR bits for MPC8272ADS boards
From: Kumar Gala <hidden>
Date: 2009-08-25 14:44:48
From: Kumar Gala <hidden>
Date: 2009-08-25 14:44:48
On Aug 18, 2009, at 6:28 PM, Anton Vorontsov wrote:
mpc8272_ads.c is using BCSR bits definitions from pq2ads.h, but according to User's Guide the bits are wrong for MPC8272ADS boards (I guess definitions from pq2ads should only be used for PQ2FADS boards). So, let's introduce our own definitions for MPC8272ADS, and don't include pq2ads.h. Signed-off-by: Anton Vorontsov <redacted> --- arch/powerpc/platforms/82xx/mpc8272_ads.c | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-)
applied to next. - k