ARM: tegra: colibri-eval: Fix vendor string of M41T0M6 RTC
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>
Fri, 28 Aug 2015 15:59:44 +0000 (17:59 +0200)
committerThierry Reding <treding@nvidia.com>
Tue, 15 Sep 2015 09:22:45 +0000 (11:22 +0200)
Fix compatible vendor string of M41T0M6 real time clock as found on the
Colibri Evaluation board.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm/boot/dts/tegra30-colibri-eval-v3.dts

index 4d3ddc58564126433410c17b5c3ef569532a9aa1..46a7c2d34f38c0e35d850dc02c5ab008e718b7f0 100644 (file)
@@ -55,7 +55,7 @@
 
                /* M41T0M6 real time clock on carrier board */
                rtc@68 {
-                       compatible = "stm,m41t00";
+                       compatible = "st,m41t00";
                        reg = <0x68>;
                };
        };
This page took 0.02647 seconds and 5 git commands to generate.