On Thu, Sep 11, 2025 at 12:09:52PM -0300, Ariel D'Alessandro wrote: > Convert the existing text-based DT bindings for Marvell 8897/8997 > (sd8897/sd8997) bluetooth devices controller to a DT schema. > > While here: > > * bindings for "usb1286,204e" (USB interface) are dropped from the DT > schema definition as these are currently documented in file [0]. > * DT binding users are updated to use bluetooth generic name > recommendation. > > [0] Documentation/devicetree/bindings/net/btusb.txt > > Signed-off-by: Ariel D'Alessandro <ariel.dalessan...@collabora.com> > --- > .../net/bluetooth/marvell,sd8897-bt.yaml | 79 ++++++++++++++++++ > .../devicetree/bindings/net/btusb.txt | 2 +- > .../bindings/net/marvell-bt-8xxx.txt | 83 -------------------
> .../dts/rockchip/rk3288-veyron-fievel.dts | 2 +- > .../boot/dts/rockchip/rk3288-veyron-jaq.dts | 2 +- > arch/arm64/boot/dts/mediatek/mt8173-elm.dtsi | 2 +- .dts files should be separate patches. Please send the bindings patches separately per subsystem so subsystem maintainers can apply them. All the Mediatek dts changes can be 1 series. The schema looks good. Rob