diff options
| author | Bjorn Andersson <[email protected]> | 2024-07-31 21:51:29 -0500 |
|---|---|---|
| committer | Bjorn Andersson <[email protected]> | 2024-07-31 21:51:29 -0500 |
| commit | 9ed1dd650d44db47b1dbb0e6bcab1e0b4fc5bd97 (patch) | |
| tree | b17d6ee2f28e753364dd6ad0069ffe910cdabad3 | |
| parent | 84c1711f27509a6a5841b13ac08fc58b1d091ae8 (diff) | |
| parent | 39b5ffc9554366122dbe5a4088a7c8798068ee9f (diff) | |
Merge branch '[email protected]' into arm64-for-6.12
Merge the sc8180x Global Clock Controller binding from a topic branch,
to gain access to the introduced USB multiport reset constants.
| -rw-r--r-- | include/dt-bindings/clock/qcom,gcc-sc8180x.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/qcom,gcc-sc8180x.h b/include/dt-bindings/clock/qcom,gcc-sc8180x.h index 90c6e021a035..487b12c19db5 100644 --- a/include/dt-bindings/clock/qcom,gcc-sc8180x.h +++ b/include/dt-bindings/clock/qcom,gcc-sc8180x.h @@ -294,6 +294,10 @@ #define GCC_VIDEO_AXI0_CLK_BCR 42 #define GCC_VIDEO_AXI1_CLK_BCR 43 #define GCC_USB3_DP_PHY_SEC_BCR 44 +#define GCC_USB3_UNIPHY_MP0_BCR 45 +#define GCC_USB3_UNIPHY_MP1_BCR 46 +#define GCC_USB3UNIPHY_PHY_MP0_BCR 47 +#define GCC_USB3UNIPHY_PHY_MP1_BCR 48 /* GCC GDSCRs */ #define EMAC_GDSC 0 |