ARM: dts: kirkwood: synology: Fix rs5c372 RTC entry

In the rtc-rs5c372.c driver the compatible entry has been renamed
from rs5c372 to rs5c372a. Most dts files have been adapted.
This patch completes the change.

Signed-off-by: Walter Schweizer <ws.kernel@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
This commit is contained in:
Walter Schweizer
2019-09-28 12:53:44 +02:00
committed by Gregory CLEMENT
parent 54ecb8f702
commit 15382b7ea2
+1 -1
View File
@@ -244,7 +244,7 @@
rs5c372: rs5c372@32 {
status = "disabled";
compatible = "ricoh,rs5c372";
compatible = "ricoh,rs5c372a";
reg = <0x32>;
};