Skip to content

Commit 35efb0e

Browse files
committed
dt-bindings: hwlock: qcom: Remove invalid binding
The Qualcomm hwlock is described in DeviceTree either directly on the mmio bus or split between a syscon and a mutex node, but as noted in [1] the latter is not valid DT, so remove any traces of this from the binding. [1] https://lore.kernel.org/r/CAL_JsqLa9GBtbgN6aL7AQ=A6V-YRtPgYqh6XgM2kpx532+r4Gg@mail.gmail.com/ Reviewed-by: Rob Herring <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 7a1e6fb commit 35efb0e

File tree

1 file changed

+1
-24
lines changed

1 file changed

+1
-24
lines changed

Documentation/devicetree/bindings/hwlock/qcom-hwspinlock.yaml

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -25,37 +25,14 @@ properties:
2525
'#hwlock-cells':
2626
const: 1
2727

28-
syscon:
29-
$ref: "/schemas/types.yaml#/definitions/phandle-array"
30-
description:
31-
Should be a triple of phandle referencing the TCSR mutex syscon, offset
32-
of first mutex within the syscon and stride between each mutex.
33-
3428
required:
3529
- compatible
30+
- reg
3631
- '#hwlock-cells'
3732

38-
oneOf:
39-
- required:
40-
- reg
41-
- required:
42-
- syscon
43-
4433
additionalProperties: false
4534

4635
examples:
47-
- |
48-
tcsr_mutex_block: syscon@fd484000 {
49-
compatible = "syscon";
50-
reg = <0xfd484000 0x2000>;
51-
};
52-
53-
hwlock {
54-
compatible = "qcom,tcsr-mutex";
55-
syscon = <&tcsr_mutex_block 0 0x80>;
56-
57-
#hwlock-cells = <1>;
58-
};
5936
- |
6037
tcsr_mutex: hwlock@1f40000 {
6138
compatible = "qcom,tcsr-mutex";

0 commit comments

Comments
 (0)