Add SM8475 DISPCC bindings, which are simply a symlink to the SM8450 bindings. Update the documentation with the new compatible. Signed-off-by: Danila Tikhonov <danila@xxxxxxxxxxx> --- .../devicetree/bindings/clock/qcom,sm8450-dispcc.yaml | 5 ++++- include/dt-bindings/clock/qcom,sm8475-dispcc.h | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) create mode 120000 include/dt-bindings/clock/qcom,sm8475-dispcc.h diff --git a/Documentation/devicetree/bindings/clock/qcom,sm8450-dispcc.yaml b/Documentation/devicetree/bindings/clock/qcom,sm8450-dispcc.yaml index 4794c53793a8..76f5a8cc42cc 100644 --- a/Documentation/devicetree/bindings/clock/qcom,sm8450-dispcc.yaml +++ b/Documentation/devicetree/bindings/clock/qcom,sm8450-dispcc.yaml @@ -13,12 +13,15 @@ description: | Qualcomm display clock control module provides the clocks, resets and power domains on SM8450. - See also:: include/dt-bindings/clock/qcom,sm8450-dispcc.h + See also:: + include/dt-bindings/clock/qcom,sm8450-dispcc.h + include/dt-bindings/clock/qcom,sm8475-dispcc.h properties: compatible: enum: - qcom,sm8450-dispcc + - qcom,sm8475-dispcc clocks: minItems: 3 diff --git a/include/dt-bindings/clock/qcom,sm8475-dispcc.h b/include/dt-bindings/clock/qcom,sm8475-dispcc.h new file mode 120000 index 000000000000..21a9db2d0f09 --- /dev/null +++ b/include/dt-bindings/clock/qcom,sm8475-dispcc.h @@ -0,0 +1 @@ +qcom,sm8450-dispcc.h \ No newline at end of file -- 2.45.2