- Aug 16, 2018
-
-
Mathias Kresin authored
Indicate a (sys)upgrade via leds as well. It brings the lantiq diag.sh script en par with the other implementations using devicetree aliases to define multiple leds for boot status indication. By default, use the boot finished led to indicate an upgrade for now. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
- Feb 20, 2018
-
-
Hauke Mehrtens authored
Updated the devicetree source files to make use of the following upstreamed drivers: - xrx200 ethernet phy - reset controller unit - dwc2 - fpi Use our custom xrx200 ethernet phy compatible to support boards, which have switched the vr9 revision during lifetime, with a single devicetree source file. By switching to the dwc2 driver + usb phy framework, we don't need to used our custom gpio power patch and can use a fixed regulator instead. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
Mathias Kresin authored
Move common used parts to dtsi. Add labels to nodes and reference nodes via labels in dts files. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
Hauke Mehrtens authored
This just copies the patches, configuration and dts files into the directories hich are used for kernel 4.14. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
Mathias Kresin authored
Move the devicetree source files to a kernel specific directory in preparation of adding kernel 4.14 support. Rename the subtarget kernel config files to match a specific kernel version. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
- Dec 16, 2017
-
-
Mathias Kresin authored
Remove the former used board name from the device model property and use the model name as it is. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
Mathias Kresin authored
The compatible string is mandetory for devicetree source file. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
- May 05, 2017
-
-
Mathias Kresin authored
It has been shown that the Fritz boxes have the correct mac address set in the wireless calibration data/eeeprom. Use this mac address as base for the ethernet and xdsl interface increment/decrement the address to match the values stored in the tffs. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
- Jan 05, 2017
-
-
Hauke Mehrtens authored
The boot loader of many boards provides a kernel boot argument with a broken console parameter to the kernel. This will be taken before the stdout-path defined in device tree and the serial will not work on this board. Multiple boards are affected by this problem, so revert this patch for all boards. Later we can remove the boot arguments from the device tree again, after the individual board was checked to work. This partly reverts this commit: commit 4995c648 Author: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Date: Sun Dec 11 21:55:00 2016 +0100 lantiq: specify console using stdout-path instead of cmdline argument Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
- Dec 12, 2016
-
-
Martin Blumenstingl authored
/etc/preinit has been the default init-script for a very long time (at least since Linux 2.6.30 in OpenWrt). Remove the kernel command line "init" parameter to get rid of duplicate and inconsistent definitions of this parameter (some boards, like FRITZ3370 for example did not use it at all, while it's just copy and paste on others). Signed-off-by:
Martin Blumenstingl <martin.blumenstingl@googlemail.com>
-
Martin Blumenstingl authored
Use devicetree's /chosen/stdout-path instead of the kernel command line (embedded in the .dts-files) to specify the serial console. Using the chosen node is recommended on devicetree based platforms. Signed-off-by:
Martin Blumenstingl <martin.blumenstingl@googlemail.com>
-
- Nov 29, 2016
-
-
Martin Blumenstingl authored
This moves the extraction of the eeprom/calibration data to a hotplug firmware script. Additionally it modifies all .dts to configure ath9k directly from within the .dts. The owl-loader approach enables support on devices with exotic eeprom data locations (such as unaligned positions on the flash or data inside an UBI volume). Signed-off-by:
Martin Blumenstingl <martin.blumenstingl@googlemail.com> [add ath9k caldata mac address patcher] [fixes DGN3500 wifi mac] [fixes BTHOMEHUBV3A wifi mac] [set invalid mac for BTHOMEHUB2B, FRITZ3370, FRITZ7320 & FRITZ7360SL to restore previous random mac behavior] Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
- Nov 27, 2016
-
-
Mathias Kresin authored
Use keycodes that matches the intended use case based on the label. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
- Nov 13, 2016
-
-
Mathias Kresin authored
All compiled device tree files not mentioned are binary identical to the former ones. Fix the obvious decimal/hex confusion for the power key of ramips/M2M.dts. Due to the include of the input binding header, the BTN_* node names in: - ramips/GL-MT300A.dts - ramips/GL-MT300N.dts - ramips/GL-MT750.dts - ramips/Timecloud.dts will be changed by the compiler to the numerical equivalent. Move the binding include of lantiq boards to the file where they are used the first time to hint the user where the values do come from. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
- Nov 03, 2016
-
-
Mathias Kresin authored
- remove not existing properties - remove properties having the same values as the included dtsi - remove nodes which are disabled in the included dtsi and not enabled in dts - replace the deprecated pinctrl-* compatible strings - use the same labels for nodes as the included dtsi - move common used vr9 pci properties to vr9.dtsi - remove the unused stp node from HomeHub 2B devcie tree source file - fix spaces vs. tabs and remove superfluous linebreaks Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
- Oct 19, 2016
-
-
Andreas Eberlein authored
The device tree file of ARV752DPW uses numbers/hex values for gpio states and input event codes. This cleans it up and uses the available macros from header files. This way the functions are easier to read and comprehend. Signed-off-by:
Andreas Eberlein <foodeas@aeberlein.de> [sanitize all device tree files] Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
- Oct 05, 2016
-
-
Mathias Kresin authored
The chosen node is clearly the wrong place for aliases. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
- Jun 14, 2016
-
-
John Crispin authored
Signed-off-by:
John Crispin <john@phrozen.org>
-
- May 10, 2016
-
-
blogic authored
Starting with kernel 4.4, the use of partitions as direct subnodes of the mtd device is discouraged and only supported for backward compatiblity reasons. Signed-off-by:
Mathias Kresin <openwrt@kresin.me> SVN-Revision: 49280
-
- Jan 01, 2016
-
-
John Crispin authored
The leds of the following boards are not renamed due to lack of manuals/informations: - ARV7519PW - ARV7510PW22 - ARV4510PW The leds of the ARV4518PWR01* boards are unchanged, since the leds doesn't match the leds from the manual or pictures (e.g. there shouldn't be a wps led). Signed-off-by:
Mathias Kresin <openwrt@kresin.me> SVN-Revision: 48042
-
John Crispin authored
The BTHOMEHUBV5A has a RGB power led, where every colour is perfect to indicate the current boot state. This patch adds support for such cases. The existing led sequences should be the same as before. Boards which are using a led different from power (like TDW89x0) are changed to switch of the led after boot Signed-off-by:
Mathias Kresin <openwrt@kresin.me> SVN-Revision: 48041
-
John Crispin authored
- ARV7525PW: use the power led as dsl led as done by the stock firmware - FRITZ3370: use the info led as internet led - FRITZ7320: use the power led as dsl led as done by the stock firmware Signed-off-by:
Mathias Kresin <openwrt@kresin.me> SVN-Revision: 48037
-
- Sep 18, 2013
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 38042
-
- Sep 17, 2013
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 38027
-
- Jun 08, 2013
-
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 36882
-
- Apr 25, 2013
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 36443
-
- Dec 15, 2012
-
-
John Crispin authored
SVN-Revision: 34691
-