Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bd73da8c authored by Dmitry Lifshitz's avatar Dmitry Lifshitz Committed by Tony Lindgren
Browse files

ARM: dts: am57xx: sbc-am57x: fix SB-SOM EEPROM I2C address



Fix SB-SOM EEPROM I2C address

Signed-off-by: default avatarDmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 2dfdc754
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -108,9 +108,9 @@
	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>;
	};