Skip to content

Commit

Permalink
ARM: dts: vf610-zii-dev-rev-c: Fix the I2C EEPROM address
Browse files Browse the repository at this point in the history
at24mac602 should be at the I2C address 0x50, so that it matches the
'reg' property.

Fixes: d4cd158 ("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>
  • Loading branch information
Fabio Estevam authored and Shawn Guo committed Nov 29, 2017
1 parent 4fbd8d1 commit f006ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/vf610-zii-dev-rev-c.dts
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@
};

&i2c1 {
at24mac602@0 {
at24mac602@50 {
compatible = "atmel,24c02";
reg = <0x50>;
read-only;
Expand Down

0 comments on commit f006ed7

Please sign in to comment.