From: Kevin Hilman <khilman@baylibre.com>
To: Neil Armstrong <narmstrong@baylibre.com>
Cc: linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
Neil Armstrong <narmstrong@baylibre.com>
Subject: Re: [PATCH v5 0/3] arm64: Add initial support for Odroid-N2
Date: Wed, 12 Jun 2019 07:25:27 -0700 [thread overview]
Message-ID: <7hr27y3mp4.fsf@baylibre.com> (raw)
In-Reply-To: <20190603091008.2382-1-narmstrong@baylibre.com>
Neil Armstrong <narmstrong@baylibre.com> writes:
> This patchset adds basic support for :
> - Amlogic G12B, which is very similar to G12A
> - The HardKernel Odroid-N2 based on the S922X SoC
>
> The Amlogic G12B SoC is very similar with the G12A SoC, sharing
> most of the features and architecture, but with these differences :
> - The first CPU cluster only has 2xCortex-A53 instead of 4
> - G12B has a second cluster of 4xCortex-A73
> - Both cluster can achieve 2GHz instead of 1,8GHz for G12A
> - CPU Clock architecture is difference, thus needing a different
> compatible to handle this slight difference
> - Supports a MIPI CSI input
> - Embeds a Mali-G52 instead of a Mali-G31, but integration is the same
>
> Actual support is done in the same way as for the GXM support, including
> the G12A dtsi and redefining the CPU clusters.
> Unlike GXM, the first cluster is different, thus needing to remove
> the last 2 cpu nodes of the first cluster.
Tested-by: Kevin Hilman <khilman@baylibre.com>
Queued for v5.3,
Kevin
_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic
WARNING: multiple messages have this Message-ID (diff)
From: Kevin Hilman <khilman@baylibre.com>
To: Neil Armstrong <narmstrong@baylibre.com>
Cc: linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
Neil Armstrong <narmstrong@baylibre.com>
Subject: Re: [PATCH v5 0/3] arm64: Add initial support for Odroid-N2
Date: Wed, 12 Jun 2019 07:25:27 -0700 [thread overview]
Message-ID: <7hr27y3mp4.fsf@baylibre.com> (raw)
In-Reply-To: <20190603091008.2382-1-narmstrong@baylibre.com>
Neil Armstrong <narmstrong@baylibre.com> writes:
> This patchset adds basic support for :
> - Amlogic G12B, which is very similar to G12A
> - The HardKernel Odroid-N2 based on the S922X SoC
>
> The Amlogic G12B SoC is very similar with the G12A SoC, sharing
> most of the features and architecture, but with these differences :
> - The first CPU cluster only has 2xCortex-A53 instead of 4
> - G12B has a second cluster of 4xCortex-A73
> - Both cluster can achieve 2GHz instead of 1,8GHz for G12A
> - CPU Clock architecture is difference, thus needing a different
> compatible to handle this slight difference
> - Supports a MIPI CSI input
> - Embeds a Mali-G52 instead of a Mali-G31, but integration is the same
>
> Actual support is done in the same way as for the GXM support, including
> the G12A dtsi and redefining the CPU clusters.
> Unlike GXM, the first cluster is different, thus needing to remove
> the last 2 cpu nodes of the first cluster.
Tested-by: Kevin Hilman <khilman@baylibre.com>
Queued for v5.3,
Kevin
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Kevin Hilman <khilman@baylibre.com>
To: Neil Armstrong <narmstrong@baylibre.com>
Cc: Neil Armstrong <narmstrong@baylibre.com>,
linux-amlogic@lists.infradead.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v5 0/3] arm64: Add initial support for Odroid-N2
Date: Wed, 12 Jun 2019 07:25:27 -0700 [thread overview]
Message-ID: <7hr27y3mp4.fsf@baylibre.com> (raw)
In-Reply-To: <20190603091008.2382-1-narmstrong@baylibre.com>
Neil Armstrong <narmstrong@baylibre.com> writes:
> This patchset adds basic support for :
> - Amlogic G12B, which is very similar to G12A
> - The HardKernel Odroid-N2 based on the S922X SoC
>
> The Amlogic G12B SoC is very similar with the G12A SoC, sharing
> most of the features and architecture, but with these differences :
> - The first CPU cluster only has 2xCortex-A53 instead of 4
> - G12B has a second cluster of 4xCortex-A73
> - Both cluster can achieve 2GHz instead of 1,8GHz for G12A
> - CPU Clock architecture is difference, thus needing a different
> compatible to handle this slight difference
> - Supports a MIPI CSI input
> - Embeds a Mali-G52 instead of a Mali-G31, but integration is the same
>
> Actual support is done in the same way as for the GXM support, including
> the G12A dtsi and redefining the CPU clusters.
> Unlike GXM, the first cluster is different, thus needing to remove
> the last 2 cpu nodes of the first cluster.
Tested-by: Kevin Hilman <khilman@baylibre.com>
Queued for v5.3,
Kevin
next prev parent reply other threads:[~2019-06-12 14:25 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-03 9:10 [PATCH v5 0/3] arm64: Add initial support for Odroid-N2 Neil Armstrong
2019-06-03 9:10 ` Neil Armstrong
2019-06-03 9:10 ` Neil Armstrong
2019-06-03 9:10 ` [PATCH v5 1/3] dt-bindings: arm: amlogic: add G12B bindings Neil Armstrong
2019-06-03 9:10 ` Neil Armstrong
2019-06-03 9:10 ` Neil Armstrong
2019-06-03 9:10 ` Neil Armstrong
2019-06-03 9:10 ` [PATCH v5 2/3] dt-bindings: arm: amlogic: add Odroid-N2 binding Neil Armstrong
2019-06-03 9:10 ` Neil Armstrong
2019-06-03 9:10 ` Neil Armstrong
2019-06-03 9:10 ` Neil Armstrong
2019-06-03 9:10 ` [PATCH v5 3/3] arm64: dts: meson: Add minimal support for Odroid-N2 Neil Armstrong
2019-06-03 9:10 ` Neil Armstrong
2019-06-03 9:10 ` Neil Armstrong
2019-06-03 12:00 ` Anand Moon
2019-06-03 12:00 ` Anand Moon
2019-06-03 12:00 ` Anand Moon
2019-06-05 7:33 ` Neil Armstrong
2019-06-05 7:33 ` Neil Armstrong
2019-06-05 7:33 ` Neil Armstrong
2019-06-05 15:27 ` Kevin Hilman
2019-06-05 15:27 ` Kevin Hilman
2019-06-05 15:27 ` Kevin Hilman
2019-06-12 14:25 ` Kevin Hilman [this message]
2019-06-12 14:25 ` [PATCH v5 0/3] arm64: Add initial " Kevin Hilman
2019-06-12 14:25 ` Kevin Hilman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7hr27y3mp4.fsf@baylibre.com \
--to=khilman@baylibre.com \
--cc=linux-amlogic@lists.infradead.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=narmstrong@baylibre.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.