dt: bindings: Add binding for ESP8089 wifi chips
authorHans de Goede <hdegoede@redhat.com>
Thu, 11 Aug 2016 17:26:25 +0000 (19:26 +0200)
committerRob Herring <robh@kernel.org>
Tue, 30 Aug 2016 22:07:47 +0000 (17:07 -0500)
commitd305910bbfafc07bc136028f988a161a928a18fd
treed38326fd40f36afb66a8d82efa3079d01982ec4c
parent9cbbae2a62bce72c17aeb204efeec240f45c4f4f
dt: bindings: Add binding for ESP8089 wifi chips

The ESP8089 chips can mostly be enumerated via their sdio interface,
but they are clocked by an external crystal which may differ from one
board to the other.

This commit adds a binding for the sdio child node for these chips,
allowing to specify the external crystal type (for now, this binding
could be be extended with e.g. OOB irq support later).

The Android driver for this chip uses a text file with key,value pairs
which gets loaded as firmware to pass this info to the firmware.
The "esp,crystal_26M_en" name is chosen to match the crystal_26M_en
key-name in that text file.

Note that at this point there only is an out of tree driver for this
hardware, there is no clear timeline / path for merging this. Still
I believe it would be good to specify the binding for this in tree
now, so that any future migration to an in tree driver will not cause
compatiblity issues.

Cc: Icenowy Zheng <icenowy@aosc.xyz>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/net/wireless/esp,esp8089.txt [new file with mode: 0644]
This page took 0.027136 seconds and 5 git commands to generate.