From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757182AbdLPULk (ORCPT ); Sat, 16 Dec 2017 15:11:40 -0500 Received: from gloria.sntech.de ([95.129.55.99]:40778 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756964AbdLPULh (ORCPT ); Sat, 16 Dec 2017 15:11:37 -0500 From: Heiko Stuebner To: Chris Zhong Cc: Rob Herring , Mark Rutland , Russell King , linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] ARM: dts: add reset property for rk3066a-rayeager emac phy Date: Sat, 16 Dec 2017 21:11:17 +0100 Message-ID: <9893397.vbQdaeDkgV@phil> User-Agent: KMail/5.2.3 (Linux/4.13.0-1-amd64; KDE/5.37.0; x86_64; ; ) In-Reply-To: <1510134642-18797-1-git-send-email-zyw@rock-chips.com> References: <1510134642-18797-1-git-send-email-zyw@rock-chips.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Chris, Am Mittwoch, 8. November 2017, 17:50:41 CET schrieb Chris Zhong: > The ethernet phy of rk3066a-rayeager has a reset pin, it controlled by > GPIO1_D6, this pin should be pull down then pull up to reset the phy. > Add a reset-gpios property in phy0, make the phy can be reset when emac > power on. > > Signed-off-by: Chris Zhong > --- > > Changes in v2: > use a generic property for reset, and this patch follow these 2 pathes > from Geert Uytterhoeven > http://patchwork.ozlabs.org/patch/828499/ > http://patchwork.ozlabs.org/patch/828505/ looks like the phylib-patches were accepted some days ago, so I've now also applied this patch for 4.16, after fixing the subject by adding the "rockchip:" to "ARM: dts: rockchip": :-) Heiko