mbox series

[v2,0/3] arm64: dts: meson: add support for ODROID-N2+

Message ID 20200915152432.30616-1-narmstrong@baylibre.com (mailing list archive)
Headers show
Series arm64: dts: meson: add support for ODROID-N2+ | expand

Message

Neil Armstrong Sept. 15, 2020, 3:24 p.m. UTC
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

Comments

Martin Blumenstingl Sept. 15, 2020, 7:35 p.m. UTC | #1
On Tue, Sep 15, 2020 at 5:25 PM Neil Armstrong <narmstrong@baylibre.com> wrote:
[...]
> 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+
for all three: thank you and
Acked-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Kevin Hilman Sept. 18, 2020, 8:39 p.m. UTC | #2
On Tue, 15 Sep 2020 17:24:29 +0200, Neil Armstrong wrote:
> 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
> 
> [...]

Applied, thanks!

[1/3] arm64: dts: meson: convert ODROID-N2 to dtsi
      commit: ef599f5f3e10bf1979d8ece29fd7fa511fedd59d
[2/3] dt-bindings: arm: amlogic: add support for the ODROID-N2+
      commit: 88ba71cdc5497390350c87e68ce35688e88be3e8
[3/3] arm64: dts: meson: add support for the ODROID-N2+
      commit: 98d24896ee117b1f0969405476c943e9307e30d4

Best regards,