diff options
author | Dmitry Baryshkov <dmitry.baryshkov@linaro.org> | 2023-01-27 01:03:17 +0200 |
---|---|---|
committer | Jassi Brar <jaswinder.singh@linaro.org> | 2023-02-23 14:47:12 -0600 |
commit | 9e9a6a8eeef97f089147dd07b940646771f27c2c (patch) | |
tree | a98987a56a2eb547a73192f00faa7a2c12dbe36c /Documentation/devicetree/bindings/mailbox | |
parent | 8b5c7a06d0ace0ea816c407482d27117b8ba8d51 (diff) | |
download | lwn-9e9a6a8eeef97f089147dd07b940646771f27c2c.tar.gz lwn-9e9a6a8eeef97f089147dd07b940646771f27c2c.zip |
dt-bindings: mailbox: qcom: add #clock-cells to msm8996 example
Add the #clock-cells property to the MSM8996 example, as the APCS block
is going to provide the `sys_apcs_aux' clock to the consumers.
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/mailbox')
-rw-r--r-- | Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml b/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml index 7d8de7a16984..1633aa82fc84 100644 --- a/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml +++ b/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml @@ -166,6 +166,7 @@ examples: reg = <0x9820000 0x1000>; #mbox-cells = <1>; + #clock-cells = <0>; }; rpm-glink { |