Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Marcel Ziswiler and committed by
Thierry Reding
e4212ffa d5edc4ec

+1 -1
+1 -1
arch/arm/boot/dts/tegra30-colibri-eval-v3.dts
··· 55 55 56 56 /* M41T0M6 real time clock on carrier board */ 57 57 rtc@68 { 58 - compatible = "stm,m41t00"; 58 + compatible = "st,m41t00"; 59 59 reg = <0x68>; 60 60 }; 61 61 };