Skip to content

Commit

Permalink
ARM: dts: imx7d-nitrogen7: fix rv4162 compatible
Browse files Browse the repository at this point in the history
The rv4162 compatbile string is missing the vendor part, add it.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Acked-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
  • Loading branch information
Alexandre Belloni authored and Shawn Guo committed May 15, 2017
1 parent 16e54a1 commit dcf79dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/imx7d-nitrogen7.dts
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
status = "okay";

rtc@68 {
compatible = "rv4162";
compatible = "microcrystal,rv4162";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_i2c2_rv4162>;
reg = <0x68>;
Expand Down

0 comments on commit dcf79dc

Please sign in to comment.