Commit bdd33cb6 authored by Maxime Ripard's avatar Maxime Ripard

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
......@@ -150,7 +150,7 @@ wm8978: codec@1a {
};
pcf8563: rtc@51 {
compatible = "phg,pcf8563";
compatible = "nxp,pcf8563";
reg = <0x51>;
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment