Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751593AbdHQGSH (ORCPT ); Thu, 17 Aug 2017 02:18:07 -0400 Received: from regular1.263xmail.com ([211.150.99.139]:50902 "EHLO regular1.263xmail.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750943AbdHQGSF (ORCPT ); Thu, 17 Aug 2017 02:18:05 -0400 X-263anti-spam: KSV:0; X-MAIL-GRAY: 0 X-MAIL-DELIVERY: 1 X-KSVirus-check: 0 X-ABS-CHECKED: 4 X-RL-SENDER: jeffy.chen@rock-chips.com X-FST-TO: shawn.lin@rock-chips.com X-SENDER-IP: 103.29.142.67 X-LOGIN-NAME: jeffy.chen@rock-chips.com X-UNIQUE-TAG: <92ef4a5f59a3938ec6171e679f93ef98> X-ATTACHMENT-NUM: 0 X-DNS-TYPE: 0 Message-ID: <59953510.8000509@rock-chips.com> Date: Thu, 17 Aug 2017 14:17:52 +0800 From: jeffy User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:19.0) Gecko/20130126 Thunderbird/19.0 MIME-Version: 1.0 To: Shawn Lin CC: linux-kernel@vger.kernel.org, bhelgaas@google.com, briannorris@chromium.org, dianders@chromium.org, devicetree@vger.kernel.org, Heiko Stuebner , linux-pci@vger.kernel.org, linux-rockchip@lists.infradead.org, Rob Herring , Mark Rutland , linux-arm-kernel@lists.infradead.org Subject: Re: [RFC PATCH 2/3] dt-bindings: PCI: rockchip: Add support for pcie wake irq References: <20170816075224.31734-1-jeffy.chen@rock-chips.com> <20170816075224.31734-3-jeffy.chen@rock-chips.com> <35487e90-74f2-3a66-70d3-d0780b0b6e26@rock-chips.com> In-Reply-To: <35487e90-74f2-3a66-70d3-d0780b0b6e26@rock-chips.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1469 Lines: 48 Hi Shawn, On 08/16/2017 04:35 PM, Shawn Lin wrote: > Hi Jeffy > > On 2017/8/16 15:52, Jeffy Chen wrote: >> Add an optional interrupt for PCIE_WAKE pin. >> >> Signed-off-by: Jeffy Chen >> --- >> >> Documentation/devicetree/bindings/pci/rockchip-pcie.txt | 11 >> +++++++---- >> 1 file changed, 7 insertions(+), 4 deletions(-) >> >> diff --git a/Documentation/devicetree/bindings/pci/rockchip-pcie.txt >> b/Documentation/devicetree/bindings/pci/rockchip-pcie.txt >> index 1453a734c2f5..6ef9903567db 100644 >> --- a/Documentation/devicetree/bindings/pci/rockchip-pcie.txt >> +++ b/Documentation/devicetree/bindings/pci/rockchip-pcie.txt >> @@ -22,10 +22,13 @@ Required properties: >> - phys: From PHY bindings: Phandle for the Generic PHY for PCIe. >> - phy-names: MUST be "pcie-phy". >> - interrupts: Three interrupt entries must be specified. >> -- interrupt-names: Must include the following names >> - - "sys" >> - - "legacy" >> - - "client" >> +- interrupt-names: Include the following names >> + Required: >> + - "sys" >> + - "legacy" >> + - "client" >> + Optional: >> + - "wake" > > It would be better to introduce interrupts-extended and show a example > here. :) ok, will add it in next version > >> - resets: Must contain seven entries for each entry in reset-names. >> See ../reset/reset.txt for details. >> - reset-names: Must include the following names >> > > >