Skip to content

Commit

Permalink
dt-bindings: clock: combine qcom,sdm845-gpucc and qcom,sc7180-gpucc
Browse files Browse the repository at this point in the history
These two bindings are almost identical, so combine them into one. This
will make it easier to add the sm8150 and sm8250 gpucc bindings.

Signed-off-by: Jonathan Marek <jonathan@marek.ca>
Tested-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20200709135251.643-7-jonathan@marek.ca
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
  • Loading branch information
Jonathan Marek authored and Stephen Boyd committed Jul 24, 2020
1 parent 3f6b250 commit 23e2653
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 79 deletions.
Original file line number Diff line number Diff line change
@@ -1,23 +1,27 @@
# SPDX-License-Identifier: GPL-2.0-only
%YAML 1.2
---
$id: http://devicetree.org/schemas/clock/qcom,sdm845-gpucc.yaml#
$id: http://devicetree.org/schemas/clock/qcom,gpucc.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Qualcomm Graphics Clock & Reset Controller Binding for SDM845
title: Qualcomm Graphics Clock & Reset Controller Binding

maintainers:
- Taniya Das <tdas@codeaurora.org>

description: |
Qualcomm graphics clock control module which supports the clocks, resets and
power domains on SDM845.
power domains on SDM845/SC7180.
See also dt-bindings/clock/qcom,gpucc-sdm845.h.
See also:
dt-bindings/clock/qcom,gpucc-sdm845.h
dt-bindings/clock/qcom,gpucc-sc7180.h
properties:
compatible:
const: qcom,sdm845-gpucc
enum:
- qcom,sdm845-gpucc
- qcom,sc7180-gpucc

clocks:
items:
Expand Down
74 changes: 0 additions & 74 deletions Documentation/devicetree/bindings/clock/qcom,sc7180-gpucc.yaml

This file was deleted.

0 comments on commit 23e2653

Please sign in to comment.