Unverified Commit bdd33cb6 authored by Maxime Ripard's avatar Maxime Ripard
Browse files

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: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
parent ae683c81
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -150,7 +150,7 @@
	};

	pcf8563: rtc@51 {
		compatible = "phg,pcf8563";
		compatible = "nxp,pcf8563";
		reg = <0x51>;
	};
};