On 28/03/2023 13:04, Aakarsh Jain wrote: > Convert s5p-mfc bindings to DT schema format using json-schema. > > Signed-off-by: Aakarsh Jain <aakarsh.jain@xxxxxxxxxxx> > --- > changes since v6: > kept hw properties for Exynos3250 and Exynos4 > under different if:then condition. > > changes since v5: > kept compatible strings under enum > sorted compatible strings > added iommu maxItems:2 > Added indentation with 4 spaces in dts example > > changes since v4: > Removed items from oneOf section > dropped black line > defined the iommus names items as > items: > -const left > -const right > > changes since v3: > fixed dt-schema warnings and errors while running make dtbs_check and make dt_binding_check for ARMv7 > Since, obsolete properties are not part of dt-node so we are not including these properties in dt-schema. > > changes since v2: > changed Commit message from Adds to Convert > Removed text "This file has moved to samsung,s5p-mfc.yaml" from s5p-mfc.txt > fixed dt-schema warnings and errors while running make dtbs_check and make dt_binding_check > > changes since v1: > fixed dt-schema warnings and errors while running make dtbs_check and make dt_binding_check > Removed description. > Listed items. > Added allOf:if:then for restricting two items to specific compatible > > This patch is independent from the previous MFC v12 patch series for HW3 support. > .../devicetree/bindings/media/s5p-mfc.txt | 78 -------- > .../bindings/media/samsung,s5p-mfc.yaml | 184 ++++++++++++++++++ > 2 files changed, 184 insertions(+), 78 deletions(-) This patch does not apply. Please double check your setup. Applying: dt-bindings: media: s5p-mfc: convert bindings to json-schema Patch failed at 0001 dt-bindings: media: s5p-mfc: convert bindings to json-schema When you have resolved this problem, run "git am --continue". If you prefer to skip this patch, run "git am --skip" instead. To restore the original branch and stop patching, run "git am --abort". error: dev/null: does not exist in index hint: Use 'git am --show-current-patch=diff' to see the failed patch Best regards, Krzysztof