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

ARM: dts: imx28: Use correct compatible string for RTC

The "mxim" vendor prefix does not exit, though it looks like it might
have been a typo'ed "maxim". Still, no compatible string exists that
matches "maxim,ds1339". The closest is the "dallas,ds1339" and since
this node is named "rtc" that's probably the one that was intended.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Acked-by: Lothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Thierry Reding and committed by
Shawn Guo
7e9102c9 e783362e

+1 -1
+1 -1
arch/arm/boot/dts/imx28-tx28.dts
··· 338 338 }; 339 339 340 340 ds1339: rtc@68 { 341 - compatible = "mxim,ds1339"; 341 + compatible = "dallas,ds1339"; 342 342 reg = <0x68>; 343 343 trickle-resistor-ohms = <250>; 344 344 trickle-diode-disable;