From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philipp Tomsich Date: Fri, 18 Aug 2017 18:08:41 +0200 Subject: [U-Boot] rockchip: rk322x: Disable integrated macphy for saving power consuming In-Reply-To: <1502694268-2995-1-git-send-email-david.wu@rock-chips.com> References: <1502694268-2995-1-git-send-email-david.wu@rock-chips.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > 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 Yang > Reviewed-by: Philipp Tomsich > --- > arch/arm/include/asm/arch-rockchip/grf_rk322x.h | 32 +++++++++++++++++++++++++ > arch/arm/mach-rockchip/rk322x-board.c | 8 +++++++ > 2 files changed, 40 insertions(+) > Acked-by: Philipp Tomsich