On Mon, 07 Oct 2024 18:45:42 +0200, Heiko Stuebner wrote: > Convert the binding to yaml. > > The codec seems to be from Innosilicon, but the compatible has ever only > been rockchip-based, as they sythesized the codec for the rk3036. > > So the yaml file gets a name matching that compatible. > The only other notable change is the addition of the #sound-dai-cells > property, that is always required. > > Signed-off-by: Heiko Stuebner <heiko@xxxxxxxxx> > --- > .../devicetree/bindings/sound/inno-rk3036.txt | 20 ------- > .../bindings/sound/rockchip,rk3036-codec.yaml | 57 +++++++++++++++++++ > 2 files changed, 57 insertions(+), 20 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/sound/inno-rk3036.txt > create mode 100644 Documentation/devicetree/bindings/sound/rockchip,rk3036-codec.yaml > Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>