aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManivannan Sadhasivam <[email protected]>2020-11-26 12:58:43 +0530
committerStephen Boyd <[email protected]>2020-12-07 17:00:14 -0800
commitbdf7805b8c0e45ade8d26e5bd4616ddcbb3fcc36 (patch)
tree2e6c2386f3f8f999ddd003d3641f32bca207fc83
parentafacfbbe1016a692b1fea4ed4c3f1d6f6a4ef4e5 (diff)
dt-bindings: clock: Add GDSC in SDX55 GCC
Add GDSC instances in SDX55 GCC block. Signed-off-by: Manivannan Sadhasivam <[email protected]> Link: https://lore.kernel.org/r/[email protected] Acked-by: Rob Herring <[email protected]> Signed-off-by: Stephen Boyd <[email protected]>
-rw-r--r--include/dt-bindings/clock/qcom,gcc-sdx55.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/qcom,gcc-sdx55.h b/include/dt-bindings/clock/qcom,gcc-sdx55.h
index c372451b3461..fb9a5942f793 100644
--- a/include/dt-bindings/clock/qcom,gcc-sdx55.h
+++ b/include/dt-bindings/clock/qcom,gcc-sdx55.h
@@ -109,4 +109,9 @@
#define GCC_USB3PHY_PHY_BCR 13
#define GCC_USB_PHY_CFG_AHB2PHY_BCR 14
+/* GCC power domains */
+#define USB30_GDSC 0
+#define PCIE_GDSC 1
+#define EMAC_GDSC 2
+
#endif