On Tue, Oct 01, 2024 at 12:11:37PM +0530, Mahadevan wrote: > Document the DPU for Qualcomm SA8775P platform. > > Signed-off-by: Mahadevan <quic_mahap@xxxxxxxxxxx> > --- > .../bindings/display/msm/qcom,sa8775p-dpu.yaml | 122 +++++++++++++++++++++ > 1 file changed, 122 insertions(+) > > diff --git a/Documentation/devicetree/bindings/display/msm/qcom,sa8775p-dpu.yaml b/Documentation/devicetree/bindings/display/msm/qcom,sa8775p-dpu.yaml > new file mode 100644 > index 0000000000000000000000000000000000000000..fda88bdbd04214e06255e105eae582ff926d72e9 > --- /dev/null > +++ b/Documentation/devicetree/bindings/display/msm/qcom,sa8775p-dpu.yaml > @@ -0,0 +1,122 @@ > +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/display/msm/qcom,sa8775p-dpu.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Qualcomm Technologies, Inc. SA8775P Display DPU > + > +maintainers: > + - Mahadevan <quic_mahap@xxxxxxxxxxx> > + > +$ref: /schemas/display/msm/dpu-common.yaml# > + > +properties: > + compatible: > + const: qcom,sa8775p-dpu > + > + reg: > + items: > + - description: Address offset and size for mdp register set > + - description: Address offset and size for vbif register set > + > + reg-names: > + items: > + - const: mdp > + - const: vbif > + > + clocks: > + items: > + - description: Display hf AXI > + - description: Display AHB > + - description: Display lut > + - description: Display core > + - description: Display vsync > + > + clock-names: > + items: > + - const: bus > + - const: iface > + - const: lut > + - const: core > + - const: vsync This looks the same as sm8650-dpu. Add the compatible there. Best regards, Krzysztof