All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] arm64: Add support for Airoha EN7581 Soc
@ 2024-02-21  0:04 ` Lorenzo Bianconi
  0 siblings, 0 replies; 22+ messages in thread
From: Lorenzo Bianconi @ 2024-02-21  0:04 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: lorenzo.bianconi, robh+dt, krzysztof.kozlowski+dt, conor+dt, nbd,
	john, devicetree, dd, catalin.marinas, will,
	angelogioacchino.delregno

Introduce basic support for Airoha EN7581 Soc and EN7581 Evaluation Board.

Changes since v1:
- add missing en7581 entry in airoha binding
- fix checkpatch errors

Daniel Danzberger (3):
  arm64: dts: Add Airoha EN7581 SoC and EN7581 Evaluation Board
  arm64: add Airoha EN7581 platform
  arm64: defconfig: enable Airoha platform

Lorenzo Bianconi (1):
  dt-bindings: arm64: dts: airoha: Add en7581 series

 .../devicetree/bindings/arm/airoha.yaml       |   4 +
 arch/arm64/Kconfig.platforms                  |  13 ++
 arch/arm64/boot/dts/Makefile                  |   1 +
 arch/arm64/boot/dts/airoha/Makefile           |   2 +
 arch/arm64/boot/dts/airoha/en7581-evb.dts     |  27 ++++
 arch/arm64/boot/dts/airoha/en7581.dtsi        | 137 ++++++++++++++++++
 arch/arm64/configs/defconfig                  |   1 +
 7 files changed, 185 insertions(+)
 create mode 100644 arch/arm64/boot/dts/airoha/Makefile
 create mode 100644 arch/arm64/boot/dts/airoha/en7581-evb.dts
 create mode 100644 arch/arm64/boot/dts/airoha/en7581.dtsi

-- 
2.43.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2024-02-21 17:36 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-21  0:04 [PATCH v2 0/4] arm64: Add support for Airoha EN7581 Soc Lorenzo Bianconi
2024-02-21  0:04 ` Lorenzo Bianconi
2024-02-21  0:04 ` [PATCH v2 1/4] dt-bindings: arm64: dts: airoha: Add en7581 series Lorenzo Bianconi
2024-02-21  0:04   ` Lorenzo Bianconi
2024-02-21  7:43   ` Krzysztof Kozlowski
2024-02-21  7:43     ` Krzysztof Kozlowski
2024-02-21  0:04 ` [PATCH v2 2/4] arm64: dts: Add Airoha EN7581 SoC and EN7581 Evaluation Board Lorenzo Bianconi
2024-02-21  0:04   ` Lorenzo Bianconi
2024-02-21  7:45   ` Krzysztof Kozlowski
2024-02-21  7:45     ` Krzysztof Kozlowski
2024-02-21 10:30     ` Lorenzo Bianconi
2024-02-21 10:30       ` Lorenzo Bianconi
2024-02-21  9:54   ` AngeloGioacchino Del Regno
2024-02-21  9:54     ` AngeloGioacchino Del Regno
2024-02-21 17:36     ` Lorenzo Bianconi
2024-02-21 17:36       ` Lorenzo Bianconi
2024-02-21  0:04 ` [PATCH v2 3/4] arm64: add Airoha EN7581 platform Lorenzo Bianconi
2024-02-21  0:04   ` Lorenzo Bianconi
2024-02-21  0:04 ` [PATCH v2 4/4] arm64: defconfig: enable Airoha platform Lorenzo Bianconi
2024-02-21  0:04   ` Lorenzo Bianconi
2024-02-21  7:46   ` Krzysztof Kozlowski
2024-02-21  7:46     ` Krzysztof Kozlowski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.