linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/4] arm64: Add support for Airoha EN7581 Soc
@ 2024-03-09  9:32 Lorenzo Bianconi
  2024-03-09  9:32 ` [PATCH v4 1/4] dt-bindings: arm64: dts: airoha: Add en7581 entry Lorenzo Bianconi
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Lorenzo Bianconi @ 2024-03-09  9:32 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, nbd, john, devicetree,
	dd, catalin.marinas, will, upstream, lorenzo.bianconi83,
	angelogioacchino.delregno

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

Changes since v3:
- remove unnecessary entries in Kconfig ARCH_AIROHA section
- cosmetics

Changes since v2:
- fix cpu-map definition
- add more cache info
- add missing soc node
- remove unnecessary definitions

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 entry

 .../devicetree/bindings/arm/airoha.yaml       |   4 +
 arch/arm64/Kconfig.platforms                  |   7 +
 arch/arm64/boot/dts/Makefile                  |   1 +
 arch/arm64/boot/dts/airoha/Makefile           |   2 +
 arch/arm64/boot/dts/airoha/en7581-evb.dts     |  26 +++
 arch/arm64/boot/dts/airoha/en7581.dtsi        | 154 ++++++++++++++++++
 arch/arm64/configs/defconfig                  |   1 +
 7 files changed, 195 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.44.0


_______________________________________________
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] 6+ messages in thread

end of thread, other threads:[~2024-04-03 10:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-09  9:32 [PATCH v4 0/4] arm64: Add support for Airoha EN7581 Soc Lorenzo Bianconi
2024-03-09  9:32 ` [PATCH v4 1/4] dt-bindings: arm64: dts: airoha: Add en7581 entry Lorenzo Bianconi
2024-03-09  9:32 ` [PATCH v4 2/4] arm64: dts: Add Airoha EN7581 SoC and EN7581 Evaluation Board Lorenzo Bianconi
2024-03-09  9:32 ` [PATCH v4 3/4] arm64: add Airoha EN7581 platform Lorenzo Bianconi
2024-03-09  9:32 ` [PATCH v4 4/4] arm64: defconfig: enable Airoha platform Lorenzo Bianconi
2024-04-03 10:31 ` [PATCH v4 0/4] arm64: Add support for Airoha EN7581 Soc AngeloGioacchino Del Regno

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).