- Jun 08, 2018
-
-
Rosen Penev authored
Node /cpus/cpu@0 has a unit name, but no reg property Node /cpus/cpu@1 has a unit name, but no reg property Node /cpuintc@0 has a unit name, but no reg property Node /cpuclock@0 has a unit name, but no reg property Node /sysclock@0 has a unit name, but no reg property Node /pcie@1e140000/pcie0 missing ranges for PCI bridge (or not a bridge) Node /pcie@1e140000/pcie0 missing bus-range for PCI bridge Node /pcie@1e140000/pcie1 missing ranges for PCI bridge (or not a bridge) Node /pcie@1e140000/pcie1 missing bus-range for PCI bridge Node /pcie@1e140000/pcie2 missing ranges for PCI bridge (or not a bridge) Node /pcie@1e140000/pcie2 missing bus-range for PCI bridge Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- Jun 01, 2018
-
-
John Crispin authored
This reverts commit 5f7396eb. Signed-off-by:
John Crispin <john@phrozen.org>
-
- May 14, 2018
-
-
NeilBrown authored
As the Interrupts for the PCI adapters are listed in devicetree we shouldn't need to have them explicit in the code. The simplest way to do this is to use of_irq_parse_and_map_pci() and specify an interrupt-map which identifies the different PCI hosts by bus/slot numbers. This has the advantage that the hwirq number are mapped to virq numbers for us, so the ugly hack can go. Signed-off-by:
NeilBrown <neil@brown.name> Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-
- Apr 06, 2018
-
-
John Crispin authored
Supports IPv4 flow offloading on MT7621 for Routing, SNAT and DNAT Supported are regular ethernet->ethernet connections, including one 802.1q VLAN and/or PPPoE encapsulation Signed-off-by:
John Crispin <john@phrozen.org> Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
- Feb 22, 2018
-
-
Roman Yeryomin authored
In 4.14 reg-names is required to identify resources. Otherwise init fails with: [ 5.900501] xhci-mtk 1e1c0000.xhci: invalid resource [ 5.910499] xhci-mtk: probe of 1e1c0000.xhci failed with error -22 Signed-off-by:
Roman Yeryomin <roman@advem.lv>
-
- Sep 22, 2017
-
-
Kevin Darbyshire-Bryant authored
mediatek MT7621 soc watchdog DTS id was renamed from "mtk,mt7621-wdt" to "mediatek,mt7621-wdt" when driver upstreamed to kernel 4.5 Update mt7621.dtsi & mt7628an.dtsi definitions to match upstreamed kernel. Restores hardward watchdog functionality on mt7621 devices under linux 4.9 Tested on: MIR3G Signed-off-by:
Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
-
- Jul 26, 2017
-
-
John Crispin authored
there were 2 bugs *) core1 came up with a bad bogo mips, looks like the clock needed time to stabilize *) HPT frequency was not set making r4k timers not come up properly Signed-off-by:
John Crispin <john@phrozen.org>
-
- Nov 23, 2016
-
-
Mathias Kresin authored
Fix a typo in mt7621.dtsi compatible string. Disable spi, sdhci and pci in mt7621.dtsi and enable the nodes in the indiviual board dts files. The nodes require further device specific configuration anyway. Remove the m25p80@0 spi child node from mt7621.dtsi and add the chunked-io parameter to the individual board dts files. Fix the spi flash compatible string for the WNDR3700V5. Drop the mt7621-eval-board compatible string for all boards which are not the eval board. Drop the linux,modalias parameter from spi flash node. Remove the xhci node from board files, it is already enabled in dtsi. Disable xhci for boards not having usb ports populated. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
- Jun 13, 2016
-
-
Michael Lee authored
Signed-off-by:
Michael Lee <igvtee@gmail.com>
-
Michael Lee authored
Signed-off-by:
Michael Lee <igvtee@gmail.com>
-
Michael Lee authored
Signed-off-by:
Michael Lee <igvtee@gmail.com>
-
- May 18, 2016
-
-
Álvaro Fernández Rojas authored
size-cells should be 0 in order to avoid dummy values in reg properties. Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com>
-
- May 12, 2016
-
-
Stanislav Galabov authored
This commit makes the following modifications to ramips dts files: 1. Add clkctrl node to all dtsi files (although not used for now) 2. Add clocks and clock-names properties to some nodes (usbphy, pci) 3. Add usbphy node for rt3050 (although not used for now) 4. Add clock-frequency to uart nodes in mt7621.dtsi and mt7628an.dtsi These modifications, although not fully used at the moment, will make it easier for FreeBSD to adopt and use LEDE ramips dts files with minimal changes for easier maintenance. Signed-off-by:
Stanislav Galabov <sgalabov@gmail.com>
-
Stanislav Galabov authored
Add node aliases to dtsi files. Reword dts files so they're more in-line with upstream. Fix some more warnings and errors reported by dtc Signed-off-by:
Stanislav Galabov <sgalabov@gmail.com>
-
- May 10, 2016
-
-
Stanislav Galabov authored
Signed-off-by:
Stanislav Galabov <sgalabov@gmail.com>
-
Stanislav Galabov authored
This patch introduces serial0 aliases in the ramips DTS files, which can then be used to denote the active console instead of relying on bootargs. Signed-off-by:
Stanislav Galabov <sgalabov@gmail.com>
-
- Mar 07, 2016
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48951
-
- Dec 19, 2015
-
-
Felix Fietkau authored
Enable it from .dts files that need it, also remove redundant properties Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47936
-
- Dec 17, 2015
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 47900
-
- Dec 12, 2015
-
-
John Crispin authored
Partitions defined in parent dtsi cannot be undefined in children. This moves partitions defined in mt7621.dtsi into board's device tree. Signed-off-by:
Nikolay Martynov <mar.kolya@gmail.com> SVN-Revision: 47876
-
John Crispin authored
* Switches clocksource to gic timer. * Moves frequency definitions to dtsi since frequency was hardcoded anyway Will work on proper frequency detection later. Signed-off-by:
Nikolay Martynov <mar.kolya@gmail.com> SVN-Revision: 47875
-
- Dec 11, 2015
-
-
Felix Fietkau authored
This reverts commit 270a2afcc544ca14e79198346e7e186033472ae7. SVN-Revision: 47872
-
John Crispin authored
* Switches clocksource to gic timer. * Moves frequency definitions to dtsi since frequency was hardcoded anyway Will work on proper frequency detection later. Signed-off-by:
Nikolay Martynov <mar.kolya@gmail.com> SVN-Revision: 47843
-
John Crispin authored
Enables CPS multiprocessing instead ob obsoleted CMP for mt7621. This patch fixes a few issues currently existing on 4.3 kernel with at least ubnt-erx: * iperf shows only 50Mbits on direct gigabit connection to desktop, * ping times jump to 5-6ms to dorectly connected desktop * /proc/interrupts shows spurious interrups (ERR) Signed-off-by:
Nikolay Martynov <mar.kolya@gmail.com> SVN-Revision: 47842
-
John Crispin authored
This also adds dts nodes for cpc and mc for documentation purposes Signed-off-by:
Nikolay Martynov <mar.kolya@gmail.com> SVN-Revision: 47836
-
- Dec 10, 2015
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 47831
-
- Oct 05, 2015
-
-
John Crispin authored
Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 47119
-
- Sep 16, 2015
-
-
John Crispin authored
The pinctrl-rt2880 code doesn't support multiple functions with the same name. This will result in a incorrect pinmux configuration. Signed-off-by:
Sven Eckelmann <sven@open-mesh.com> SVN-Revision: 46963
-
- Aug 17, 2015
-
-
John Crispin authored
The following patch fixes: * wrong indentations * doubled gpio-keys-polled nodes (DIR-300-B7, DIR-320-B1, DIR-610-A1) * duplicate spacings * empty lines at end of files and after last child nodes * trailing and leading whitespace * unnecessary and commented-out code * missing empty lines between nodes and between properties and nodes * unnecessary empty lines between nodes properties [1] in .dts{,i} files, for ramips target. [1] Some of empty lines in SOCs dtsi files were left untouched, because they seem to be there for a reason (readability?). Signed-off-by:
Piotr Dymacz <pepe2k@gmail.com> SVN-Revision: 46613
-
- Mar 17, 2015
-
-
John Crispin authored
Signed-off-by:
zouxf <fl.service@t-firefly.com> SVN-Revision: 44868
-
- Jan 18, 2015
-
-
Felix Fietkau authored
Signed-off-by:
michael lee <igvtee@gmail.com> SVN-Revision: 44042
-
- Jan 17, 2015
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44009
-
- Jan 03, 2015
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43815
-
- Jan 02, 2015
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43808
-
- Dec 15, 2014
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 43720
-
- Dec 03, 2014
-
-
John Crispin authored
Signed-off-by:
L. D. Pinney <ldpinney@gmail.com> SVN-Revision: 43514
-
- Nov 15, 2014
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 43275
-
- Nov 14, 2014
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 43249
-
- Nov 12, 2014
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 43238
-
- Nov 06, 2014
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 43197
-