aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/net/mediatek-bluetooth.txt
Commit message (Collapse)AuthorAgeFilesLines
* dt: fix broken links due to txt->yaml renamesMauro Carvalho Chehab2020-06-181-1/+1
| | | | | | | | | | | | | | | | | | There are some new broken doc links due to yaml renames at DT. Developers should really run: ./scripts/documentation-file-ref-check in order to solve those issues while submitting patches. This tool can even fix most of the issues with: ./scripts/documentation-file-ref-check --fix Acked-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> Acked-by: Mark Brown <broonie@kernel.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Link: https://lore.kernel.org/r/0e4a7f0b7efcc8109c8a41a2e13c8adde4d9c6b9.1592203542.git.mchehab+huawei@kernel.org Signed-off-by: Rob Herring <robh@kernel.org>
* dt-bindings: serial: Convert slave-device bindings to json-schemaGeert Uytterhoeven2020-03-231-1/+1
| | | | | | | | | Convert the serial slave-device Device Tree binding documentation to json-schema, and incorporate it into the generic serial bindings. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Matthias Brugger <mbrugger@suse.com> Signed-off-by: Rob Herring <robh@kernel.org>
* dt-bindings: net: bluetooth: add clock property to UART-based deviceSean Wang2019-07-061-0/+4
| | | | | | | | Some board requires explicitily control external osscilator via GPIO. So, add a clock property for an external oscillator for the device. Signed-off-by: Sean Wang <sean.wang@mediatek.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
* dt-bindings: net: bluetooth: add boot-gpios property to UART-based deviceSean Wang2019-07-061-0/+13
| | | | | | | | | | Not every platform has the pinctrl device integrates the GPIO the function such as MT7621 whose pinctrl and GPIO are separate hardware so adding an additional boot-gpios property for such platform allows them to bring up the device. Signed-off-by: Sean Wang <sean.wang@mediatek.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
* dt-bindings: net: bluetooth: add support for MediaTek MT7663U and MT7668U ↵Sean Wang2019-03-021-0/+64
| | | | | | | | | | | UART devices Update binding document with adding support of MT7663U and MT7668U UART devices to mediatek-bluetooth. Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Sean Wang <sean.wang@mediatek.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
* dt-bindings: net: bluetooth: Add mediatek-bluetoothSean Wang2018-08-071-0/+35
Add binding document for a SoC built-in device using MediaTek protocol. Which could be found on MT7622 SoC or other similar MediaTek SoCs. Signed-off-by: Sean Wang <sean.wang@mediatek.com> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>