diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-04-14 18:48:50 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-04-14 16:02:17 -0500 |
commit | 27b128b30c58d847c11d3d2e9b69fe7cb61170ce (patch) | |
tree | 283316e5ba149617149a578957110acff8615a9f | |
parent | 0c134f528a72754bf007d605c2a5c8cdbc448fe8 (diff) | |
download | linux-27b128b30c58d847c11d3d2e9b69fe7cb61170ce.tar.gz linux-27b128b30c58d847c11d3d2e9b69fe7cb61170ce.tar.bz2 linux-27b128b30c58d847c11d3d2e9b69fe7cb61170ce.zip |
docs: dt: fix a broken reference for a file converted to json
Changeset 32ced09d7903 ("dt-bindings: serial: Convert slave-device bindings to json-schema")
moved a binding to json and updated the links.
Yet, one link was not changed, due to a merge conflict.
Update this one too.
Fixes: 32ced09d7903 ("dt-bindings: serial: Convert slave-device bindings to json-schema")
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/net/qualcomm-bluetooth.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/net/qualcomm-bluetooth.txt b/Documentation/devicetree/bindings/net/qualcomm-bluetooth.txt index beca6466d59a..d2202791c1d4 100644 --- a/Documentation/devicetree/bindings/net/qualcomm-bluetooth.txt +++ b/Documentation/devicetree/bindings/net/qualcomm-bluetooth.txt @@ -29,7 +29,7 @@ Required properties for compatible string qcom,wcn399x-bt: Optional properties for compatible string qcom,wcn399x-bt: - - max-speed: see Documentation/devicetree/bindings/serial/slave-device.txt + - max-speed: see Documentation/devicetree/bindings/serial/serial.yaml - firmware-name: specify the name of nvm firmware to load - clocks: clock provided to the controller |