mvebu: supress useless in-cpu rtc init on the Mamba
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 45704
This commit is contained in:
parent
2ef739d258
commit
c4c4cce190
1 changed files with 14 additions and 0 deletions
14
target/linux/mvebu/patches-3.18/004-mamba_disable_rtc.patch
Normal file
14
target/linux/mvebu/patches-3.18/004-mamba_disable_rtc.patch
Normal file
|
@ -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";
|
Loading…
Reference in a new issue