ramips: Get rt3052 ethernet ports to be disabled from the device tree.
authorJohn Crispin <john@openwrt.org>
Sun, 3 Jan 2016 18:03:17 +0000 (18:03 +0000)
committerJohn Crispin <john@openwrt.org>
Sun, 3 Jan 2016 18:03:17 +0000 (18:03 +0000)
commitf4500bfa5454dafc7a82cbd698eed0050a6b826d
tree4d50ad78bc1d8346dbbb46efc9ce465a849e08dc
parent493907f864ada2ac15ea951b1e61134f09ba883a
ramips: Get rt3052 ethernet ports to be disabled from the device tree.

This patch allows configuring ports to be disabled in the device tree; this
saves power, since disabling ports here actually disables power to ethernet
PHYs.

Line 461 enables all ethernet ports, so line 508 is getting zero ports to be
disabled, except for port 5 in SoCs where this is not implemented as it will
be sticky disabled in register POC0. Because of this, the code will still read
the switch configuration and OR it to the device tree setting.

Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net>
SVN-Revision: 48096
target/linux/ramips/files/drivers/net/ethernet/ralink/esw_rt3052.c