diff options
author | Keerthy <j-keerthy@ti.com> | 2015-08-07 10:37:19 +0530 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-08-12 01:49:02 -0700 |
commit | 05743b3a09e905b4b09681639fa386feb6a96b5a (patch) | |
tree | 575bb478be6b1ff80cb533d27d5adf2ea82f95e6 /arch/arm/boot/dts/am4372.dtsi | |
parent | aced04843278662c9058a8ff72619af9a4d84065 (diff) | |
download | blackbird-op-linux-05743b3a09e905b4b09681639fa386feb6a96b5a.tar.gz blackbird-op-linux-05743b3a09e905b4b09681639fa386feb6a96b5a.zip |
ARM: dts: AM4372: Add the am4372-rtc compatible string
am4372-rtc string was already part of dts, introduced to identify
the rtc specific to am4372 family of SoCs. It was removed in one of the
previous patches. Adding back the same with appropriate documentation.
Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am4372.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am4372.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index 15fbc56596cc..6bc8b49bfaaf 100644 --- a/arch/arm/boot/dts/am4372.dtsi +++ b/arch/arm/boot/dts/am4372.dtsi @@ -330,7 +330,8 @@ }; rtc: rtc@44e3e000 { - compatible = "ti,am3352-rtc", "ti,da830-rtc"; + compatible = "ti,am4372-rtc", "ti,am3352-rtc", + "ti,da830-rtc"; reg = <0x44e3e000 0x1000>; interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>; |