[PATCH v3 3/4] ARM: dts: omap: dra7: add da830 fallback to am3352 rtc compatible string
From: Bhargav Joshi
Date: Tue Aug 04 2026 - 13:33:21 EST
The AM3352 RTC is compatible with the DA830 RTC. Update the compatible
string to include the ti,da830-rtc fallback to align with the device
tree bindings and other board files.
Signed-off-by: Bhargav Joshi <j.bhargav.u@xxxxxxxxx>
---
arch/arm/boot/dts/ti/omap/dra7-l4.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/ti/omap/dra7-l4.dtsi b/arch/arm/boot/dts/ti/omap/dra7-l4.dtsi
index c8d325b0f57b..9e9609cf3188 100644
--- a/arch/arm/boot/dts/ti/omap/dra7-l4.dtsi
+++ b/arch/arm/boot/dts/ti/omap/dra7-l4.dtsi
@@ -3556,7 +3556,7 @@ rtctarget: target-module@38000 { /* 0x48838000, ap 29 12.0 */
ranges = <0x0 0x38000 0x1000>;
rtc: rtc@0 {
- compatible = "ti,am3352-rtc";
+ compatible = "ti,am3352-rtc", "ti,da830-rtc";
reg = <0x0 0x100>;
interrupts = <GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH>;
--
2.55.0