* [U-Boot] [PATCH 2/4][v2] config: lsch3: Define USB XHCI controller base address for LS2085A
@ 2015-06-26 11:31 Nikhil Badola
2015-08-04 15:58 ` York Sun
0 siblings, 1 reply; 2+ messages in thread
From: Nikhil Badola @ 2015-06-26 11:31 UTC (permalink / raw)
To: u-boot
Define base address of both usb xhci controllers in lsch3 config
in the format (IMMR + offset) for LS2085A
Signed-off-by: Nikhil Badola <nikhil.badola@freescale.com>
---
Changes for v2 :
- Descriptive commit message
arch/arm/include/asm/arch-fsl-lsch3/config.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/arm/include/asm/arch-fsl-lsch3/config.h b/arch/arm/include/asm/arch-fsl-lsch3/config.h
index 02332dc..992dc11 100644
--- a/arch/arm/include/asm/arch-fsl-lsch3/config.h
+++ b/arch/arm/include/asm/arch-fsl-lsch3/config.h
@@ -64,6 +64,9 @@
#define I2C3_BASE_ADDR (CONFIG_SYS_IMMR + 0x01020000)
#define I2C4_BASE_ADDR (CONFIG_SYS_IMMR + 0x01030000)
+#define CONFIG_SYS_LS2085A_XHCI_USB1_ADDR (CONFIG_SYS_IMMR + 0x02100000)
+#define CONFIG_SYS_LS2085A_XHCI_USB2_ADDR (CONFIG_SYS_IMMR + 0x02110000)
+
/* TZ Protection Controller Definitions */
#define TZPC_BASE 0x02200000
#define TZPCR0SIZE_BASE (TZPC_BASE)
--
2.1.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] [PATCH 2/4][v2] config: lsch3: Define USB XHCI controller base address for LS2085A
2015-06-26 11:31 [U-Boot] [PATCH 2/4][v2] config: lsch3: Define USB XHCI controller base address for LS2085A Nikhil Badola
@ 2015-08-04 15:58 ` York Sun
0 siblings, 0 replies; 2+ messages in thread
From: York Sun @ 2015-08-04 15:58 UTC (permalink / raw)
To: u-boot
On 06/26/2015 04:31 AM, Nikhil Badola wrote:
> Define base address of both usb xhci controllers in lsch3 config
> in the format (IMMR + offset) for LS2085A
>
> Signed-off-by: Nikhil Badola <nikhil.badola@freescale.com>
> ---
> Changes for v2 :
> - Descriptive commit message
>
Applied to u-boot-fsl-qoriq master with minor change in subject. Thanks.
York
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-08-04 15:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-26 11:31 [U-Boot] [PATCH 2/4][v2] config: lsch3: Define USB XHCI controller base address for LS2085A Nikhil Badola
2015-08-04 15:58 ` York Sun
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox