Re: [PATCH 2/6] Documetation: dt-bindings: add the samsung,exynos-pcie binding

From: Krzysztof Kozlowski
Date: Wed Oct 21 2020 - 08:12:14 EST


On Wed, Oct 21, 2020 at 01:59:25PM +0200, Marek Szyprowski wrote:
>>> +required:
> >>> + - reg
> >>> + - reg-names
> >>> + - interrupts
> >>> + - interrupt-names
> >>> + - clocks
> >>> + - clock-names
> >>> + - phys
> >>> + - phy-names
> >>> + - vdd10-supply
> >> additionalProperties: false
> > This can be unevaluatedProperties, since you include pci-bus schema.
> > However still you should either include designware schema or include
> > it's properties here.
>
> Frankly, I would like to include designware-pci bindling/schema, but it
> has not been converted to yaml yet. I don't feel that I know PCI enough
> to do that conversion...

I think you need then include all properties in your dtschema. Otherwise
DTS will not pass (neither the example here) the checks.

Best regards,
Krzysztof