On Fri, 16 Aug 2024 13:12:01 -0400, Frank Li wrote: > Convert binding doc marvel-8xxx.txt to yaml format. > Additional change: > - Remove marvell,caldata_00_txpwrlimit_2g_cfg_set in example. > - Remove mmc related property in example. > - Add wakeup-source property. > - Remove vmmc-supply and mmc-pwrseq. > > Fix below warning: > arch/arm64/boot/dts/freescale/imx8mp-beacon-kit.dtb: /soc@0/bus@30800000/mmc@30b40000/wifi@1: > failed to match any schema with compatible: ['marvell,sd8997'] > > Signed-off-by: Frank Li <Frank.Li@xxxxxxx> > --- > Change from v1 to v2 > - Add Brian Norris <briannorris@xxxxxxxxxxxx as maintainer > - Remove vmmc-supply and mmc-pwrseq > - Add wakeup-source > - rename to marvell,sd8787.yaml by using one compatible string, suggestted > by conor dooley at other binding doc convert review > --- > .../bindings/net/wireless/marvell,sd8787.yaml | 93 +++++++++++++++++++ > .../bindings/net/wireless/marvell-8xxx.txt | 70 -------------- > 2 files changed, 93 insertions(+), 70 deletions(-) > create mode 100644 Documentation/devicetree/bindings/net/wireless/marvell,sd8787.yaml > delete mode 100644 Documentation/devicetree/bindings/net/wireless/marvell-8xxx.txt > Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>