[Freedreno] [PATCH v7 05/12] dt-bindings: display/msm: move common MDSS properties to mdss-common.yaml
Krzysztof Kozlowski
krzysztof.kozlowski at linaro.org
Thu Sep 22 07:04:28 UTC 2022
On 15/09/2022 15:37, Dmitry Baryshkov wrote:
> Move properties common to all MDSS DT nodes to the mdss-common.yaml.
>
> This extends qcom,msm8998-mdss schema to allow interconnect nodes, which
> will be added later, once msm8998 gains interconnect support.
>
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov at linaro.org>
> ---
(...)
> - "#interrupt-cells":
> - const: 1
> -
> iommus:
> - items:
> - - description: Phandle to apps_smmu node with SID mask for Hard-Fail port0
> - - description: Phandle to apps_smmu node with SID mask for Hard-Fail port1
> -
> - ranges: true
> + maxItems: 2
>
> interconnects:
> - items:
> - - description: Interconnect path from mdp0 port to the data bus
> - - description: Interconnect path from mdp1 port to the data bus
> + maxItems: 2
I think this is not equivalent now, because you have in total minItems:1
and maxItems:2, while in past minItems was 2.
The same might apply to iommus. clocks look good.
Best regards,
Krzysztof
More information about the Freedreno
mailing list