On Thu, Sep 15, 2022 at 12:15:28PM +0100, Geert Uytterhoeven wrote: > Hi Krzysztof, > > On Thu, Sep 15, 2022 at 10:26 AM Krzysztof Kozlowski > <k.kozlowski.k@xxxxxxxxx> wrote: > > On Wed, 14 Sep 2022 16:33:22 +0200, Geert Uytterhoeven wrote: > > > Convert the NXP TDA998x HDMI transmitter Device Tree binding > > > documentation to json-schema. > > > > > > Add missing "#sound-dai-cells" property. > > > Add ports hierarchy, as an alternative to port. > > > Drop pinctrl properties, as they do not belong here. > > > > > > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > > > --- > > > v2: > > > - Add maximum to video-ports, > > > - Drop unneeded maxItems for audio-ports, > > > - Complete port descriptions. > > > --- > > > .../bindings/display/bridge/nxp,tda998x.yaml | 109 ++++++++++++++++++ > > > .../bindings/display/bridge/tda998x.txt | 54 --------- > > > 2 files changed, 109 insertions(+), 54 deletions(-) > > > create mode 100644 Documentation/devicetree/bindings/display/bridge/nxp,tda998x.yaml > > > delete mode 100644 Documentation/devicetree/bindings/display/bridge/tda998x.txt > > > > > > > Running 'make dtbs_check' with the schema in this patch gives the > > following warnings. Consider if they are expected or the schema is > > incorrect. These may not be new warnings. > > > > Note that it is not yet a requirement to have 0 warnings for dtbs_check. > > This will change in the future. > > > > Full log is available here: https://patchwork.ozlabs.org/patch/ > > > > > > tda19988@70: 'clocks' does not match any of the regexes: 'pinctrl-[0-9]+' > > arch/arm64/boot/dts/renesas/r8a774c0-cat874.dtb > > arch/arm64/boot/dts/renesas/r8a774c0-ek874.dtb > > arch/arm64/boot/dts/renesas/r8a774c0-ek874-idk-2121wr.dtb > > arch/arm64/boot/dts/renesas/r8a774c0-ek874-mipi-2.1.dtb > > > > tda19988@70: ports: 'oneOf' conditional failed, one must be fixed: > > arch/arm/boot/dts/am335x-boneblack.dtb > > arch/arm/boot/dts/am335x-boneblack-wireless.dtb > > arch/arm/boot/dts/am335x-sancloud-bbe.dtb > > > > tda19988@70: ports:port@0: 'reg' is a required property > > arch/arm/boot/dts/am335x-boneblack.dtb > > arch/arm/boot/dts/am335x-boneblack-wireless.dtb > > arch/arm/boot/dts/am335x-sancloud-bbe.dtb > > > > tda9988@70: ports: 'oneOf' conditional failed, one must be fixed: > > arch/arm/boot/dts/am335x-myirtech-myd.dtb > > > > tda9988@70: ports:port@0: 'reg' is a required property > > arch/arm/boot/dts/am335x-myirtech-myd.dtb > > Please test this with the earlier patches in the same series applied ;-) Just ignore if not useful. It's informational purposes. The testing doesn't get series because it gets patches from PW which filters out just bindings. And it tests a patch at a time to get warnings for that patch. If folks want to stop sending binding patches for a couple of months, I can improve it. Rob