From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chee, Tien Fong Date: Tue, 10 Jan 2017 03:37:54 +0000 Subject: [U-Boot] [v4 01/29] arm: socfpga: arria10: add additional i2c nodes for Arria10 In-Reply-To: <81eff67a-ce17-bd97-c188-fa36e77b6c60@denx.de> References: <1483961167-3742-1-git-send-email-tien.fong.chee@intel.com> <81eff67a-ce17-bd97-c188-fa36e77b6c60@denx.de> Message-ID: <1484019474.2488.32.camel@intel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Isn, 2017-01-09 at 13:43 +0100, Marek Vasut wrote: > On 01/09/2017 12:25 PM, Chee Tien Fong wrote: > > > > From: Tien Fong Chee > > > > Add remaining 3 I2C base addresses for the Arria10. > > > > Signed-off-by: Dinh Nguyen > > Signed-off-by: Tien Fong Chee > > Reviewed-by: Stefan Roese > > Cc: Marek Vasut > > Cc: Dinh Nguyen > > Cc: Chin Liang See > > Cc: Tien Fong > Please, just use git send-email to send the whole series. Don't drop > the > PATCH from the subject or anything. I am ignoring this series until > it's > sent properly. > Ahh....i catched what you means. I was used --subject-prefix when -v was not working. Well, i would try again. > > > > --- > > ?arch/arm/mach-socfpga/include/mach/base_addr_a10.h |????3 +++ > > ?1 files changed, 3 insertions(+), 0 deletions(-) > > > > diff --git a/arch/arm/mach-socfpga/include/mach/base_addr_a10.h > > b/arch/arm/mach-socfpga/include/mach/base_addr_a10.h > > index a7056d4..902c321 100644 > > --- a/arch/arm/mach-socfpga/include/mach/base_addr_a10.h > > +++ b/arch/arm/mach-socfpga/include/mach/base_addr_a10.h > > @@ -29,6 +29,9 @@ > > ?#define SOCFPGA_MPUL2_ADDRESS 0xfffff000 > > ?#define SOCFPGA_I2C0_ADDRESS 0xffc02200 > > ?#define SOCFPGA_I2C1_ADDRESS 0xffc02300 > > +#define SOCFPGA_I2C2_ADDRESS 0xffc02400 > > +#define SOCFPGA_I2C3_ADDRESS 0xffc02500 > > +#define SOCFPGA_I2C4_ADDRESS 0xffc02600 > > ? > > ?#define SOCFPGA_ECC_OCRAM_ADDRESS 0xff8c3000 > > ?#define SOCFPGA_UART0_ADDRESS 0xffc02000 > > >