[PATCH v3 3/4] ARM: dts: omap: dra7: add da830 fallback to am3352 rtc compatible string
Bhargav Joshi <[email protected]>
| Newsgroups | org.kernel.vger.linux-omap,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel,org.kernel.vger.linux-rtc |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> --- 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