Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1709122

[PATCH 0/3] Add DSP DT nodes on Keystone 66AK2G platforms

From Suman Anna <s-anna@ti.com>
Newsgroups linux.kernel
Subject [PATCH 0/3] Add DSP DT nodes on Keystone 66AK2G platforms
Date 2017-08-11 02:00 +0200
Message-ID <ud5wR-4qF-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi Santosh,

The following series adds the DT nodes for the DSP device present
on the Keystone2 66AK2G SoC and enables them on the currently
supported platforms.

The DTS nodes for the other Keystone2 family of SoCs were posted
previously [1] and already in your staging branches for 4.14.
This series adds the equivalent patches for 66AK2G SoCs. K2G uses
slightly different properties compared to other K2 SoCs. The
binding update for K2G is in-flight [2] and already acked by Rob.
So, I am not sure if you need to wait for that patch to show up
on mainline to avoid checkpatch warnings on these patches due to
the undocumented compatible on your tree.

Validation done on K2G EVM and K2G ICE boards using ramdisk boot.
Supported features are the same as the other Keystone 2 platforms.
Patches are based on your current -next branch [3], so should apply
fine on your 4.14 keystone_dts branch.

regards
Suman

[1] http://marc.info/?l=linux-kernel&m=150128405901497&w=2
[2] https://patchwork.kernel.org/patch/9873085/
[3] https://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git/log/?h=next

Andrew F. Davis (1):
  ARM: dts: keystone-k2g-evm: Add and enable DSP CMA memory pool

Suman Anna (2):
  ARM: dts: keystone-k2g: Add DSP node
  ARM: dts: keystone-k2g-ice: Add and enable DSP CMA memory pool

 arch/arm/boot/dts/keystone-k2g-evm.dts | 18 ++++++++++++++++++
 arch/arm/boot/dts/keystone-k2g-ice.dts | 18 ++++++++++++++++++
 arch/arm/boot/dts/keystone-k2g.dtsi    | 17 +++++++++++++++++
 3 files changed, 53 insertions(+)

-- 
2.13.1

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/3] Add DSP DT nodes on Keystone 66AK2G platforms Suman Anna <s-anna@ti.com> - 2017-08-11 02:00 +0200
  [PATCH 1/3] ARM: dts: keystone-k2g: Add DSP node Suman Anna <s-anna@ti.com> - 2017-08-11 02:00 +0200

csiph-web