Linux-Amlogic Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] arm64: dts: meson: add support for ODROID-N2+
@ 2020-09-15 15:24 Neil Armstrong
  2020-09-15 15:24 ` [PATCH v2 1/3] arm64: dts: meson: convert ODROID-N2 to dtsi Neil Armstrong
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Neil Armstrong @ 2020-09-15 15:24 UTC (permalink / raw)
  To: khilman
  Cc: Neil Armstrong, christianshewitt, linux-kernel, linux-amlogic,
	tobetter, linux-arm-kernel

This series splits the existing meson-g12b-odroid-n2.dts into a common
dtsi and dts, and then adds new bindings and dts for the ODROID-N2+
which uses an Amlogic S922X rev.C chip that Hardkernel supports with
the same OPPs as the A311D.

Changes since v1 at [1]:
- rebase on khilman's v5.10/dt64
- get all review tags from v1
- use the A311D OPPs, after review of Vendor kernel, the Rev, C uses the same OPPs (freq + voltage)
	as the A311D SoC of the same family

[1] https://lkml.kernel.org/r/20200719141034.8403-1-christianshewitt@gmail.com

Christian Hewitt (3):
  arm64: dts: meson: convert ODROID-N2 to dtsi
  dt-bindings: arm: amlogic: add support for the ODROID-N2+
  arm64: dts: meson: add support for the ODROID-N2+

 .../devicetree/bindings/arm/amlogic.yaml      |   1 +
 arch/arm64/boot/dts/amlogic/Makefile          |   1 +
 .../dts/amlogic/meson-g12b-odroid-n2-plus.dts |  31 +
 .../boot/dts/amlogic/meson-g12b-odroid-n2.dts | 618 +----------------
 .../dts/amlogic/meson-g12b-odroid-n2.dtsi     | 625 ++++++++++++++++++
 5 files changed, 659 insertions(+), 617 deletions(-)
 create mode 100644 arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2-plus.dts
 create mode 100644 arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dtsi

-- 
2.22.0


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

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

end of thread, other threads:[~2020-09-18 20:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-15 15:24 [PATCH v2 0/3] arm64: dts: meson: add support for ODROID-N2+ Neil Armstrong
2020-09-15 15:24 ` [PATCH v2 1/3] arm64: dts: meson: convert ODROID-N2 to dtsi Neil Armstrong
2020-09-15 15:24 ` [PATCH v2 2/3] dt-bindings: arm: amlogic: add support for the ODROID-N2+ Neil Armstrong
2020-09-15 15:24 ` [PATCH v2 3/3] arm64: dts: meson: " Neil Armstrong
2020-09-15 19:35 ` [PATCH v2 0/3] arm64: dts: meson: add support for ODROID-N2+ Martin Blumenstingl
2020-09-18 20:39 ` Kevin Hilman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox