* [PATCH] dt-bindings: net: sms911x: Add missing optional VDD regulators
@ 2017-06-19 16:05 Krzysztof Kozlowski
[not found] ` <20170619160541.5155-1-krzk-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Krzysztof Kozlowski @ 2017-06-19 16:05 UTC (permalink / raw)
To: Rob Herring, Mark Rutland, Linus Walleij, David S. Miller,
Arnd Bergmann, Krzysztof Kozlowski, netdev, devicetree,
linux-kernel
The lan911x family of devices require supplying from 3.3 V power
supplies (connected to VDD_IO, VDD_A and VREG_3.3 pins). The existing
driver however obtains only VDD_IO and VDD_A regulators in an optional
way so document this in bindings.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
Documentation/devicetree/bindings/net/smsc911x.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/net/smsc911x.txt b/Documentation/devicetree/bindings/net/smsc911x.txt
index 16c3a9501f5d..acfafc8e143c 100644
--- a/Documentation/devicetree/bindings/net/smsc911x.txt
+++ b/Documentation/devicetree/bindings/net/smsc911x.txt
@@ -27,6 +27,7 @@ Optional properties:
of the device. On many systems this is wired high so the device goes
out of reset at power-on, but if it is under program control, this
optional GPIO can wake up in response to it.
+- vdd33a-supply, vddvario-supply : 3.3V analog and IO logic power supplies
Examples:
--
2.9.3
^ permalink raw reply related [flat|nested] 3+ messages in thread[parent not found: <20170619160541.5155-1-krzk-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>]
* Re: [PATCH] dt-bindings: net: sms911x: Add missing optional VDD regulators [not found] ` <20170619160541.5155-1-krzk-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> @ 2017-06-20 11:19 ` Linus Walleij 2017-06-20 19:15 ` David Miller 1 sibling, 0 replies; 3+ messages in thread From: Linus Walleij @ 2017-06-20 11:19 UTC (permalink / raw) To: Krzysztof Kozlowski Cc: Rob Herring, Mark Rutland, David S. Miller, Arnd Bergmann, netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org On Mon, Jun 19, 2017 at 6:05 PM, Krzysztof Kozlowski <krzk-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> wrote: > The lan911x family of devices require supplying from 3.3 V power > supplies (connected to VDD_IO, VDD_A and VREG_3.3 pins). The existing > driver however obtains only VDD_IO and VDD_A regulators in an optional > way so document this in bindings. > > Signed-off-by: Krzysztof Kozlowski <krzk-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> Reviewed-by: Linus Walleij <linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] dt-bindings: net: sms911x: Add missing optional VDD regulators [not found] ` <20170619160541.5155-1-krzk-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> 2017-06-20 11:19 ` Linus Walleij @ 2017-06-20 19:15 ` David Miller 1 sibling, 0 replies; 3+ messages in thread From: David Miller @ 2017-06-20 19:15 UTC (permalink / raw) To: krzk-DgEjT+Ai2ygdnm+yROfE0A Cc: robh+dt-DgEjT+Ai2ygdnm+yROfE0A, mark.rutland-5wv7dgnIgG8, linus.walleij-QSEj5FYQhm4dnm+yROfE0A, arnd-r2nGTMty4D4, netdev-u79uwXL29TY76Z2rM5mHXA, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-kernel-u79uwXL29TY76Z2rM5mHXA From: Krzysztof Kozlowski <krzk-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> Date: Mon, 19 Jun 2017 18:05:41 +0200 > The lan911x family of devices require supplying from 3.3 V power > supplies (connected to VDD_IO, VDD_A and VREG_3.3 pins). The existing > driver however obtains only VDD_IO and VDD_A regulators in an optional > way so document this in bindings. > > Signed-off-by: Krzysztof Kozlowski <krzk-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-06-20 19:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-19 16:05 [PATCH] dt-bindings: net: sms911x: Add missing optional VDD regulators Krzysztof Kozlowski
[not found] ` <20170619160541.5155-1-krzk-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2017-06-20 11:19 ` Linus Walleij
2017-06-20 19:15 ` David Miller
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).