]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: AM4372: Reorder the rtc compatible string
authorKeerthy <j-keerthy@ti.com>
Wed, 5 Aug 2015 10:49:45 +0000 (16:19 +0530)
committerTony Lindgren <tony@atomide.com>
Thu, 6 Aug 2015 07:27:20 +0000 (00:27 -0700)
Compared to da830-rtc compatibility am3352-rtc is more compatible to
the one in am437x. Hence adding the am3352-rtc compatible to cover the
entire feature set.

The ti,am4372-rtc has no Documentation and not used even in the driver
hence removing it.

Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am4372.dtsi

index 86a1454f5647afdcf4b33d444c1a8be9607b393a..65c43346f20b975bf08de5270c95e68dc565046a 100644 (file)
                };
 
                rtc: rtc@44e3e000 {
-                       compatible = "ti,am4372-rtc","ti,da830-rtc";
+                       compatible = "ti,am3352-rtc", "ti,da830-rtc";
                        reg = <0x44e3e000 0x1000>;
                        interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH
                                      GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;