Re: [PATCH v2 2/2] dt-bindings: clock: Add qualcomm QCM2290 DISPCC bindings
From: Rob Herring <robh@kernel.org>
Date: 2021-12-15 18:13:35
Also in:
linux-arm-msm, linux-clk
From: Rob Herring <robh@kernel.org>
Date: 2021-12-15 18:13:35
Also in:
linux-arm-msm, linux-clk
On Thu, Dec 09, 2021 at 03:09:11PM +0100, Loic Poulain wrote:
Add device tree bindings for display clock controller on QCM2290 SoCs. Signed-off-by: Loic Poulain <redacted> --- v2: no change .../bindings/clock/qcom,qcm2290-dispcc.yaml | 87 ++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 Documentation/devicetree/bindings/clock/qcom,qcm2290-dispcc.yamldiff --git a/Documentation/devicetree/bindings/clock/qcom,qcm2290-dispcc.yaml b/Documentation/devicetree/bindings/clock/qcom,qcm2290-dispcc.yaml new file mode 100644 index 00000000..44d5ce7 --- /dev/null +++ b/Documentation/devicetree/bindings/clock/qcom,qcm2290-dispcc.yaml@@ -0,0 +1,87 @@ +# SPDX-License-Identifier: GPL-2.0-only
This and the header should be dual licensed. Not necessarily the same ones. The header should match Qcom dts files. Rob