* [GIT PULL] Amlogic 64-bit DT changes for v4.10, round 2
@ 2016-11-23 22:23 Kevin Hilman
2016-11-26 15:07 ` Martin Blumenstingl
2016-11-28 20:00 ` Kevin Hilman
0 siblings, 2 replies; 4+ messages in thread
From: Kevin Hilman @ 2016-11-23 22:23 UTC (permalink / raw)
To: linus-amlogic
Arnd, Olof,
Here's a final round of arm64 DT changes for Amlogic family SoCs.
Please pull.
Thanks,
Kevin
The following changes since commit ab5b24fdd2d551ea729e8e19e47811a646260331:
ARM64: dts: meson-gxbb-vega-s95: Add SD/SDIO/MMC and PWM nodes (2016-11-15 12:05:54 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-dt64-2
for you to fetch changes up to 3db317765fcd55808c782f38c0d3f1862a922c2a:
ARM64: dts: meson-gxl: Add support for Nexbox A95X (2016-11-23 07:57:35 -0800)
----------------------------------------------------------------
Amlogic 64-bit DT updates for v4.10, round 2
- new SoC support: S912/GXM series (8x A53)
- new boards: Nexbox A1 (S912), Nexbox A95X (S905X)
- resets for 2nd USB PHY
----------------------------------------------------------------
Martin Blumenstingl (1):
ARM64: dts: meson-gxbb: add the USB reset also to the second USB PHY
Neil Armstrong (3):
ARM64: dts: Add support for Meson GXM
ARM64: dts: meson-gxm: Add support for the Nexbox A1
ARM64: dts: meson-gxl: Add support for Nexbox A95X
Documentation/devicetree/bindings/arm/amlogic.txt | 8 +++
arch/arm64/boot/dts/amlogic/Makefile | 4 ++
arch/arm64/boot/dts/amlogic/{meson-gxl-s905d-p23x.dtsi => meson-gx-p23x-q20x.dtsi} | 4 +-
arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 1 +
arch/arm64/boot/dts/amlogic/meson-gxl-nexbox-a95x.dts | 205 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p230.dts | 3 +-
arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p231.dts | 3 +-
arch/arm64/boot/dts/amlogic/meson-gxm-nexbox-a1.dts | 169 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
arch/arm64/boot/dts/amlogic/meson-gxm-s912-q200.dts | 77 +++++++++++++++++++++++++++
arch/arm64/boot/dts/amlogic/meson-gxm-s912-q201.dts | 58 ++++++++++++++++++++
arch/arm64/boot/dts/amlogic/meson-gxm.dtsi | 114 +++++++++++++++++++++++++++++++++++++++
11 files changed, 643 insertions(+), 3 deletions(-)
rename arch/arm64/boot/dts/amlogic/{meson-gxl-s905d-p23x.dtsi => meson-gx-p23x-q20x.dtsi} (97%)
create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxl-nexbox-a95x.dts
create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxm-nexbox-a1.dts
create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxm-s912-q200.dts
create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxm-s912-q201.dts
create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxm.dtsi
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] Amlogic 64-bit DT changes for v4.10, round 2
2016-11-23 22:23 [GIT PULL] Amlogic 64-bit DT changes for v4.10, round 2 Kevin Hilman
@ 2016-11-26 15:07 ` Martin Blumenstingl
2016-11-28 18:27 ` Kevin Hilman
2016-11-28 20:00 ` Kevin Hilman
1 sibling, 1 reply; 4+ messages in thread
From: Martin Blumenstingl @ 2016-11-26 15:07 UTC (permalink / raw)
To: linus-amlogic
Hi Kevin,
On Wed, Nov 23, 2016 at 11:23 PM, Kevin Hilman <khilman@baylibre.com> wrote:
> Arnd, Olof,
>
> Here's a final round of arm64 DT changes for Amlogic family SoCs.
please note that SCPI is not working due to a change in Sudeep's
repository which has not made it into the Amlogic tree yet:
Sudeep's latest pull request indicates that we should use
"arm,scpi-pre-1.0", while currently we are only using
"amlogic,meson-gxbb-scpi": [0]
I fixed that in the Amlogic .dts files in [1] but this patch has not
been applied yet.
No pressure on this one - I just want to save your time (so you don't
have to search why SCPI is not working anymore)
Regards,
Martin
[0] http://lists.infradead.org/pipermail/linux-amlogic/2016-November/001632.html
[1] http://lists.infradead.org/pipermail/linux-amlogic/2016-November/001665.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] Amlogic 64-bit DT changes for v4.10, round 2
2016-11-26 15:07 ` Martin Blumenstingl
@ 2016-11-28 18:27 ` Kevin Hilman
0 siblings, 0 replies; 4+ messages in thread
From: Kevin Hilman @ 2016-11-28 18:27 UTC (permalink / raw)
To: linus-amlogic
Martin Blumenstingl <martin.blumenstingl@googlemail.com> writes:
> Hi Kevin,
>
> On Wed, Nov 23, 2016 at 11:23 PM, Kevin Hilman <khilman@baylibre.com> wrote:
>> Arnd, Olof,
>>
>> Here's a final round of arm64 DT changes for Amlogic family SoCs.
> please note that SCPI is not working due to a change in Sudeep's
> repository which has not made it into the Amlogic tree yet:
> Sudeep's latest pull request indicates that we should use
> "arm,scpi-pre-1.0", while currently we are only using
> "amlogic,meson-gxbb-scpi": [0]
Yes, I had to drop that legacy compatible as it was still under
discsussion. Now that it's agreed upon, I've just sent a patch to fix
that.
> I fixed that in the Amlogic .dts files in [1] but this patch has not
> been applied yet.
>
> No pressure on this one - I just want to save your time (so you don't
> have to search why SCPI is not working anymore)
Thanks!
Kevin
[1] http://lists.infradead.org/pipermail/linux-arm-kernel/2016-November/470842.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] Amlogic 64-bit DT changes for v4.10, round 2
2016-11-23 22:23 [GIT PULL] Amlogic 64-bit DT changes for v4.10, round 2 Kevin Hilman
2016-11-26 15:07 ` Martin Blumenstingl
@ 2016-11-28 20:00 ` Kevin Hilman
1 sibling, 0 replies; 4+ messages in thread
From: Kevin Hilman @ 2016-11-28 20:00 UTC (permalink / raw)
To: linus-amlogic
Arnd, Olof,
On Wed, Nov 23, 2016 at 2:23 PM, Kevin Hilman <khilman@baylibre.com> wrote:
>
> Here's a final round of arm64 DT changes for Amlogic family SoCs.
>
I guess it's not the final. Please ignore this one. I need to respin
based on some DT comments from Rob H about node names.
Kevin
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-11-28 20:00 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-23 22:23 [GIT PULL] Amlogic 64-bit DT changes for v4.10, round 2 Kevin Hilman
2016-11-26 15:07 ` Martin Blumenstingl
2016-11-28 18:27 ` Kevin Hilman
2016-11-28 20:00 ` Kevin Hilman
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).