From: Fabio Estevam Date: Sun, 5 Nov 2017 12:18:32 +0000 (-0200) Subject: ARM: dts: vf610-zii-dev-rev-c: Fix the I2C EEPROM address X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=f006ed726a5e1f8c94cf2ad7545eeb9a11f3c694;p=openwrt%2Fstaging%2Fblogic.git ARM: dts: vf610-zii-dev-rev-c: Fix the I2C EEPROM address at24mac602 should be at the I2C address 0x50, so that it matches the 'reg' property. Fixes: d4cd158176c3 ("ARM: dts: vf610-zii-dev: Add .dts file for rev. C") Signed-off-by: Fabio Estevam Reviewed-by: Andrew Lunn Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/vf610-zii-dev-rev-c.dts b/arch/arm/boot/dts/vf610-zii-dev-rev-c.dts index 02a6227c717c..fbb3758ca2e3 100644 --- a/arch/arm/boot/dts/vf610-zii-dev-rev-c.dts +++ b/arch/arm/boot/dts/vf610-zii-dev-rev-c.dts @@ -359,7 +359,7 @@ }; &i2c1 { - at24mac602@0 { + at24mac602@50 { compatible = "atmel,24c02"; reg = <0x50>; read-only;