[OpenWrt-Devel] RFC: conflicting LED usage (e.g. boot/wifi)

2018-12-31 Thread p . wassi
Dear list, on a small number of devices on ath79 we face the issue, that LEDs, which are used as boot indicators also have a linux,default-trigger set (for e.g. the wifi or usbport) This is not limited to ath79, but in principle affects all device-tree targets. Example on ath79: the GL.iNet

Re: [OpenWrt-Devel] [PATCH] treewide: dts: Unify naming of gpio-keys nodes

2018-12-31 Thread Christian Lamparter
On Sunday, December 30, 2018 12:17:25 PM CET Petr Štetiar wrote: > In DTS Checklist[1] we're now demanding proper generic node names, as > the name of a node should reflect the function of the device and use > generic name for that[2]. Everybody seems to be copy from DTS > files available in the

[OpenWrt-Devel] [PATCH v3 2/3] mtd: add logic for TP-Link ramips recovery magic

2018-12-31 Thread David Bauer
This adds an option to set the recovery flag of newer TP-Link MediaTek boards and remove it after a successful write. To make use of this feature, add the '-t' option to mtd-write. The '-t' option takes the mtd partition containing the recovery flag (usually 'romfile') as an argument. Make sure

[OpenWrt-Devel] [PATCH v3 3/3] ramips: add support for Archer C50 v4

2018-12-31 Thread David Bauer
This adds support for the TP-Link Archer C50 v4. It uses the same hardware as the v3 variant, sharing the same FCC-ID. CPU: MediaTek MT7628 (580MHz) RAM: 64M DDR2 FLASH: 8M SPI WiFi: 2.4GHz 2x2 MT7628 b/g/n integrated WiFI: 5GHz 2x2 MT7612 a/n/ac ETH: 1x WAN 4x LAN LED: Power, WiFi2,

[OpenWrt-Devel] [PATCH v3 1/3] tools: mktplinkfw2: add split-uboot layout

2018-12-31 Thread David Bauer
This commit adds the split-uboot partition layout used by the Archer C50 v4 to mktplinkfw2. Signed-off-by: David Bauer --- tools/firmware-utils/src/mktplinkfw2.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/tools/firmware-utils/src/mktplinkfw2.c

[OpenWrt-Devel] [PATCH v2] brcm63xx: VH4032N: add missing pinctrl

2018-12-31 Thread Daniel Gonzalez Cabanelas
Add missing pin controls for the Observa VH4032N router. This fixes the wifi radio and ethernet LAN LEDs. Signed-off-by: Daniel Gonzalez Cabanelas --- Changes in v2: - refresh the patch with the current changes target/linux/brcm63xx/dts/vh4032n.dts | 4 1 file changed, 4 insertions(+)