Commit dcf79dc5 authored by Alexandre Belloni's avatar Alexandre Belloni Committed by Shawn Guo

ARM: dts: imx7d-nitrogen7: 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>
Acked-by: default avatarGary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 16e54a14
......@@ -279,7 +279,7 @@ &i2c2 {
status = "okay";
rtc@68 {
compatible = "rv4162";
compatible = "microcrystal,rv4162";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_i2c2_rv4162>;
reg = <0x68>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment