Re: [U-Boot] rockchip: rk322x: Disable integrated macphy for saving power consuming

2017-09-05 Thread Philipp Tomsich
> Unfortunately, the integrated macphy default is enabled, which will > increase power consuming, if we do not use this PHY. So let's disable > it at first, which will save power consuming. If we really use it, then > enable it in driver level. > > Signed-off-by: David Wu > Reviewed-by: Kever Yan

Re: [U-Boot] rockchip: rk322x: Disable integrated macphy for saving power consuming

2017-08-18 Thread Philipp Tomsich
> Unfortunately, the integrated macphy default is enabled, which will > increase power consuming, if we do not use this PHY. So let's disable > it at first, which will save power consuming. If we really use it, then > enable it in driver level. > > Signed-off-by: David Wu > Reviewed-by: Kever Yan

Re: [U-Boot] rockchip: rk322x: Disable integrated macphy for saving power consuming

2017-08-18 Thread Philipp Tomsich
> Unfortunately, the integrated macphy default is enabled, which will > increase power consuming, if we do not use this PHY. So let's disable > it at first, which will save power consuming. If we really use it, then > enable it in driver level. > > Signed-off-by: David Wu > Reviewed-by: Kever Yan

Re: [U-Boot] rockchip: rk322x: Disable integrated macphy for saving power consuming

2017-08-16 Thread Kever Yang
Hi David, On 08/14/2017 03:04 PM, David Wu wrote: Unfortunately, the integrated macphy default is enabled, which will increase power consuming, if we do not use this PHY. So let's disable it at first, which will save power consuming. If we really use it, then enable it in driver level. Signed-

[U-Boot] rockchip: rk322x: Disable integrated macphy for saving power consuming

2017-08-14 Thread David Wu
Unfortunately, the integrated macphy default is enabled, which will increase power consuming, if we do not use this PHY. So let's disable it at first, which will save power consuming. If we really use it, then enable it in driver level. Signed-off-by: David Wu --- arch/arm/include/asm/arch-rockc