diff options
author | Dmitry Lifshitz <lifshitz@compulab.co.il> | 2015-12-30 08:39:00 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-01-27 12:19:30 -0500 |
commit | bd73da8c3b9dd1cc8957bb2c90757fffb51b1396 (patch) | |
tree | f30fe28b95ba9c400347c7d997b3ebbc4aa1f1d3 | |
parent | 2dfdc7544219729ddf5c8e8404348b72e0d0d7c5 (diff) |
ARM: dts: am57xx: sbc-am57x: fix SB-SOM EEPROM I2C address
Fix SB-SOM EEPROM I2C address
Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/am57xx-sbc-am57x.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/am57xx-sbc-am57x.dts b/arch/arm/boot/dts/am57xx-sbc-am57x.dts index 77bb8e17401a..0f1d42553d5e 100644 --- a/arch/arm/boot/dts/am57xx-sbc-am57x.dts +++ b/arch/arm/boot/dts/am57xx-sbc-am57x.dts | |||
@@ -108,9 +108,9 @@ | |||
108 | pinctrl-0 = <&i2c5_pins_default>; | 108 | pinctrl-0 = <&i2c5_pins_default>; |
109 | clock-frequency = <400000>; | 109 | clock-frequency = <400000>; |
110 | 110 | ||
111 | eeprom_base: atmel@50 { | 111 | eeprom_base: atmel@54 { |
112 | compatible = "atmel,24c08"; | 112 | compatible = "atmel,24c08"; |
113 | reg = <0x50>; | 113 | reg = <0x54>; |
114 | pagesize = <16>; | 114 | pagesize = <16>; |
115 | }; | 115 | }; |
116 | 116 | ||