linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/13] ARM: vt8500: DT bindings and dts updates
@ 2025-04-16  8:21 Alexey Charkov
  2025-04-16  8:21 ` [PATCH 01/13] dt-bindings: i2c: i2c-wmt: Convert to YAML Alexey Charkov
                   ` (13 more replies)
  0 siblings, 14 replies; 37+ messages in thread
From: Alexey Charkov @ 2025-04-16  8:21 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Andi Shyti, Rob Herring, Conor Dooley,
	Thomas Gleixner, Krzysztof Kozlowski, Ulf Hansson, Andrew Lunn,
	David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Uwe Kleine-König, Daniel Lezcano
  Cc: linux-arm-kernel, linux-i2c, devicetree, linux-kernel, linux-mmc,
	netdev, linux-pwm, Alexey Charkov

Convert some more VT8500 related textual DT binding descriptions to
YAML schema, do minor dts correctness fixes, and add a DT for the
board I'm actually testing those on (VIA APC Rock).

While at that, also describe the PL310 L2 cache controller present on
WM8850/WM8950.

Note that this series is based upon Krzysztof's linux-dt/for-next

Signed-off-by: Alexey Charkov <alchark@gmail.com>
---
Alexey Charkov (13):
      dt-bindings: i2c: i2c-wmt: Convert to YAML
      dt-bindings: interrupt-controller: via,vt8500-intc: Convert to YAML
      dt-bindings: mmc: vt8500-sdmmc: Convert to YAML
      dt-bindings: net: via-rhine: Convert to YAML
      dt-bindings: pwm: vt8500-pwm: Convert to YAML
      dt-bindings: timer: via,vt8500-timer: Convert to YAML
      dt-bindings: arm: vt8500: Add VIA APC Rock/Paper boards
      ARM: dts: vt8500: Add node address and reg in CPU nodes
      ARM: dts: vt8500: Move memory nodes to board dts and fix addr/size
      ARM: dts: vt8500: Use generic compatibles for EHCI
      ARM: dts: vt8500: Use generic node name for the SD/MMC controller
      ARM: dts: vt8500: Add VIA APC Rock/Paper board
      ARM: dts: vt8500: Add L2 cache controller on WM8850/WM8950

 Documentation/devicetree/bindings/arm/vt8500.yaml  | 19 ++++---
 Documentation/devicetree/bindings/i2c/i2c-wmt.txt  | 24 ---------
 .../devicetree/bindings/i2c/wm,wm8505-i2c.yaml     | 47 +++++++++++++++++
 .../interrupt-controller/via,vt8500-intc.txt       | 16 ------
 .../interrupt-controller/via,vt8500-intc.yaml      | 47 +++++++++++++++++
 .../devicetree/bindings/mmc/vt8500-sdmmc.txt       | 23 --------
 .../devicetree/bindings/mmc/wm,wm8505-sdhc.yaml    | 61 ++++++++++++++++++++++
 .../devicetree/bindings/net/via,vt8500-rhine.yaml  | 41 +++++++++++++++
 .../devicetree/bindings/net/via-rhine.txt          | 17 ------
 .../devicetree/bindings/pwm/via,vt8500-pwm.yaml    | 43 +++++++++++++++
 .../devicetree/bindings/pwm/vt8500-pwm.txt         | 18 -------
 .../devicetree/bindings/timer/via,vt8500-timer.txt | 15 ------
 .../bindings/timer/via,vt8500-timer.yaml           | 36 +++++++++++++
 MAINTAINERS                                        |  7 ++-
 arch/arm/boot/dts/vt8500/Makefile                  |  3 +-
 arch/arm/boot/dts/vt8500/vt8500-bv07.dts           |  5 ++
 arch/arm/boot/dts/vt8500/vt8500.dtsi               | 12 ++---
 arch/arm/boot/dts/vt8500/wm8505-ref.dts            |  5 ++
 arch/arm/boot/dts/vt8500/wm8505.dtsi               | 14 ++---
 arch/arm/boot/dts/vt8500/wm8650-mid.dts            |  5 ++
 arch/arm/boot/dts/vt8500/wm8650.dtsi               | 14 ++---
 arch/arm/boot/dts/vt8500/wm8750-apc8750.dts        |  5 ++
 arch/arm/boot/dts/vt8500/wm8750.dtsi               | 14 ++---
 arch/arm/boot/dts/vt8500/wm8850-w70v2.dts          |  5 ++
 arch/arm/boot/dts/vt8500/wm8850.dtsi               | 23 +++++---
 arch/arm/boot/dts/vt8500/wm8950-apc-rock.dts       | 21 ++++++++
 arch/arm/boot/dts/vt8500/wm8950.dtsi               | 11 ++++
 27 files changed, 386 insertions(+), 165 deletions(-)
