Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752817AbdICAid (ORCPT ); Sat, 2 Sep 2017 20:38:33 -0400 Received: from mail-it0-f68.google.com ([209.85.214.68]:38638 "EHLO mail-it0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752707AbdICAic (ORCPT ); Sat, 2 Sep 2017 20:38:32 -0400 X-Google-Smtp-Source: ADKCNb6YTicgMP7PoVrJxxXy6jwSlE9OC01rm5EBDK9eUP93tAILokPMHuDywQUcB6fJ96oD2U3EAg== From: "Derald D. Woods" To: linux-omap@vger.kernel.org Cc: tony@atomide.com, linux-kernel@vger.kernel.org, "Derald D. Woods" Subject: [PATCH 0/2] Update TMDSEVM3530 support for omap3-evm Date: Sat, 2 Sep 2017 19:38:14 -0500 Message-Id: <20170903003816.5536-1-woods.technical@gmail.com> X-Mailer: git-send-email 2.14.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 761 Lines: 17 This patch set allows TMDSEVM3530(omap3-evm.dts) to boot using common processor module data that is shared with 'omap3-evm-37xx.dts'. A new common file for processor module data is introduced to help facilitate the updated OMAP3530 support. Derald D. Woods (2): ARM: dts: omap3-evm-37xx: Add common processor module support ARM: dts: omap3-evm: Add OMAP3530 specific device tree processor data arch/arm/boot/dts/omap3-evm-37xx.dts | 209 +-------------------- arch/arm/boot/dts/omap3-evm-processor-common.dtsi | 214 ++++++++++++++++++++++ arch/arm/boot/dts/omap3-evm.dts | 76 +++++++- 3 files changed, 287 insertions(+), 212 deletions(-) create mode 100644 arch/arm/boot/dts/omap3-evm-processor-common.dtsi -- 2.14.1