]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: gr8-evb: Fix RTC vendor
authorMaxime Ripard <maxime.ripard@bootlin.com>
Sat, 25 May 2019 13:41:40 +0000 (15:41 +0200)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Thu, 30 May 2019 11:37:50 +0000 (13:37 +0200)
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>
arch/arm/boot/dts/sun5i-gr8-evb.dts

index d003b895a696eae5b4f5a88f5cfc81e2ef1f78e7..4c20d731a9c69a7d2f30d88ab29532e82f6762c5 100644 (file)
@@ -150,7 +150,7 @@ wm8978: codec@1a {
        };
 
        pcf8563: rtc@51 {
-               compatible = "phg,pcf8563";
+               compatible = "nxp,pcf8563";
                reg = <0x51>;
        };
 };