diff options
| author | Bjorn Andersson <andersson@kernel.org> | 2025-10-22 16:36:04 -0500 |
|---|---|---|
| committer | Bjorn Andersson <andersson@kernel.org> | 2025-10-22 16:36:04 -0500 |
| commit | ff71d2d85de70ac7aa86f914ff87fb460ab8d14a (patch) | |
| tree | 2a8b90780452b16f6f09b84cdbda2e20ec5dc83d | |
| parent | 17e4db05930e455770b15b77708a07681ed24efc (diff) | |
| parent | e090dc10c65eac35dcdb7c1b9cd6adcf0b590d3a (diff) | |
Merge branch '20250919-sm6350-mdss-reset-v1-1-48dcac917c73@fairphone.com' into clk-for-6.19
Merge the DeviceTree binding update adding MDSS reset constants through
a topic branch to make available in DeviceTree branch as well.
| -rw-r--r-- | include/dt-bindings/clock/qcom,dispcc-sm6350.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/qcom,dispcc-sm6350.h b/include/dt-bindings/clock/qcom,dispcc-sm6350.h index cb54aae2723e..61426a80e620 100644 --- a/include/dt-bindings/clock/qcom,dispcc-sm6350.h +++ b/include/dt-bindings/clock/qcom,dispcc-sm6350.h @@ -42,6 +42,10 @@ #define DISP_CC_SLEEP_CLK 31 #define DISP_CC_XO_CLK 32 +/* Resets */ +#define DISP_CC_MDSS_CORE_BCR 0 +#define DISP_CC_MDSS_RSCC_BCR 1 + /* GDSCs */ #define MDSS_GDSC 0 |
