Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Dmitry Lifshitz and committed by
Tony Lindgren
bd73da8c 2dfdc754

+2 -2
+2 -2
arch/arm/boot/dts/am57xx-sbc-am57x.dts
··· 108 108 pinctrl-0 = <&i2c5_pins_default>; 109 109 clock-frequency = <400000>; 110 110 111 - eeprom_base: atmel@50 { 111 + eeprom_base: atmel@54 { 112 112 compatible = "atmel,24c08"; 113 - reg = <0x50>; 113 + reg = <0x54>; 114 114 pagesize = <16>; 115 115 }; 116 116