[PATCH 4/4] ARM: mvebu: add Device Tree description of RTC on Armada 38x
From: Maxime Ripard <hidden>
Date: 2015-01-14 08:14:54
Also in:
linux-devicetree
On Wed, Jan 14, 2015 at 12:03:12AM +0100, Arnaud Ebalard wrote:
Hi Gregory, Gregory CLEMENT [off-list ref] writes:quoted
The Marvell Armada 38x SoCs contains an RTC which differs from the RTC used in the other mvebu SoCs until now. This commit adds the Device Tree description of this interface at the SoC level. Signed-off-by: Gregory CLEMENT <redacted> --- arch/arm/boot/dts/armada-38x.dtsi | 6 ++++++ 1 file changed, 6 insertions(+)diff --git a/arch/arm/boot/dts/armada-38x.dtsi b/arch/arm/boot/dts/armada-38x.dtsi index 04fe80d101f8..22909add8889 100644 --- a/arch/arm/boot/dts/armada-38x.dtsi +++ b/arch/arm/boot/dts/armada-38x.dtsi@@ -466,6 +466,12 @@ clocks = <&gateclk 4>; }; + rtc at 184a8 { + compatible = "marvell,armada-380-rtc"; + reg = <0xa3800 0x20>, <0x184a0 0x0c>; + interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>; + }; +Out of curiosity, why not naming the node rtc at a3800? Main argument: least expectation principle when reading the .dtsi and expecting increasing addresses. Or did I miss sth else?
Actually, the ePAPR even states that the unit-adress must be the first address in reg (section 2.2.1.1 of the ePAPR 1.1) Maxime -- Maxime Ripard, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: Digital signature URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20150114/64fb9260/attachment.sig>