Browse Source

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>
Fabio Estevam 7 years ago
parent
commit
f006ed726a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm/boot/dts/vf610-zii-dev-rev-c.dts

+ 1 - 1
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;