summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/sun5i-gr8-evb.dts
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@bootlin.com>2019-05-25 15:41:40 +0200
committerMaxime Ripard <maxime.ripard@bootlin.com>2019-05-30 13:37:50 +0200
commitbdd33cb6e24f4fc5a6d281ec81d2764698432117 (patch)
treeb87741976e50b8d93c259212999504179e5ba782 /arch/arm/boot/dts/sun5i-gr8-evb.dts
parentae683c816d9f4aadec3eaf1da69a04c07ca9fd3f (diff)
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>
Diffstat (limited to 'arch/arm/boot/dts/sun5i-gr8-evb.dts')
-rw-r--r--arch/arm/boot/dts/sun5i-gr8-evb.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sun5i-gr8-evb.dts b/arch/arm/boot/dts/sun5i-gr8-evb.dts
index d003b895a696..4c20d731a9c6 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>;
};
};