On Wed, 14 Aug 2024 13:51:28 -0400, Frank Li wrote: > Convert binding doc tpa6130a2.txt to yaml format. > Additional change: > - add ref to dai-common.yaml > - add i2c node in example > > Fix below warning: > arch/arm64/boot/dts/freescale/imx8mq-zii-ultra-rmb3.dtb: /soc@0/bus@30800000/i2c@30a20000/amp@60: > failed to match any schema with compatible: ['ti,tpa6130a2'] > > Signed-off-by: Frank Li <Frank.Li@xxxxxxx> > --- > .../bindings/sound/ti,tpa6130a2.yaml | 55 +++++++++++++++++++ > .../devicetree/bindings/sound/tpa6130a2.txt | 27 --------- > 2 files changed, 55 insertions(+), 27 deletions(-) > create mode 100644 Documentation/devicetree/bindings/sound/ti,tpa6130a2.yaml > delete mode 100644 Documentation/devicetree/bindings/sound/tpa6130a2.txt > With MAINTAINERS fixed, Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>