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

Commit 072660f6 authored by Raag Jadav's avatar Raag Jadav Committed by Greg Kroah-Hartman
Browse files

arm64: dts: ls1046a: fix eeprom entries

[ Upstream commit c1a6018d1839c9cb8f807dc863a50102a1a5c412 ]

ls1046afrwy and ls1046ardb boards have CAT24C04[1] and CAT24C05[2]
eeproms respectively. Both are 4Kb (512 bytes) in size,
and compatible with AT24C04[3].
Remove multi-address entries, as both the boards have a single chip each.

[1] https://www.onsemi.com/pdf/datasheet/cat24c01-d.pdf
[2] https://www.onsemi.com/pdf/datasheet/cat24c03-d.pdf
[3] https://ww1.microchip.com/downloads/en/DeviceDoc/doc0180.pdf



Signed-off-by: default avatarRaag Jadav <raagjadav@gmail.com>
Acked-by: default avatarLi Yang <leoyang.li@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 08825a78
Loading
Loading
Loading
Loading
+1 −7
Original line number Diff line number Diff line
@@ -83,15 +83,9 @@
			};

			eeprom@52 {
				compatible = "atmel,24c512";
				compatible = "onnn,cat24c04", "atmel,24c04";
				reg = <0x52>;
			};

			eeprom@53 {
				compatible = "atmel,24c512";
				reg = <0x53>;
			};

		};
	};
};
+1 −6
Original line number Diff line number Diff line
@@ -58,14 +58,9 @@
	};

	eeprom@52 {
		compatible = "atmel,24c512";
		compatible = "onnn,cat24c05", "atmel,24c04";
		reg = <0x52>;
	};

	eeprom@53 {
		compatible = "atmel,24c512";
		reg = <0x53>;
	};
};

&i2c3 {