Re: [V2, 1/3] dt-bindings: interconnect: Add Qualcomm SC7180 DT bindings
From: <hidden>
Date: 2020-02-21 07:33:51
Also in:
linux-arm-msm, linux-pm, lkml
On 2020-01-05 03:31, Rob Herring wrote:
On Tue, Dec 31, 2019 at 02:28:55PM +0530, Odelu Kukatla wrote:quoted
The Qualcomm SC7180 platform has several bus fabrics that could be controlled and tuned dynamically according to the bandwidth demand. Signed-off-by: Odelu Kukatla <redacted> --- .../bindings/interconnect/qcom,bcm-voter.yaml | 1 + .../bindings/interconnect/qcom,sc7180.yaml | 155 ++++++++++++++++++++ include/dt-bindings/interconnect/qcom,sc7180.h | 161 +++++++++++++++++++++ 3 files changed, 317 insertions(+) create mode 100644 Documentation/devicetree/bindings/interconnect/qcom,sc7180.yaml create mode 100644 include/dt-bindings/interconnect/qcom,sc7180.hdiff --gita/Documentation/devicetree/bindings/interconnect/qcom,bcm-voter.yaml b/Documentation/devicetree/bindings/interconnect/qcom,bcm-voter.yaml index 74f0715..55c9f34 100644 --- a/Documentation/devicetree/bindings/interconnect/qcom,bcm-voter.yaml +++ b/Documentation/devicetree/bindings/interconnect/qcom,bcm-voter.yaml@@ -19,6 +19,7 @@ description: | properties: compatible: enum: + - qcom,sc7180-bcm-voter - qcom,sdm845-bcm-voter required:diff --gita/Documentation/devicetree/bindings/interconnect/qcom,sc7180.yaml b/Documentation/devicetree/bindings/interconnect/qcom,sc7180.yaml new file mode 100644 index 0000000..487da5e--- /dev/null +++ b/Documentation/devicetree/bindings/interconnect/qcom,sc7180.yaml@@ -0,0 +1,155 @@ +# SPDX-License-Identifier: GPL-2.0Dual license new bindings: (GPL-2.0-only OR BSD-2-Clause)
Thanks Rob! I will update it.
With that, Reviewed-by: Rob Herring <robh@kernel.org>