From: Maxime Ripard Date: Sat, 25 May 2019 13:41:40 +0000 (+0200) Subject: ARM: dts: gr8-evb: Fix RTC vendor X-Git-Tag: v5.3-rc1~19^2~29^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bdd33cb6e24f4fc5a6d281ec81d2764698432117;p=thirdparty%2Fkernel%2Flinux.git 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 --- diff --git a/arch/arm/boot/dts/sun5i-gr8-evb.dts b/arch/arm/boot/dts/sun5i-gr8-evb.dts index d003b895a696e..4c20d731a9c69 100644 --- a/arch/arm/boot/dts/sun5i-gr8-evb.dts +++ b/arch/arm/boot/dts/sun5i-gr8-evb.dts @@ -150,7 +150,7 @@ }; pcf8563: rtc@51 { - compatible = "phg,pcf8563"; + compatible = "nxp,pcf8563"; reg = <0x51>; }; };