Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752421AbdHJXyo (ORCPT ); Thu, 10 Aug 2017 19:54:44 -0400 Received: from lelnx194.ext.ti.com ([198.47.27.80]:61884 "EHLO lelnx194.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751948AbdHJXxS (ORCPT ); Thu, 10 Aug 2017 19:53:18 -0400 From: Suman Anna To: Santosh Shilimkar CC: , , , Suman Anna , Sam Nelson , "Andrew F. Davis" Subject: [PATCH 0/3] Add DSP DT nodes on Keystone 66AK2G platforms Date: Thu, 10 Aug 2017 18:52:42 -0500 Message-ID: <20170810235245.30316-1-s-anna@ti.com> X-Mailer: git-send-email 2.13.1 MIME-Version: 1.0 Content-Type: text/plain X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1557 Lines: 41 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