From: Tony Lindgren <tony@atomide.com>
To: soc@kernel.org
Cc: arm@kernel.org, linux-omap@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
"Tony Lindgren" <tony@atomide.com>
Subject: [GIT PULL] Devicetree changes for omaps for v5.8
Date: Thu, 7 May 2020 10:47:38 -0700 [thread overview]
Message-ID: <pull-1588873628-477615@atomide.com> (raw)
From: "Tony Lindgren" <tony@atomide.com>
The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136:
Linux 5.7-rc1 (2020-04-12 12:35:55 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.8/dt-signed
for you to fetch changes up to e88ba436e5615f5bb94deecbbb924227b15bbebb:
ARM: OMAP5: Make L4SEC clock domain SWSUP only (2020-05-05 11:16:06 -0700)
----------------------------------------------------------------
DTS changes for omaps for v5.8 merge window
We add support for beaglebone-ai board that's am5729 based devices.
Then we have a series changes to configure more hardware acceletators found
on omap variants. With the recent ti-sysc related changes, we can now better
configure the accelerators with help of the clock framework and reset driver.
So with a series of changes from Suman Anna and Tero Kristo, let's configure
IPUs and DSPs for dra7 devices like beagle-x15. And let's also configure the
missing crypto accelerators for omap5 as those have been missing.
Note that there are still some pending driver related patches to use IPU and
DSP related features with mainline kernel, but those are independent of the
devicetree changes.
Then there is a display related change for am57xx-idk for tc358778 bridge,
and a change to configure the missing clock source for some PWM timers.
----------------------------------------------------------------
Jason Kridner (1):
ARM: dts: am5729: beaglebone-ai: adding device tree
Lokesh Vutla (1):
ARM: dts: Add 32KHz clock as default clock source
Suman Anna (16):
ARM: dts: DRA7: Add common IPU and DSP nodes
ARM: dts: DRA74x: Add DSP2 processor device node
ARM: dts: DRA74x: Add aliases for rproc nodes
ARM: dts: DRA72x: Add aliases for rproc nodes
ARM: dts: dra7-ipu-dsp-common: Move mailboxes into common files
ARM: dts: dra7-ipu-dsp-common: Add mailboxes to IPU and DSP nodes
ARM: dts: dra7-ipu-dsp-common: Add timers to IPU and DSP nodes
ARM: dts: dra7-evm: Add CMA pools and enable IPU & DSP rprocs
ARM: dts: dra72-evm: Add CMA pools and enable IPUs & DSP1 rprocs
ARM: dts: dra72-evm-revc: Add CMA pools and enable IPUs & DSP1 rprocs
ARM: dts: dra71-evm: Add CMA pools and enable IPUs & DSP1 rprocs
ARM: dts: dra76-evm: Add CMA pools and enable IPU & DSP rprocs
ARM: dts: beagle-x15-common: Add CMA pools and enable IPU & DSP rprocs
ARM: dts: am572x-idk-common: Add CMA pools and enable IPU & DSP rprocs
ARM: dts: am571x-idk: Add CMA pools and enable IPUs & DSP1 rprocs
ARM: dts: dra7-ipu-dsp-common: Add watchdog timers to IPU and DSP nodes
Tero Kristo (7):
ARM: dts: dra7: add timer_sys_ck entries for IPU/DSP timers
ARM: dts: omap5: add aes1 entry
ARM: dts: omap5: add aes2 entry
ARM: dts: omap5: add SHA crypto accelerator node
ARM: dts: omap5: add DES crypto accelerator node
ARM: OMAP4: Make L4SEC clock domain SWSUP only
ARM: OMAP5: Make L4SEC clock domain SWSUP only
Tomi Valkeinen (1):
ARM: dts: am57xx-idk-common: add tc358778 bridge
Tony Lindgren (1):
Merge branch 'omap-for-v5.8/dt-timer' into omap-for-v5.8/dt
arch/arm/boot/dts/Makefile | 1 +
arch/arm/boot/dts/am335x-guardian.dts | 1 +
arch/arm/boot/dts/am3517-evm.dts | 1 +
arch/arm/boot/dts/am571x-idk.dts | 48 +-
arch/arm/boot/dts/am5729-beagleboneai.dts | 731 +++++++++++++++++++++++
arch/arm/boot/dts/am572x-idk-common.dtsi | 63 +-
arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi | 63 +-
arch/arm/boot/dts/am57xx-idk-common.dtsi | 58 ++
arch/arm/boot/dts/dra7-evm-common.dtsi | 1 +
arch/arm/boot/dts/dra7-evm.dts | 54 ++
arch/arm/boot/dts/dra7-ipu-dsp-common.dtsi | 39 ++
arch/arm/boot/dts/dra7-l4.dtsi | 50 +-
arch/arm/boot/dts/dra7.dtsi | 36 ++
arch/arm/boot/dts/dra71-evm.dts | 42 ++
arch/arm/boot/dts/dra72-evm-common.dtsi | 18 +-
arch/arm/boot/dts/dra72-evm-revc.dts | 42 ++
arch/arm/boot/dts/dra72-evm.dts | 42 ++
arch/arm/boot/dts/dra72x.dtsi | 6 +
arch/arm/boot/dts/dra74-ipu-dsp-common.dtsi | 18 +
arch/arm/boot/dts/dra74x.dtsi | 21 +
arch/arm/boot/dts/dra76-evm.dts | 54 ++
arch/arm/boot/dts/logicpd-torpedo-baseboard.dtsi | 1 +
arch/arm/boot/dts/omap3-gta04.dtsi | 1 +
arch/arm/boot/dts/omap5-l4.dtsi | 31 +
arch/arm/boot/dts/omap5.dtsi | 86 +++
arch/arm/mach-omap2/clockdomains44xx_data.c | 2 +-
arch/arm/mach-omap2/clockdomains54xx_data.c | 2 +-
27 files changed, 1430 insertions(+), 82 deletions(-)
create mode 100644 arch/arm/boot/dts/am5729-beagleboneai.dts
create mode 100644 arch/arm/boot/dts/dra7-ipu-dsp-common.dtsi
create mode 100644 arch/arm/boot/dts/dra74-ipu-dsp-common.dtsi
reply other threads:[~2020-05-07 17:47 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=pull-1588873628-477615@atomide.com \
--to=tony@atomide.com \
--cc=arm@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
--cc=soc@kernel.org \
/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 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).