On Fri, Apr 15, 2022 at 09:32:41AM -0500, Rob Herring wrote: > On Fri, 15 Apr 2022 11:06:02 +1200, Chris Packham wrote: > > Convert the orion-sdio binding to JSON schema. > > > > Signed-off-by: Chris Packham <chris.packham@xxxxxxxxxxxxxxxxxxx> > > --- > > .../bindings/mmc/marvell,orion-sdio.yaml | 43 +++++++++++++++++++ > > .../devicetree/bindings/mmc/orion-sdio.txt | 16 ------- > > 2 files changed, 43 insertions(+), 16 deletions(-) > > create mode 100644 Documentation/devicetree/bindings/mmc/marvell,orion-sdio.yaml > > delete mode 100644 Documentation/devicetree/bindings/mmc/orion-sdio.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/ > > > mvsdio@90000: $nodename:0: 'mvsdio@90000' does not match '^mmc(@.*)?$' Looks like all these will be fixed with patch 1, so nothing to do here. Rob