From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Stuebner 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> References: <1510134642-18797-1-git-send-email-zyw@rock-chips.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1510134642-18797-1-git-send-email-zyw@rock-chips.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Chris Zhong Cc: Mark Rutland , devicetree@vger.kernel.org, Russell King , linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, Rob Herring , linux-arm-kernel@lists.infradead.org List-Id: devicetree@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