Re: [PATCH 0/3] dt-bindings: net: TI wlcore json schema conversion and fix
From: Geert Uytterhoeven <geert@linux-m68k.org>
Date: 2021-10-19 13:48:20
Also in:
linux-devicetree, linux-omap, linux-renesas-soc, linux-wireless
Hi Kalle, On Tue, Oct 19, 2021 at 3:33 PM Kalle Valo [off-list ref] wrote:
Geert Uytterhoeven [off-list ref] writes:quoted
This patch series converts the Device Tree bindings for the Texas Instruments Wilink Wireless LAN and Bluetooth Controllers to json-schema, after fixing an issue in a Device Tree source file. Thanks for your comments! Geert Uytterhoeven (3): ARM: dts: motorola-mapphone: Drop second ti,wlcore compatible value dt-bindings: net: wireless: ti,wlcore: Convert to json-schema dt-bindings: net: ti,bluetooth: Convert to json-schema .../devicetree/bindings/net/ti,bluetooth.yaml | 91 ++++++++++++ .../devicetree/bindings/net/ti-bluetooth.txt | 60 -------- .../bindings/net/wireless/ti,wlcore,spi.txt | 57 -------- .../bindings/net/wireless/ti,wlcore.txt | 45 ------ .../bindings/net/wireless/ti,wlcore.yaml | 134 ++++++++++++++++++ .../boot/dts/motorola-mapphone-common.dtsi | 2 +- arch/arm/boot/dts/omap3-gta04a5.dts | 2 +- 7 files changed, 227 insertions(+), 164 deletions(-) create mode 100644 Documentation/devicetree/bindings/net/ti,bluetooth.yaml delete mode 100644 Documentation/devicetree/bindings/net/ti-bluetooth.txt delete mode 100644 Documentation/devicetree/bindings/net/wireless/ti,wlcore,spi.txt delete mode 100644 Documentation/devicetree/bindings/net/wireless/ti,wlcore.txt create mode 100644 Documentation/devicetree/bindings/net/wireless/ti,wlcore.yamlVia which tree should these go?
The DTS change should go through the OMAP tree.
The binding changes through the net or DT trees.
I kept everything together for an improved overview.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds