diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2017-11-05 13:18:32 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-11-29 03:34:43 +0100 |
commit | f006ed726a5e1f8c94cf2ad7545eeb9a11f3c694 (patch) | |
tree | 8bfb4128014403ec28ff95dc87cf5d4879577367 /arch/arm/boot/dts/vf610-zii-dev-rev-c.dts | |
parent | Linux 4.15-rc1 (diff) | |
download | linux-f006ed726a5e1f8c94cf2ad7545eeb9a11f3c694.tar.xz linux-f006ed726a5e1f8c94cf2ad7545eeb9a11f3c694.zip |
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 <fabio.estevam@nxp.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/vf610-zii-dev-rev-c.dts')
-rw-r--r-- | arch/arm/boot/dts/vf610-zii-dev-rev-c.dts | 2 |
1 files changed, 1 insertions, 1 deletions
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; |