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