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

Commit 49b2c130 authored by Alexandre Belloni's avatar Alexandre Belloni Committed by Tony Lindgren
Browse files

ARM: dts: am335x-phycore-som: fix rv4162 compatible



The rv4162 compatbile string is missing the vendor part, add it.

Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 2ea659a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -138,7 +138,7 @@
	};

	i2c_rtc: rtc@68 {
		compatible = "rv4162";
		compatible = "microcrystal,rv4162";
		reg = <0x68>;
		status = "disabled";
	};