---
base-commit: 62db22c2af6ce306943df5de6f5198ea9bd3d47b
change-id: 20250409-wmt-updates-5810c65125e4

Best regards,
-- 
Alexey Charkov <alchark@gmail.com>


^ permalink raw reply	[flat|nested] 37+ messages in thread

end of thread, other threads:[~2025-04-25 11:42 UTC | newest]

Thread overview: 37+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-16  8:21 [PATCH 00/13] ARM: vt8500: DT bindings and dts updates Alexey Charkov
2025-04-16  8:21 ` [PATCH 01/13] dt-bindings: i2c: i2c-wmt: Convert to YAML Alexey Charkov
2025-04-23 11:50   ` Alexey Charkov
2025-04-25 11:42   ` Krzysztof Kozlowski
2025-04-16  8:21 ` [PATCH 02/13] dt-bindings: interrupt-controller: via,vt8500-intc: " Alexey Charkov
2025-04-16 20:10   ` Rob Herring
2025-04-17  6:15     ` Alexey Charkov
2025-04-16  8:21 ` [PATCH 03/13] dt-bindings: mmc: vt8500-sdmmc: " Alexey Charkov
2025-04-16 20:14   ` Rob Herring
2025-04-17  6:25     ` Alexey Charkov
2025-04-18 12:38       ` Alexey Charkov
2025-04-22  8:08         ` Krzysztof Kozlowski
2025-04-22  9:01           ` Alexey Charkov
2025-04-16  8:21 ` [PATCH 04/13] dt-bindings: net: via-rhine: " Alexey Charkov
2025-04-23 11:49   ` Alexey Charkov
2025-04-16  8:21 ` [PATCH 05/13] dt-bindings: pwm: vt8500-pwm: " Alexey Charkov
2025-04-16 20:15   ` Rob Herring
2025-04-17  6:27     ` Alexey Charkov
2025-04-16  8:21 ` [PATCH 06/13] dt-bindings: timer: via,vt8500-timer: " Alexey Charkov
2025-04-16 20:16   ` Rob Herring
2025-04-17  6:34     ` Alexey Charkov
2025-04-16  8:21 ` [PATCH 07/13] dt-bindings: arm: vt8500: Add VIA APC Rock/Paper boards Alexey Charkov
2025-04-16 20:17   ` Rob Herring
2025-04-16  8:21 ` [PATCH 08/13] ARM: dts: vt8500: Add node address and reg in CPU nodes Alexey Charkov
2025-04-16  8:21 ` [PATCH 09/13] ARM: dts: vt8500: Move memory nodes to board dts and fix addr/size Alexey Charkov
2025-04-16  8:21 ` [PATCH 10/13] ARM: dts: vt8500: Use generic compatibles for EHCI Alexey Charkov
2025-04-17  5:34   ` Krzysztof Kozlowski
2025-04-17  5:54     ` Alexey Charkov
2025-04-16  8:21 ` [PATCH 11/13] ARM: dts: vt8500: Use generic node name for the SD/MMC controller Alexey Charkov
2025-04-16  8:21 ` [PATCH 12/13] ARM: dts: vt8500: Add VIA APC Rock/Paper board Alexey Charkov
2025-04-17  5:36   ` Krzysztof Kozlowski
2025-04-17  6:01     ` Alexey Charkov
2025-04-17  6:07       ` Krzysztof Kozlowski
2025-04-16  8:21 ` [PATCH 13/13] ARM: dts: vt8500: Add L2 cache controller on WM8850/WM8950 Alexey Charkov
2025-04-16 15:54 ` [PATCH 00/13] ARM: vt8500: DT bindings and dts updates Rob Herring
2025-04-16 18:55   ` Alexey Charkov
2025-04-16 20:09     ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).