]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: am335x-phycore-som: fix rv4162 compatible
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Wed, 19 Apr 2017 20:30:12 +0000 (22:30 +0200)
committerTony Lindgren <tony@atomide.com>
Tue, 16 May 2017 15:18:02 +0000 (08:18 -0700)
The rv4162 compatbile string is missing the vendor part, add it.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am335x-phycore-som.dtsi

index 14533ff6d0add3dd061bee2920d1edbc978d579e..428a25e952b0c496c189f46c840d340c6e28bd30 100644 (file)
        };
 
        i2c_rtc: rtc@68 {
-               compatible = "rv4162";
+               compatible = "microcrystal,rv4162";
                reg = <0x68>;
                status = "disabled";
        };