Commit 8834d866 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Simon Horman
Browse files

ARM: dts: koelsch: Correct primary compatible value for eeprom



The Renesas part number of the two-wire serial interface EEPROM is not
24C02, but R1EX24002ATAS0G.

Hence change its primary compatible value to "renesas,r1ex24002", like
on Gose.

Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 1a20f218
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -708,7 +708,7 @@ adv7612_out: endpoint {
	};

	eeprom@50 {
		compatible = "renesas,24c02", "atmel,24c02";
		compatible = "renesas,r1ex24002", "atmel,24c02";
		reg = <0x50>;
		pagesize = <16>;
	};