Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Walter Schweizer and committed by
Gregory CLEMENT
15382b7e 54ecb8f7

+1 -1
+1 -1
arch/arm/boot/dts/kirkwood-synology.dtsi
··· 244 244 245 245 rs5c372: rs5c372@32 { 246 246 status = "disabled"; 247 - compatible = "ricoh,rs5c372"; 247 + compatible = "ricoh,rs5c372a"; 248 248 reg = <0x32>; 249 249 }; 250 250