From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-sh2.amlogic.com ([58.32.228.45]:33779 "EHLO mail-sh2.amlogic.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727203AbeH3Lus (ORCPT ); Thu, 30 Aug 2018 07:50:48 -0400 Subject: Re: [PATCH v2 1/2] dt-bindings: phy: add DT bindings for Amlogic Meson PCIe Phy controller To: Rob Herring CC: Kishon Vijay Abraham I , Yue Wang , , , , Kevin Hilman , Carlo Caione , Yixun Lan , Liang Yang , Jianxin Pan , Qiufang Dai , Jian Hu , References: <1535096006-152091-1-git-send-email-hanjie.lin@amlogic.com> <1535096006-152091-2-git-send-email-hanjie.lin@amlogic.com> <20180829003722.GA25763@bogus> From: Hanjie Lin Message-ID: <82b460e6-0cfe-b5c4-f4ed-d339c579453e@amlogic.com> Date: Thu, 30 Aug 2018 15:50:19 +0800 MIME-Version: 1.0 In-Reply-To: <20180829003722.GA25763@bogus> Content-Type: text/plain; charset="windows-1252" Sender: linux-pci-owner@vger.kernel.org List-ID: On 2018/8/29 8:37, Rob Herring wrote: > On Fri, 24 Aug 2018 15:33:25 +0800, Hanjie Lin wrote: >> From: Yue Wang >> >> The Meson-PCIE-PHY controller supports the 5-Gbps data rate >> of the PCI Express Gen 2 specification and is backward compatible >> with the 2.5-Gbps Gen 1.1 specification with only >> inferred idle detection supported on Amlogic SoCs. >> >> Signed-off-by: Hanjie Lin >> Signed-off-by: Yue Wang >> --- >> .../bindings/phy/amlogic,meson-pcie-phy.txt | 21 +++++++++++++++++++++ >> 1 file changed, 21 insertions(+) >> create mode 100644 Documentation/devicetree/bindings/phy/amlogic,meson-pcie-phy.txt >> > > Reviewed-by: Rob Herring > > . > Thanks for the review. As described during the discussion [0], we consider it's too overkill to have a dedicated phy driver which only process reset line. So we will abandon phy driver and integrate phy reset into the controller driver int the next version. [0] https://lkml.kernel.org/r/1535096165-45827-1-git-send-email-hanjie.lin@amlogic.