]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: am57xx: sbc-am57x: fix SB-SOM EEPROM I2C address
authorDmitry Lifshitz <lifshitz@compulab.co.il>
Wed, 30 Dec 2015 13:39:00 +0000 (15:39 +0200)
committerTony Lindgren <tony@atomide.com>
Wed, 27 Jan 2016 17:19:30 +0000 (09:19 -0800)
Fix SB-SOM EEPROM I2C address

Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am57xx-sbc-am57x.dts

index 77bb8e17401a26cad24dcfd2ab5a7c9ddbd4d312..0f1d42553d5e7cd9457efa8db9768afe323ce9bb 100644 (file)
        pinctrl-0 = <&i2c5_pins_default>;
        clock-frequency = <400000>;
 
-       eeprom_base: atmel@50 {
+       eeprom_base: atmel@54 {
                compatible = "atmel,24c08";
-               reg = <0x50>;
+               reg = <0x54>;
                pagesize = <16>;
        };