> Binding needs to be adapted to match DTS or DTS has to be fixed to match > binding, depending which one is correct. Mention any changes done in the > binding which deviate from pure conversion of TXT->DT schema. The DTS is correct so will base the example on that (and get a better changelog in the next version) So the checks will be 1) dt_bindings_check and 2) dtbs_check > https://social.kernel.org/notice/Ai9hYRUKo8suzX3zNY Noted, but here I'd assume omap2plus_defconfig would be more relevant. arch/arm/boot/dts/ti/omap/omap4-duovero-parlor.dtb: mcpdm@0: 'ti,hwmods' is a required property from schema $id: http://devicetree.org/schemas/sound/ti,omap4-mcpdm.yaml# We already have ti,hwmods still its asking for it? arch/arm/boot/dts/ti/omap/omap4-duovero-parlor.dtb: mcpdm@0: 'dma-names', 'dmas', 'reg-names' do not match any of the regexes: 'pinctrl-[0-9]+' from schema $id: http://devicetree.org/schemas/sound/ti,omap4-mcpdm.yaml# It also requires a pinctrl subnode which isnt used anywhere, the parent node of mcpdm that is mcpdm_module has a pinctrl how would we go about implementing that? -- Best Regards, Mithil