Skip to content

Commit 49b2c13

Browse files
alexandrebellonitmlind
authored andcommitted
ARM: dts: am335x-phycore-som: fix rv4162 compatible
The rv4162 compatbile string is missing the vendor part, add it. Signed-off-by: Alexandre Belloni <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
1 parent 2ea659a commit 49b2c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/am335x-phycore-som.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
};
139139

140140
i2c_rtc: rtc@68 {
141-
compatible = "rv4162";
141+
compatible = "microcrystal,rv4162";
142142
reg = <0x68>;
143143
status = "disabled";
144144
};

0 commit comments

Comments
 (0)