Message ID | 1626189143-12957-1-git-send-email-tdas@codeaurora.org |
---|---|
Headers | show |
Series | Add support for DISP/VIDEO/GPU CCs for SC7280 | expand |
On Tue, 13 Jul 2021 20:42:17 +0530, Taniya Das wrote: > Update BSD license for GCC clock ids. > > Fixes: 87a3d523b38c ("dt-bindings: clock: Add SC7280 GCC clock binding") > Signed-off-by: Taniya Das <tdas@codeaurora.org> > --- > include/dt-bindings/clock/qcom,gcc-sc7280.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Acked-by: Rob Herring <robh@kernel.org>
On Tue, 13 Jul 2021 20:42:20 +0530, Taniya Das wrote: > Add device tree bindings for graphics clock subsystem clock > controller for Qualcomm Technology Inc's SC7280 SoCs. > > Signed-off-by: Taniya Das <tdas@codeaurora.org> > --- > .../devicetree/bindings/clock/qcom,gpucc.yaml | 6 ++-- > include/dt-bindings/clock/qcom,gpucc-sc7280.h | 35 ++++++++++++++++++++++ > 2 files changed, 39 insertions(+), 2 deletions(-) > create mode 100644 include/dt-bindings/clock/qcom,gpucc-sc7280.h > Reviewed-by: Rob Herring <robh@kernel.org>
Quoting Taniya Das (2021-07-13 08:12:17) > Update BSD license for GCC clock ids. > > Fixes: 87a3d523b38c ("dt-bindings: clock: Add SC7280 GCC clock binding") > Signed-off-by: Taniya Das <tdas@codeaurora.org> > --- Applied to clk-next
Quoting Taniya Das (2021-07-13 08:12:19) > Add support for the display clock controller found on SC7280 > based devices. This would allow display drivers to probe and > control their clocks. > > Signed-off-by: Taniya Das <tdas@codeaurora.org> > --- Applied to clk-next