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

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

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
Alexandre Belloni 2017-04-19 22:30:12 +02:00 committed by Tony Lindgren
parent 2ea659a9ef
commit 49b2c1305e

View file

@ -138,7 +138,7 @@ i2c_eeprom: eeprom@52 {
};
i2c_rtc: rtc@68 {
compatible = "rv4162";
compatible = "microcrystal,rv4162";
reg = <0x68>;
status = "disabled";
};