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

Merge branch '1690533192-22220-2-git-send-email-quic_srichara@quicinc.com' into clk-for-6.6

Merge the IPQ5018 GCC Devicetree binding through a topic branch, in
order to the the clock defines.

+368
+63
Documentation/devicetree/bindings/clock/qcom,ipq5018-gcc.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,ipq5018-gcc.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 + 7 + title: Qualcomm Global Clock & Reset Controller on IPQ5018 8 + 9 + maintainers: 10 + - Sricharan Ramabadhran <quic_srichara@quicinc.com> 11 + 12 + description: | 13 + Qualcomm global clock control module provides the clocks, resets and power 14 + domains on IPQ5018 15 + 16 + See also:: 17 + include/dt-bindings/clock/qcom,ipq5018-gcc.h 18 + include/dt-bindings/reset/qcom,ipq5018-gcc.h 19 + 20 + properties: 21 + compatible: 22 + const: qcom,gcc-ipq5018 23 + 24 + clocks: 25 + items: 26 + - description: Board XO source 27 + - description: Sleep clock source 28 + - description: PCIE20 PHY0 pipe clock source 29 + - description: PCIE20 PHY1 pipe clock source 30 + - description: USB3 PHY pipe clock source 31 + - description: GEPHY RX clock source 32 + - description: GEPHY TX clock source 33 + - description: UNIPHY RX clock source 34 + - description: UNIPHY TX clk source 35 + 36 + required: 37 + - compatible 38 + - clocks 39 + 40 + allOf: 41 + - $ref: qcom,gcc.yaml# 42 + 43 + unevaluatedProperties: false 44 + 45 + examples: 46 + - | 47 + clock-controller@1800000 { 48 + compatible = "qcom,gcc-ipq5018"; 49 + reg = <0x01800000 0x80000>; 50 + clocks = <&xo_board_clk>, 51 + <&sleep_clk>, 52 + <&pcie20_phy0_pipe_clk>, 53 + <&pcie20_phy1_pipe_clk>, 54 + <&usb3_phy0_pipe_clk>, 55 + <&gephy_rx_clk>, 56 + <&gephy_tx_clk>, 57 + <&uniphy_rx_clk>, 58 + <&uniphy_tx_clk>; 59 + #clock-cells = <1>; 60 + #reset-cells = <1>; 61 + #power-domain-cells = <1>; 62 + }; 63 + ...
+183
include/dt-bindings/clock/qcom,gcc-ipq5018.h
··· 1 + /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ 2 + /* 3 + * Copyright (c) 2023, The Linux Foundation. All rights reserved. 4 + */ 5 + 6 + #ifndef _DT_BINDINGS_CLOCK_IPQ_GCC_5018_H 7 + #define _DT_BINDINGS_CLOCK_IPQ_GCC_5018_H 8 + 9 + #define GPLL0_MAIN 0 10 + #define GPLL0 1 11 + #define GPLL2_MAIN 2 12 + #define GPLL2 3 13 + #define GPLL4_MAIN 4 14 + #define GPLL4 5 15 + #define UBI32_PLL_MAIN 6 16 + #define UBI32_PLL 7 17 + #define ADSS_PWM_CLK_SRC 8 18 + #define BLSP1_QUP1_I2C_APPS_CLK_SRC 9 19 + #define BLSP1_QUP1_SPI_APPS_CLK_SRC 10 20 + #define BLSP1_QUP2_I2C_APPS_CLK_SRC 11 21 + #define BLSP1_QUP2_SPI_APPS_CLK_SRC 12 22 + #define BLSP1_QUP3_I2C_APPS_CLK_SRC 13 23 + #define BLSP1_QUP3_SPI_APPS_CLK_SRC 14 24 + #define BLSP1_UART1_APPS_CLK_SRC 15 25 + #define BLSP1_UART2_APPS_CLK_SRC 16 26 + #define CRYPTO_CLK_SRC 17 27 + #define GCC_ADSS_PWM_CLK 18 28 + #define GCC_BLSP1_AHB_CLK 19 29 + #define GCC_BLSP1_QUP1_I2C_APPS_CLK 20 30 + #define GCC_BLSP1_QUP1_SPI_APPS_CLK 21 31 + #define GCC_BLSP1_QUP2_I2C_APPS_CLK 22 32 + #define GCC_BLSP1_QUP2_SPI_APPS_CLK 23 33 + #define GCC_BLSP1_QUP3_I2C_APPS_CLK 24 34 + #define GCC_BLSP1_QUP3_SPI_APPS_CLK 25 35 + #define GCC_BLSP1_UART1_APPS_CLK 26 36 + #define GCC_BLSP1_UART2_APPS_CLK 27 37 + #define GCC_BTSS_LPO_CLK 28 38 + #define GCC_CMN_BLK_AHB_CLK 29 39 + #define GCC_CMN_BLK_SYS_CLK 30 40 + #define GCC_CRYPTO_AHB_CLK 31 41 + #define GCC_CRYPTO_AXI_CLK 32 42 + #define GCC_CRYPTO_CLK 33 43 + #define GCC_CRYPTO_PPE_CLK 34 44 + #define GCC_DCC_CLK 35 45 + #define GCC_GEPHY_RX_CLK 36 46 + #define GCC_GEPHY_TX_CLK 37 47 + #define GCC_GMAC0_CFG_CLK 38 48 + #define GCC_GMAC0_PTP_CLK 39 49 + #define GCC_GMAC0_RX_CLK 40 50 + #define GCC_GMAC0_SYS_CLK 41 51 + #define GCC_GMAC0_TX_CLK 42 52 + #define GCC_GMAC1_CFG_CLK 43 53 + #define GCC_GMAC1_PTP_CLK 44 54 + #define GCC_GMAC1_RX_CLK 45 55 + #define GCC_GMAC1_SYS_CLK 46 56 + #define GCC_GMAC1_TX_CLK 47 57 + #define GCC_GP1_CLK 48 58 + #define GCC_GP2_CLK 49 59 + #define GCC_GP3_CLK 50 60 + #define GCC_LPASS_CORE_AXIM_CLK 51 61 + #define GCC_LPASS_SWAY_CLK 52 62 + #define GCC_MDIO0_AHB_CLK 53 63 + #define GCC_MDIO1_AHB_CLK 54 64 + #define GCC_PCIE0_AHB_CLK 55 65 + #define GCC_PCIE0_AUX_CLK 56 66 + #define GCC_PCIE0_AXI_M_CLK 57 67 + #define GCC_PCIE0_AXI_S_BRIDGE_CLK 58 68 + #define GCC_PCIE0_AXI_S_CLK 59 69 + #define GCC_PCIE0_PIPE_CLK 60 70 + #define GCC_PCIE1_AHB_CLK 61 71 + #define GCC_PCIE1_AUX_CLK 62 72 + #define GCC_PCIE1_AXI_M_CLK 63 73 + #define GCC_PCIE1_AXI_S_BRIDGE_CLK 64 74 + #define GCC_PCIE1_AXI_S_CLK 65 75 + #define GCC_PCIE1_PIPE_CLK 66 76 + #define GCC_PRNG_AHB_CLK 67 77 + #define GCC_Q6_AXIM_CLK 68 78 + #define GCC_Q6_AXIM2_CLK 69 79 + #define GCC_Q6_AXIS_CLK 70 80 + #define GCC_Q6_AHB_CLK 71 81 + #define GCC_Q6_AHB_S_CLK 72 82 + #define GCC_Q6_TSCTR_1TO2_CLK 73 83 + #define GCC_Q6SS_ATBM_CLK 74 84 + #define GCC_Q6SS_PCLKDBG_CLK 75 85 + #define GCC_Q6SS_TRIG_CLK 76 86 + #define GCC_QDSS_AT_CLK 77 87 + #define GCC_QDSS_CFG_AHB_CLK 78 88 + #define GCC_QDSS_DAP_AHB_CLK 79 89 + #define GCC_QDSS_DAP_CLK 80 90 + #define GCC_QDSS_ETR_USB_CLK 81 91 + #define GCC_QDSS_EUD_AT_CLK 82 92 + #define GCC_QDSS_STM_CLK 83 93 + #define GCC_QDSS_TRACECLKIN_CLK 84 94 + #define GCC_QDSS_TSCTR_DIV8_CLK 85 95 + #define GCC_QPIC_AHB_CLK 86 96 + #define GCC_QPIC_CLK 87 97 + #define GCC_QPIC_IO_MACRO_CLK 88 98 + #define GCC_SDCC1_AHB_CLK 89 99 + #define GCC_SDCC1_APPS_CLK 90 100 + #define GCC_SLEEP_CLK_SRC 91 101 + #define GCC_SNOC_GMAC0_AHB_CLK 92 102 + #define GCC_SNOC_GMAC0_AXI_CLK 93 103 + #define GCC_SNOC_GMAC1_AHB_CLK 94 104 + #define GCC_SNOC_GMAC1_AXI_CLK 95 105 + #define GCC_SNOC_LPASS_AXIM_CLK 96 106 + #define GCC_SNOC_LPASS_SWAY_CLK 97 107 + #define GCC_SNOC_UBI0_AXI_CLK 98 108 + #define GCC_SYS_NOC_PCIE0_AXI_CLK 99 109 + #define GCC_SYS_NOC_PCIE1_AXI_CLK 100 110 + #define GCC_SYS_NOC_QDSS_STM_AXI_CLK 101 111 + #define GCC_SYS_NOC_USB0_AXI_CLK 102 112 + #define GCC_SYS_NOC_WCSS_AHB_CLK 103 113 + #define GCC_UBI0_AXI_CLK 104 114 + #define GCC_UBI0_CFG_CLK 105 115 + #define GCC_UBI0_CORE_CLK 106 116 + #define GCC_UBI0_DBG_CLK 107 117 + #define GCC_UBI0_NC_AXI_CLK 108 118 + #define GCC_UBI0_UTCM_CLK 109 119 + #define GCC_UNIPHY_AHB_CLK 110 120 + #define GCC_UNIPHY_RX_CLK 111 121 + #define GCC_UNIPHY_SYS_CLK 112 122 + #define GCC_UNIPHY_TX_CLK 113 123 + #define GCC_USB0_AUX_CLK 114 124 + #define GCC_USB0_EUD_AT_CLK 115 125 + #define GCC_USB0_LFPS_CLK 116 126 + #define GCC_USB0_MASTER_CLK 117 127 + #define GCC_USB0_MOCK_UTMI_CLK 118 128 + #define GCC_USB0_PHY_CFG_AHB_CLK 119 129 + #define GCC_USB0_SLEEP_CLK 120 130 + #define GCC_WCSS_ACMT_CLK 121 131 + #define GCC_WCSS_AHB_S_CLK 122 132 + #define GCC_WCSS_AXI_M_CLK 123 133 + #define GCC_WCSS_AXI_S_CLK 124 134 + #define GCC_WCSS_DBG_IFC_APB_BDG_CLK 125 135 + #define GCC_WCSS_DBG_IFC_APB_CLK 126 136 + #define GCC_WCSS_DBG_IFC_ATB_BDG_CLK 127 137 + #define GCC_WCSS_DBG_IFC_ATB_CLK 128 138 + #define GCC_WCSS_DBG_IFC_DAPBUS_BDG_CLK 129 139 + #define GCC_WCSS_DBG_IFC_DAPBUS_CLK 130 140 + #define GCC_WCSS_DBG_IFC_NTS_BDG_CLK 131 141 + #define GCC_WCSS_DBG_IFC_NTS_CLK 132 142 + #define GCC_WCSS_ECAHB_CLK 133 143 + #define GCC_XO_CLK 134 144 + #define GCC_XO_CLK_SRC 135 145 + #define GMAC0_RX_CLK_SRC 136 146 + #define GMAC0_TX_CLK_SRC 137 147 + #define GMAC1_RX_CLK_SRC 138 148 + #define GMAC1_TX_CLK_SRC 139 149 + #define GMAC_CLK_SRC 140 150 + #define GP1_CLK_SRC 141 151 + #define GP2_CLK_SRC 142 152 + #define GP3_CLK_SRC 143 153 + #define LPASS_AXIM_CLK_SRC 144 154 + #define LPASS_SWAY_CLK_SRC 145 155 + #define PCIE0_AUX_CLK_SRC 146 156 + #define PCIE0_AXI_CLK_SRC 147 157 + #define PCIE1_AUX_CLK_SRC 148 158 + #define PCIE1_AXI_CLK_SRC 149 159 + #define PCNOC_BFDCD_CLK_SRC 150 160 + #define Q6_AXI_CLK_SRC 151 161 + #define QDSS_AT_CLK_SRC 152 162 + #define QDSS_STM_CLK_SRC 153 163 + #define QDSS_TSCTR_CLK_SRC 154 164 + #define QDSS_TRACECLKIN_CLK_SRC 155 165 + #define QPIC_IO_MACRO_CLK_SRC 156 166 + #define SDCC1_APPS_CLK_SRC 157 167 + #define SYSTEM_NOC_BFDCD_CLK_SRC 158 168 + #define UBI0_AXI_CLK_SRC 159 169 + #define UBI0_CORE_CLK_SRC 160 170 + #define USB0_AUX_CLK_SRC 161 171 + #define USB0_LFPS_CLK_SRC 162 172 + #define USB0_MASTER_CLK_SRC 163 173 + #define USB0_MOCK_UTMI_CLK_SRC 164 174 + #define WCSS_AHB_CLK_SRC 165 175 + #define PCIE0_PIPE_CLK_SRC 166 176 + #define PCIE1_PIPE_CLK_SRC 167 177 + #define USB0_PIPE_CLK_SRC 168 178 + #define GCC_USB0_PIPE_CLK 169 179 + #define GMAC0_RX_DIV_CLK_SRC 170 180 + #define GMAC0_TX_DIV_CLK_SRC 171 181 + #define GMAC1_RX_DIV_CLK_SRC 172 182 + #define GMAC1_TX_DIV_CLK_SRC 173 183 + #endif
+122
include/dt-bindings/reset/qcom,gcc-ipq5018.h
··· 1 + /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ 2 + /* 3 + * Copyright (c) 2023, The Linux Foundation. All rights reserved. 4 + */ 5 + 6 + #ifndef _DT_BINDINGS_RESET_IPQ_GCC_5018_H 7 + #define _DT_BINDINGS_RESET_IPQ_GCC_5018_H 8 + 9 + #define GCC_APC0_VOLTAGE_DROOP_DETECTOR_BCR 0 10 + #define GCC_BLSP1_BCR 1 11 + #define GCC_BLSP1_QUP1_BCR 2 12 + #define GCC_BLSP1_QUP2_BCR 3 13 + #define GCC_BLSP1_QUP3_BCR 4 14 + #define GCC_BLSP1_UART1_BCR 5 15 + #define GCC_BLSP1_UART2_BCR 6 16 + #define GCC_BOOT_ROM_BCR 7 17 + #define GCC_BTSS_BCR 8 18 + #define GCC_CMN_BLK_BCR 9 19 + #define GCC_CMN_LDO_BCR 10 20 + #define GCC_CE_BCR 11 21 + #define GCC_CRYPTO_BCR 12 22 + #define GCC_DCC_BCR 13 23 + #define GCC_DCD_BCR 14 24 + #define GCC_DDRSS_BCR 15 25 + #define GCC_EDPD_BCR 16 26 + #define GCC_GEPHY_BCR 17 27 + #define GCC_GEPHY_MDC_SW_ARES 18 28 + #define GCC_GEPHY_DSP_HW_ARES 19 29 + #define GCC_GEPHY_RX_ARES 20 30 + #define GCC_GEPHY_TX_ARES 21 31 + #define GCC_GMAC0_BCR 22 32 + #define GCC_GMAC0_CFG_ARES 23 33 + #define GCC_GMAC0_SYS_ARES 24 34 + #define GCC_GMAC1_BCR 25 35 + #define GCC_GMAC1_CFG_ARES 26 36 + #define GCC_GMAC1_SYS_ARES 27 37 + #define GCC_IMEM_BCR 28 38 + #define GCC_LPASS_BCR 29 39 + #define GCC_MDIO0_BCR 30 40 + #define GCC_MDIO1_BCR 31 41 + #define GCC_MPM_BCR 32 42 + #define GCC_PCIE0_BCR 33 43 + #define GCC_PCIE0_LINK_DOWN_BCR 34 44 + #define GCC_PCIE0_PHY_BCR 35 45 + #define GCC_PCIE0PHY_PHY_BCR 36 46 + #define GCC_PCIE0_PIPE_ARES 37 47 + #define GCC_PCIE0_SLEEP_ARES 38 48 + #define GCC_PCIE0_CORE_STICKY_ARES 39 49 + #define GCC_PCIE0_AXI_MASTER_ARES 40 50 + #define GCC_PCIE0_AXI_SLAVE_ARES 41 51 + #define GCC_PCIE0_AHB_ARES 42 52 + #define GCC_PCIE0_AXI_MASTER_STICKY_ARES 43 53 + #define GCC_PCIE0_AXI_SLAVE_STICKY_ARES 44 54 + #define GCC_PCIE1_BCR 45 55 + #define GCC_PCIE1_LINK_DOWN_BCR 46 56 + #define GCC_PCIE1_PHY_BCR 47 57 + #define GCC_PCIE1PHY_PHY_BCR 48 58 + #define GCC_PCIE1_PIPE_ARES 49 59 + #define GCC_PCIE1_SLEEP_ARES 50 60 + #define GCC_PCIE1_CORE_STICKY_ARES 51 61 + #define GCC_PCIE1_AXI_MASTER_ARES 52 62 + #define GCC_PCIE1_AXI_SLAVE_ARES 53 63 + #define GCC_PCIE1_AHB_ARES 54 64 + #define GCC_PCIE1_AXI_MASTER_STICKY_ARES 55 65 + #define GCC_PCIE1_AXI_SLAVE_STICKY_ARES 56 66 + #define GCC_PCNOC_BCR 57 67 + #define GCC_PCNOC_BUS_TIMEOUT0_BCR 58 68 + #define GCC_PCNOC_BUS_TIMEOUT1_BCR 59 69 + #define GCC_PCNOC_BUS_TIMEOUT2_BCR 60 70 + #define GCC_PCNOC_BUS_TIMEOUT3_BCR 61 71 + #define GCC_PCNOC_BUS_TIMEOUT4_BCR 62 72 + #define GCC_PCNOC_BUS_TIMEOUT5_BCR 63 73 + #define GCC_PCNOC_BUS_TIMEOUT6_BCR 64 74 + #define GCC_PCNOC_BUS_TIMEOUT7_BCR 65 75 + #define GCC_PCNOC_BUS_TIMEOUT8_BCR 66 76 + #define GCC_PCNOC_BUS_TIMEOUT9_BCR 67 77 + #define GCC_PCNOC_BUS_TIMEOUT10_BCR 68 78 + #define GCC_PCNOC_BUS_TIMEOUT11_BCR 69 79 + #define GCC_PRNG_BCR 70 80 + #define GCC_Q6SS_DBG_ARES 71 81 + #define GCC_Q6_AHB_S_ARES 72 82 + #define GCC_Q6_AHB_ARES 73 83 + #define GCC_Q6_AXIM2_ARES 74 84 + #define GCC_Q6_AXIM_ARES 75 85 + #define GCC_Q6_AXIS_ARES 76 86 + #define GCC_QDSS_BCR 77 87 + #define GCC_QPIC_BCR 78 88 + #define GCC_QUSB2_0_PHY_BCR 79 89 + #define GCC_SDCC1_BCR 80 90 + #define GCC_SEC_CTRL_BCR 81 91 + #define GCC_SPDM_BCR 82 92 + #define GCC_SYSTEM_NOC_BCR 83 93 + #define GCC_TCSR_BCR 84 94 + #define GCC_TLMM_BCR 85 95 + #define GCC_UBI0_AXI_ARES 86 96 + #define GCC_UBI0_AHB_ARES 87 97 + #define GCC_UBI0_NC_AXI_ARES 88 98 + #define GCC_UBI0_DBG_ARES 89 99 + #define GCC_UBI0_UTCM_ARES 90 100 + #define GCC_UBI0_CORE_ARES 91 101 + #define GCC_UBI32_BCR 92 102 + #define GCC_UNIPHY_BCR 93 103 + #define GCC_UNIPHY_AHB_ARES 94 104 + #define GCC_UNIPHY_SYS_ARES 95 105 + #define GCC_UNIPHY_RX_ARES 96 106 + #define GCC_UNIPHY_TX_ARES 97 107 + #define GCC_USB0_BCR 98 108 + #define GCC_USB0_PHY_BCR 99 109 + #define GCC_WCSS_BCR 100 110 + #define GCC_WCSS_DBG_ARES 101 111 + #define GCC_WCSS_ECAHB_ARES 102 112 + #define GCC_WCSS_ACMT_ARES 103 113 + #define GCC_WCSS_DBG_BDG_ARES 104 114 + #define GCC_WCSS_AHB_S_ARES 105 115 + #define GCC_WCSS_AXI_M_ARES 106 116 + #define GCC_WCSS_AXI_S_ARES 107 117 + #define GCC_WCSS_Q6_BCR 108 118 + #define GCC_WCSSAON_RESET 109 119 + #define GCC_UNIPHY_SOFT_RESET 110 120 + #define GCC_GEPHY_MISC_ARES 111 121 + 122 + #endif