diff mbox series

[U-Boot,v2,5/7] arm64: zynqmp: Remove addresses for i2c controllers

Message ID 8b7f47138102ae036b5dbbbd63ae6d8ef5d23dc8.1549360539.git.michal.simek@xilinx.com
State Accepted
Commit 6a9a7b81c6a170e8496a0fb7c3e9cda5ce65e842
Delegated to: Michal Simek
Headers show
Series arm/arm64: i2c platform cleanup | expand

Commit Message

Michal Simek Feb. 5, 2019, 9:55 a.m. UTC
All platforms have been converted to DM that's why there is no reason to
keep addresses in headers. They are all read from DT now.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

Changes in v2: None

 arch/arm/mach-zynqmp/include/mach/hardware.h | 3 ---
 1 file changed, 3 deletions(-)

Comments

Heiko Schocher Feb. 7, 2019, 6:59 a.m. UTC | #1
Hello Michal,

Am 05.02.2019 um 10:55 schrieb Michal Simek:
> All platforms have been converted to DM that's why there is no reason to
> keep addresses in headers. They are all read from DT now.
> 
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
> 
> Changes in v2: None
> 
>   arch/arm/mach-zynqmp/include/mach/hardware.h | 3 ---
>   1 file changed, 3 deletions(-)
Reviewed-by: Heiko Schocher <hs@denx.de>

bye,
Heiko
diff mbox series

Patch

diff --git a/arch/arm/mach-zynqmp/include/mach/hardware.h b/arch/arm/mach-zynqmp/include/mach/hardware.h
index efb4bba4b8c2..a0d776166d02 100644
--- a/arch/arm/mach-zynqmp/include/mach/hardware.h
+++ b/arch/arm/mach-zynqmp/include/mach/hardware.h
@@ -7,9 +7,6 @@ 
 #ifndef _ASM_ARCH_HARDWARE_H
 #define _ASM_ARCH_HARDWARE_H
 
-#define ZYNQ_I2C_BASEADDR0	0xFF020000
-#define ZYNQ_I2C_BASEADDR1	0xFF030000
-
 #define ARASAN_NAND_BASEADDR	0xFF100000
 
 #define ZYNQMP_TCM_BASE_ADDR	0xFFE00000