On 3/20/2020 4:34 PM, Stephen Boyd wrote: > Quoting Wesley Cheng (2020-03-17 13:53:31) >> diff --git a/include/dt-bindings/clock/qcom,gcc-sm8150.h b/include/dt-bindings/clock/qcom,gcc-sm8150.h >> index 90d60ef..3e1a918 100644 >> --- a/include/dt-bindings/clock/qcom,gcc-sm8150.h >> +++ b/include/dt-bindings/clock/qcom,gcc-sm8150.h >> @@ -240,4 +240,8 @@ >> #define GCC_USB30_SEC_BCR 27 >> #define GCC_USB_PHY_CFG_AHB2PHY_BCR 28 >> >> +/* GCC GDSCRs */ >> +#define USB30_PRIM_GDSC 4 >> +#define USB30_SEC_GDSC 5 > > BTW, should we expect more GDSCs at 0,1,2,3 here? Why wasn't that done > initially? > Hi Stephen, Yes, I assume there should be more GDSCs being introduced, and I have notified Taniya (our GCC POC) to upload the rest of the GDSC changes. I decided to keep it with values 4 and 5 in order to be consistent with previous chipsets, but if you feel we should shuffle these values, then I am OK with that as well. -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project