mirror of git://git.openwrt.org/openwrt/openwrt.git synced 2025-01-11 00:59:35 +00:00

brcm63xx: Neufbox 6: fix switch by probing through DT

Probe the switch through DT instead of a platform device. This fixes
probe, as GPIO offsets are now properly accounted for.

Fixes the following issue:

[    0.802953] 8021q: 802.1Q VLAN Support v1.8
[    0.810518] rtl8366_smi: gpio_request failed for 18, err=-517

Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
This commit is contained in:
Jonas Gorski 2017-02-07 17:15:36 +01:00
parent 8b741d5cd1
commit 0127c480bb
44 changed files with 136 additions and 208 deletions