ARM: tegra: colibri-eval: Fix vendor string of M41T0M6 RTC

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>
This commit is contained in:
Marcel Ziswiler 2015-08-28 17:59:44 +02:00 committed by Thierry Reding
parent d5edc4ecc8
commit e4212ffa41
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
/* M41T0M6 real time clock on carrier board */
rtc@68 {
compatible = "stm,m41t00";
compatible = "st,m41t00";
reg = <0x68>;
};
};