Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1285204 > unrolled thread
| Started by | Neil Armstrong <narmstrong@baylibre.com> |
|---|---|
| First post | 2015-12-07 12:00 +0100 |
| Last post | 2015-12-08 16:30 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH net 2/2] bindings: net: macb: add no-usrio optional property Neil Armstrong <narmstrong@baylibre.com> - 2015-12-07 12:00 +0100
Re: [PATCH net 2/2] bindings: net: macb: add no-usrio optional property Rob Herring <robh@kernel.org> - 2015-12-08 16:30 +0100
| From | Neil Armstrong <narmstrong@baylibre.com> |
|---|---|
| Date | 2015-12-07 12:00 +0100 |
| Subject | [PATCH net 2/2] bindings: net: macb: add no-usrio optional property |
| Message-ID | <qD1Gr-3oq-35@gated-at.bofh.it> |
Add the no-usrio optional property to disable usage of the USRIO
register on platforms not implementing it.
---
Documentation/devicetree/bindings/net/macb.txt | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Documentation/devicetree/bindings/net/macb.txt b/Documentation/devicetree/bindings/net/macb.txt
index b5d7976..a15ee54 100644
--- a/Documentation/devicetree/bindings/net/macb.txt
+++ b/Documentation/devicetree/bindings/net/macb.txt
@@ -19,6 +19,9 @@ Required properties:
Optional elements: 'tx_clk'
- clocks: Phandles to input clocks.
+Optional properties:
+- no-usrio: Indicates the platform integration does not implement the USRIO register.
+
Examples:
macb0: ethernet@fffc4000 {
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Date | 2015-12-08 16:30 +0100 |
| Subject | Re: [PATCH net 2/2] bindings: net: macb: add no-usrio optional property |
| Message-ID | <qDsnf-44U-9@gated-at.bofh.it> |
| In reply to | #1285204 |
On Mon, Dec 07, 2015 at 11:58:34AM +0100, Neil Armstrong wrote: > Add the no-usrio optional property to disable usage of the USRIO > register on platforms not implementing it. > --- > Documentation/devicetree/bindings/net/macb.txt | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/net/macb.txt b/Documentation/devicetree/bindings/net/macb.txt > index b5d7976..a15ee54 100644 > --- a/Documentation/devicetree/bindings/net/macb.txt > +++ b/Documentation/devicetree/bindings/net/macb.txt > @@ -19,6 +19,9 @@ Required properties: > Optional elements: 'tx_clk' > - clocks: Phandles to input clocks. > > +Optional properties: > +- no-usrio: Indicates the platform integration does not implement the USRIO register. Add a vendor prefix please. Rob -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web