Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: clock: qcom: add DISPCC clocks on SM4450

Add device tree bindings for the display clock controller on
Qualcomm SM4450 platform.

Signed-off-by: Ajit Pandey <quic_ajipan@quicinc.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240611133752.2192401-3-quic_ajipan@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Ajit Pandey and committed by
Bjorn Andersson
5115bcaf 8400291e

+122
+71
Documentation/devicetree/bindings/clock/qcom,sm4450-dispcc.yaml
··· 1 + # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 + %YAML 1.2 3 + --- 4 + $id: http://devicetree.org/schemas/clock/qcom,sm4450-dispcc.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 + 7 + title: Qualcomm Display Clock & Reset Controller on SM4450 8 + 9 + maintainers: 10 + - Ajit Pandey <quic_ajipan@quicinc.com> 11 + - Taniya Das <quic_tdas@quicinc.com> 12 + 13 + description: | 14 + Qualcomm display clock control module provides the clocks, resets and power 15 + domains on SM4450 16 + 17 + See also:: include/dt-bindings/clock/qcom,sm4450-dispcc.h 18 + 19 + properties: 20 + compatible: 21 + const: qcom,sm4450-dispcc 22 + 23 + reg: 24 + maxItems: 1 25 + 26 + clocks: 27 + items: 28 + - description: Board XO source 29 + - description: Board active XO source 30 + - description: Display AHB clock source from GCC 31 + - description: sleep clock source 32 + - description: Byte clock from DSI PHY0 33 + - description: Pixel clock from DSI PHY0 34 + 35 + '#clock-cells': 36 + const: 1 37 + 38 + '#reset-cells': 39 + const: 1 40 + 41 + '#power-domain-cells': 42 + const: 1 43 + 44 + required: 45 + - compatible 46 + - reg 47 + - clocks 48 + - '#clock-cells' 49 + - '#reset-cells' 50 + - '#power-domain-cells' 51 + 52 + additionalProperties: false 53 + 54 + examples: 55 + - | 56 + #include <dt-bindings/clock/qcom,rpmh.h> 57 + #include <dt-bindings/clock/qcom,sm4450-gcc.h> 58 + clock-controller@af00000 { 59 + compatible = "qcom,sm4450-dispcc"; 60 + reg = <0x0af00000 0x20000>; 61 + clocks = <&rpmhcc RPMH_CXO_CLK>, 62 + <&rpmhcc RPMH_CXO_CLK_A>, 63 + <&gcc GCC_DISP_AHB_CLK>, 64 + <&sleep_clk>, 65 + <&dsi0_phy_pll_out_byteclk>, 66 + <&dsi0_phy_pll_out_dsiclk>; 67 + #clock-cells = <1>; 68 + #reset-cells = <1>; 69 + #power-domain-cells = <1>; 70 + }; 71 + ...
+51
include/dt-bindings/clock/qcom,sm4450-dispcc.h
··· 1 + /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ 2 + /* 3 + * Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved. 4 + */ 5 + 6 + #ifndef _DT_BINDINGS_CLK_QCOM_DISP_CC_SM4450_H 7 + #define _DT_BINDINGS_CLK_QCOM_DISP_CC_SM4450_H 8 + 9 + /* DISP_CC clocks */ 10 + #define DISP_CC_MDSS_AHB1_CLK 0 11 + #define DISP_CC_MDSS_AHB_CLK 1 12 + #define DISP_CC_MDSS_AHB_CLK_SRC 2 13 + #define DISP_CC_MDSS_BYTE0_CLK 3 14 + #define DISP_CC_MDSS_BYTE0_CLK_SRC 4 15 + #define DISP_CC_MDSS_BYTE0_DIV_CLK_SRC 5 16 + #define DISP_CC_MDSS_BYTE0_INTF_CLK 6 17 + #define DISP_CC_MDSS_ESC0_CLK 7 18 + #define DISP_CC_MDSS_ESC0_CLK_SRC 8 19 + #define DISP_CC_MDSS_MDP1_CLK 9 20 + #define DISP_CC_MDSS_MDP_CLK 10 21 + #define DISP_CC_MDSS_MDP_CLK_SRC 11 22 + #define DISP_CC_MDSS_MDP_LUT1_CLK 12 23 + #define DISP_CC_MDSS_MDP_LUT_CLK 13 24 + #define DISP_CC_MDSS_NON_GDSC_AHB_CLK 14 25 + #define DISP_CC_MDSS_PCLK0_CLK 15 26 + #define DISP_CC_MDSS_PCLK0_CLK_SRC 16 27 + #define DISP_CC_MDSS_ROT1_CLK 17 28 + #define DISP_CC_MDSS_ROT_CLK 18 29 + #define DISP_CC_MDSS_ROT_CLK_SRC 19 30 + #define DISP_CC_MDSS_RSCC_AHB_CLK 20 31 + #define DISP_CC_MDSS_RSCC_VSYNC_CLK 21 32 + #define DISP_CC_MDSS_VSYNC1_CLK 22 33 + #define DISP_CC_MDSS_VSYNC_CLK 23 34 + #define DISP_CC_MDSS_VSYNC_CLK_SRC 24 35 + #define DISP_CC_PLL0 25 36 + #define DISP_CC_PLL1 26 37 + #define DISP_CC_SLEEP_CLK 27 38 + #define DISP_CC_SLEEP_CLK_SRC 28 39 + #define DISP_CC_XO_CLK 29 40 + #define DISP_CC_XO_CLK_SRC 30 41 + 42 + /* DISP_CC power domains */ 43 + #define DISP_CC_MDSS_CORE_GDSC 0 44 + #define DISP_CC_MDSS_CORE_INT2_GDSC 1 45 + 46 + /* DISP_CC resets */ 47 + #define DISP_CC_MDSS_CORE_BCR 0 48 + #define DISP_CC_MDSS_CORE_INT2_BCR 1 49 + #define DISP_CC_MDSS_RSCC_BCR 2 50 + 51 + #endif