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>
This commit is contained in:
Maxime Ripard 2019-05-25 15:41:40 +02:00
parent ae683c816d
commit bdd33cb6e2
No known key found for this signature in database
GPG key ID: E3EF0D6F671851C5

View file

@ -150,7 +150,7 @@ wm8978: codec@1a {
};
pcf8563: rtc@51 {
compatible = "phg,pcf8563";
compatible = "nxp,pcf8563";
reg = <0x51>;
};
};