Netdev Archive on lore.kernel.org help / color / mirror / Atom feed
From: Joakim Zhang <qiangqing.zhang@nxp.com> To: davem@davemloft.net, kuba@kernel.org, robh+dt@kernel.org, shawnguo@kernel.org, s.hauer@pengutronix.de, festevam@gmail.com, andrew@lunn.ch Cc: kernel@pengutronix.de, linux-imx@nxp.com, netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH net-next 1/3] dt-bindings: net: fsl,fec: add "fsl,wakeup-irq" property Date: Thu, 5 Aug 2021 15:46:13 +0800 [thread overview] Message-ID: <20210805074615.29096-2-qiangqing.zhang@nxp.com> (raw) In-Reply-To: <20210805074615.29096-1-qiangqing.zhang@nxp.com> Add "fsl,wakeup-irq" property for FEC controller to select wakeup irq source. Signed-off-by: Fugang Duan <fugang.duan@nxp.com> Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com> --- Documentation/devicetree/bindings/net/fsl,fec.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Documentation/devicetree/bindings/net/fsl,fec.yaml b/Documentation/devicetree/bindings/net/fsl,fec.yaml index eca41443fcce..d83f2103c1e6 100644 --- a/Documentation/devicetree/bindings/net/fsl,fec.yaml +++ b/Documentation/devicetree/bindings/net/fsl,fec.yaml @@ -164,6 +164,13 @@ properties: req_gpr is the gpr register offset for ENET stop request. req_bit is the gpr bit offset for ENET stop request. + fsl,wakeup-irq: + $ref: /schemas/types.yaml#/definitions/uint32 + description: + The property defines the wakeup irq index in enet irq source, the default + value is 0 if not specified. + enum: [0, 1, 2, 3] + mdio: type: object description: -- 2.17.1
next prev parent reply other threads:[~2021-08-05 7:47 UTC|newest] Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-08-05 7:46 [PATCH net-next 0/3] net: fec: add support to select wakeup irq source Joakim Zhang 2021-08-05 7:46 ` Joakim Zhang [this message] 2021-08-05 9:18 ` [PATCH net-next 1/3] dt-bindings: net: fsl, fec: add "fsl, wakeup-irq" property Florian Fainelli 2021-08-09 5:08 ` Joakim Zhang 2021-08-09 18:39 ` Florian Fainelli 2021-08-10 2:21 ` Joakim Zhang 2021-08-10 14:32 ` Andrew Lunn 2021-08-11 7:57 ` Joakim Zhang 2021-08-11 16:16 ` Andrew Lunn 2021-08-13 18:22 ` Rob Herring 2021-08-16 6:48 ` Joakim Zhang 2021-08-10 17:45 ` Florian Fainelli 2021-08-11 8:06 ` Joakim Zhang 2021-08-12 9:46 ` Florian Fainelli 2021-08-05 7:46 ` [PATCH net-next 2/3] net: fec: add support to select wakeup irq source Joakim Zhang 2021-08-05 7:46 ` [PATCH net-next 3/3] arm64: dts: imx8m: add "fsl,wakeup-irq" property for FEC Joakim Zhang
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20210805074615.29096-2-qiangqing.zhang@nxp.com \ --to=qiangqing.zhang@nxp.com \ --cc=andrew@lunn.ch \ --cc=davem@davemloft.net \ --cc=devicetree@vger.kernel.org \ --cc=festevam@gmail.com \ --cc=kernel@pengutronix.de \ --cc=kuba@kernel.org \ --cc=linux-arm-kernel@lists.infradead.org \ --cc=linux-imx@nxp.com \ --cc=linux-kernel@vger.kernel.org \ --cc=netdev@vger.kernel.org \ --cc=robh+dt@kernel.org \ --cc=s.hauer@pengutronix.de \ --cc=shawnguo@kernel.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).