From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Thu, 5 Nov 2015 08:34:29 +0100 Subject: [U-Boot] [PATCH V3 01/16] mxs: add parameter base_addr for mxs_set_lcdclk In-Reply-To: <1446105293-31775-2-git-send-email-Peng.Fan@freescale.com> References: <1446105293-31775-1-git-send-email-Peng.Fan@freescale.com> <1446105293-31775-2-git-send-email-Peng.Fan@freescale.com> Message-ID: <20151105083429.583cda8e@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, 29 Oct 2015 15:54:39 +0800 Peng Fan wrote: > Change mxs_set_lcdclk prototype to add a new parameter > base_addr. There are two LCD interfaces for i.MX6SX, > we may support LCDIF1 or LCDIF2. > > Signed-off-by: Peng Fan > Cc: Stefano Babic > Cc: Anatolij Gustschin > --- > > V3: > Add __maybe_unused attribute > > V2: > none > > arch/arm/cpu/arm926ejs/mxs/clock.c | 2 +- > arch/arm/include/asm/arch-mxs/clock.h | 2 +- > drivers/video/mxsfb.c | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) Acked-by: Anatolij Gustschin