diff options
author | Michal Simek <michal.simek@xilinx.com> | 2019-01-18 09:10:39 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2019-02-14 14:31:10 +0100 |
commit | 8bdad43333cb71d65929a9f7d19f323c76364b67 (patch) | |
tree | babf8275d447f0d26d59caf63da4416f9d3497ee /arch/arm/dts/zynqmp-zcu102-revA.dts | |
parent | e0bc7574fa91786cd296fb778f29c997b9c8f6fd (diff) | |
download | u-boot-8bdad43333cb71d65929a9f7d19f323c76364b67.tar.gz u-boot-8bdad43333cb71d65929a9f7d19f323c76364b67.tar.xz u-boot-8bdad43333cb71d65929a9f7d19f323c76364b67.zip |
arm64: zynqmp: Switch all platforms to DM_I2C
CONFIG_PCA953X is not needed because of PCA953X is integrated in gpio
subsystem already. That's why also remove CMD_PCA953X which is only for
this driver.
zcu102/zcu104-revC/zcu106/zcu111 contain links to eeprom which stores MAC address.
DM_I2C is not enabled for the whole SoC because it increase size for
mini configurations and there is no I2C symbol present to setup
dependencies.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'arch/arm/dts/zynqmp-zcu102-revA.dts')
-rw-r--r-- | arch/arm/dts/zynqmp-zcu102-revA.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/zynqmp-zcu102-revA.dts b/arch/arm/dts/zynqmp-zcu102-revA.dts index 05be919f6f..1b28d331ff 100644 --- a/arch/arm/dts/zynqmp-zcu102-revA.dts +++ b/arch/arm/dts/zynqmp-zcu102-revA.dts @@ -36,6 +36,7 @@ chosen { bootargs = "earlycon"; stdout-path = "serial0:115200n8"; + xlnx,eeprom = &eeprom; }; memory@0 { |