Message ID | d34183026b1a46a082f73ab3d0888c92cf6286ec.1580068813.git.hns@goldelico.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 57f0a29c3e089b74a42ff62289a47512ab3f8eba |
Delegated to: | Kalle Valo |
Headers | show |
Series | wl1251: remove ti,power-gpio for sdio mode | expand |
On Sun, 26 Jan 2020 21:00:13 +0100, "H. Nikolaus Schaller" wrote: > It is now only useful for SPI interface. > Power control of SDIO mode is done through mmc core. > > Suggested by: Ulf Hansson <ulf.hansson@linaro.org> > Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com> > --- > Documentation/devicetree/bindings/net/wireless/ti,wl1251.txt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > Please add Acked-by/Reviewed-by tags when posting new versions. However, there's no need to repost patches *only* to add the tags. The upstream maintainer will do that for acks received on the version they apply. If a tag was not added on purpose, please state why and what changed.
"H. Nikolaus Schaller" <hns@goldelico.com> wrote: > It is now only useful for SPI interface. > Power control of SDIO mode is done through mmc core. > > Suggested by: Ulf Hansson <ulf.hansson@linaro.org> > Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com> 2 patches applied to wireless-drivers-next.git, thanks. 57f0a29c3e08 DTS: bindings: wl1251: mark ti,power-gpio as optional 346bdd8e979d wl1251: remove ti,power-gpio for SDIO mode
diff --git a/Documentation/devicetree/bindings/net/wireless/ti,wl1251.txt b/Documentation/devicetree/bindings/net/wireless/ti,wl1251.txt index f38950560982..88fd28d15eac 100644 --- a/Documentation/devicetree/bindings/net/wireless/ti,wl1251.txt +++ b/Documentation/devicetree/bindings/net/wireless/ti,wl1251.txt @@ -9,11 +9,12 @@ Required properties: - spi-max-frequency : Maximum SPI clocking speed of device in Hz - interrupts : Should contain interrupt line - vio-supply : phandle to regulator providing VIO -- ti,power-gpio : GPIO connected to chip's PMEN pin Optional properties: - ti,wl1251-has-eeprom : boolean, the wl1251 has an eeprom connected, which provides configuration data (calibration, MAC, ...) +- ti,power-gpio : GPIO connected to chip's PMEN pin if operated in + SPI mode - Please consult Documentation/devicetree/bindings/spi/spi-bus.txt for optional SPI connection related properties,
It is now only useful for SPI interface. Power control of SDIO mode is done through mmc core. Suggested by: Ulf Hansson <ulf.hansson@linaro.org> Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com> --- Documentation/devicetree/bindings/net/wireless/ti,wl1251.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)