diff options
author | Sven Peter <sven@svenpeter.dev> | 2022-11-05 00:12:57 +0300 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2022-12-13 01:19:24 +0300 |
commit | 45564c4ef607a4410f333a3a5e881bab90c761cd (patch) | |
tree | c7ca77143d77b2a1a5847bb0256ea1452cf135b2 /Documentation/devicetree/bindings/net/bluetooth.txt | |
parent | 02d056a3404e20245a69dcb4022a0930085fc5ec (diff) | |
download | linux-45564c4ef607a4410f333a3a5e881bab90c761cd.tar.xz |
dt-bindings: net: Add generic Bluetooth controller
Bluetooth controllers share the common local-bd-address property.
Add a generic YAML schema to replace bluetooth.txt for those.
Signed-off-by: Sven Peter <sven@svenpeter.dev>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Diffstat (limited to 'Documentation/devicetree/bindings/net/bluetooth.txt')
-rw-r--r-- | Documentation/devicetree/bindings/net/bluetooth.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Documentation/devicetree/bindings/net/bluetooth.txt b/Documentation/devicetree/bindings/net/bluetooth.txt deleted file mode 100644 index 94797df751b8..000000000000 --- a/Documentation/devicetree/bindings/net/bluetooth.txt +++ /dev/null @@ -1,5 +0,0 @@ -The following properties are common to the Bluetooth controllers: - -- local-bd-address: array of 6 bytes, specifies the BD address that was - uniquely assigned to the Bluetooth device, formatted with least significant - byte first (little-endian). |