diff options
author | Arnd Bergmann <arnd@arndb.de> | 2015-05-07 18:23:49 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2015-05-07 18:23:49 +0200 |
commit | 654758ae09b4257f2f79c46ade01f973990d63f0 (patch) | |
tree | 4aa138bbb938ee9240a329ef587d69e37c05680a /arch/arm | |
parent | Merge tag 'fixes-for-v4.1-rc2' of https://github.com/rjarzmik/linux into fixes (diff) | |
parent | ARM: mvebu: armada-xp-openblocks-ax3-4: Disable internal RTC (diff) | |
download | linux-654758ae09b4257f2f79c46ade01f973990d63f0.tar.xz linux-654758ae09b4257f2f79c46ade01f973990d63f0.zip |
Merge tag 'mvebu-fixes-4.1' of git://git.infradead.org/linux-mvebu into fixes
Pull "mvebu fix for 4.1" from Gregory CLEMENT:
Disable the unused internal RTC in the dts of the OpenBlock AX3
* tag 'mvebu-fixes-4.1' of git://git.infradead.org/linux-mvebu:
ARM: mvebu: armada-xp-openblocks-ax3-4: Disable internal RTC
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts b/arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts index e3b08fb959e5..990e8a2100f0 100644 --- a/arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts +++ b/arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts @@ -105,6 +105,10 @@ }; internal-regs { + rtc@10300 { + /* No crystal connected to the internal RTC */ + status = "disabled"; + }; serial@12000 { status = "okay"; }; |