]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
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 5d98e2b5d54b934e2e75c7081333053f607b1580..a44f992051acf74ed216882158c70a8f7a769a41 100644 (file)
@@ -279,7 +279,7 @@ &i2c2 {
        status = "okay";
 
        rtc@68 {
-               compatible = "rv4162";
+               compatible = "microcrystal,rv4162";
                pinctrl-names = "default";
                pinctrl-0 = <&pinctrl_i2c2_rv4162>;
                reg = <0x68>;