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

ARM: dts: gr8-evb: Fix RTC vendor

For some reason, the RTC vendor is reported to be phg, while the part is
actually made by the much more known NXP. Fix that.

Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>

+1 -1
+1 -1
arch/arm/boot/dts/sun5i-gr8-evb.dts
··· 150 150 }; 151 151 152 152 pcf8563: rtc@51 { 153 - compatible = "phg,pcf8563"; 153 + compatible = "nxp,pcf8563"; 154 154 reg = <0x51>; 155 155 }; 156 156 };