ARM: dts: imx7d-nitrogen7: fix rv4162 compatible
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Wed, 19 Apr 2017 20:22:04 +0000 (22:22 +0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 15 May 2017 01:34:29 +0000 (09:34 +0800)
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>
arch/arm/boot/dts/imx7d-nitrogen7.dts

index 5d98e2b..a44f992 100644 (file)
        status = "okay";
 
        rtc@68 {
-               compatible = "rv4162";
+               compatible = "microcrystal,rv4162";
                pinctrl-names = "default";
                pinctrl-0 = <&pinctrl_i2c2_rv4162>;
                reg = <0x68>;