diff options
author | Bjorn Andersson <andersson@kernel.org> | 2024-02-06 23:11:11 +0100 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2024-02-07 19:14:48 +0100 |
commit | 286ffaafa6dcf91d1c119d8e2d59be303fadb8fc (patch) | |
tree | b23601e140cc6bbe048f0f487ee7207b2f73580a /include/dt-bindings | |
parent | clk: qcom: gcc-msm8953: add more resets (diff) | |
parent | dt-bindings: clock: qcom: Add missing UFS QREF clocks (diff) | |
download | linux-286ffaafa6dcf91d1c119d8e2d59be303fadb8fc.tar.xz linux-286ffaafa6dcf91d1c119d8e2d59be303fadb8fc.zip |
Merge branch '20240131-ufs-phy-clock-v3-3-58a49d2f4605@linaro.org' into clk-for-6.9
Merge the two SC8180X reset defines through a topic branch, to allow
them being picked up in the DeviceTree source tree as well.
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/clock/qcom,gcc-sc8180x.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/qcom,gcc-sc8180x.h b/include/dt-bindings/clock/qcom,gcc-sc8180x.h index e893415ae13d..90c6e021a035 100644 --- a/include/dt-bindings/clock/qcom,gcc-sc8180x.h +++ b/include/dt-bindings/clock/qcom,gcc-sc8180x.h @@ -246,6 +246,8 @@ #define GCC_PCIE_3_CLKREF_CLK 236 #define GCC_USB3_PRIM_CLKREF_CLK 237 #define GCC_USB3_SEC_CLKREF_CLK 238 +#define GCC_UFS_MEM_CLKREF_EN 239 +#define GCC_UFS_CARD_CLKREF_EN 240 #define GCC_EMAC_BCR 0 #define GCC_GPU_BCR 1 |