On Mon, 19 Sep 2022 18:48:28 +0200, Sven Peter wrote: > 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@xxxxxxxxxxxxx> > --- > changes from v2: > - added new bluetooth subdirectory and moved files there > - removed minItems from local-bd-address > - dropped bjorn.andersson@xxxxxxxxxx, bgodavar@xxxxxxxxxxxxxx and > rjliao@xxxxxxxxxxxxxx due to bouncing emails from the CC list > > changes from v1: > - removed blueetooth.txt instead of just replacing it with a > deprecation note > - replaced references to bluetooth.txt > > .../devicetree/bindings/net/bluetooth.txt | 5 ---- > .../net/bluetooth/bluetooth-controller.yaml | 29 +++++++++++++++++++ > .../{ => bluetooth}/qualcomm-bluetooth.yaml | 6 ++-- > .../bindings/soc/qcom/qcom,wcnss.yaml | 8 ++--- > 4 files changed, 35 insertions(+), 13 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/net/bluetooth.txt > create mode 100644 Documentation/devicetree/bindings/net/bluetooth/bluetooth-controller.yaml > rename Documentation/devicetree/bindings/net/{ => bluetooth}/qualcomm-bluetooth.yaml (96%) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>