diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2015-05-19 22:54:05 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2015-05-19 22:54:05 +0000 |
commit | 86e4ee7273a374a2f7c20b72803d15ab58a97be7 (patch) | |
tree | a8df27fa28934d1f6acc9ffea1057bab6b87df11 /target | |
parent | ccff9140b711d2b250406b20fe36a5d6ab11639b (diff) | |
download | upstream-86e4ee7273a374a2f7c20b72803d15ab58a97be7.tar.gz upstream-86e4ee7273a374a2f7c20b72803d15ab58a97be7.tar.bz2 upstream-86e4ee7273a374a2f7c20b72803d15ab58a97be7.zip |
mvebu: supress useless in-cpu rtc init on the Mamba
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45704 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/mvebu/patches-3.18/004-mamba_disable_rtc.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/target/linux/mvebu/patches-3.18/004-mamba_disable_rtc.patch b/target/linux/mvebu/patches-3.18/004-mamba_disable_rtc.patch new file mode 100644 index 0000000000..925bab0386 --- /dev/null +++ b/target/linux/mvebu/patches-3.18/004-mamba_disable_rtc.patch @@ -0,0 +1,14 @@ +--- a/arch/arm/boot/dts/armada-xp-linksys-mamba.dts ++++ b/arch/arm/boot/dts/armada-xp-linksys-mamba.dts +@@ -183,6 +183,11 @@ + + internal-regs { + ++ rtc@10300 { ++ /* No crystal connected to the internal RTC */ ++ status = "disabled"; ++ }; ++ + /* J10: VCC, NC, RX, NC, TX, GND */ + serial@12000 { + status = "okay"; |