From patchwork Wed Dec 11 14:07:17 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Benoit Parrot X-Patchwork-Id: 11285033 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id CBB89109A for ; Wed, 11 Dec 2019 14:04:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A1E672173E for ; Wed, 11 Dec 2019 14:04:12 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="FmnXLruT" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729948AbfLKOEF (ORCPT ); Wed, 11 Dec 2019 09:04:05 -0500 Received: from fllv0016.ext.ti.com ([198.47.19.142]:59136 "EHLO fllv0016.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729946AbfLKOEF (ORCPT ); Wed, 11 Dec 2019 09:04:05 -0500 Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id xBBE3whi051136; Wed, 11 Dec 2019 08:03:58 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1576073038; bh=kx/dJ6v0ZG1fuLfzC9w4JML+MFgThDX9MMh+PhKFWls=; h=From:To:CC:Subject:Date; b=FmnXLruTS1JZpCOGSsTqNf+Md8L9eDtjUKjBK1a8gXbHPGpEzP3AI37c42K10uFsL Fk44S52at99Z6v/D17wgYPrFANWG4UTvBXjb8mNoTXy/LeVxaKTvYYZYy8J8qoEhlL Sxu41oK4eEgU6PmeSF5sQF9Jqf8iAt/ZMJYp9uc4= Received: from DFLE107.ent.ti.com (dfle107.ent.ti.com [10.64.6.28]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id xBBE3wq5126180 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 11 Dec 2019 08:03:58 -0600 Received: from DFLE103.ent.ti.com (10.64.6.24) by DFLE107.ent.ti.com (10.64.6.28) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1847.3; Wed, 11 Dec 2019 08:03:58 -0600 Received: from lelv0327.itg.ti.com (10.180.67.183) by DFLE103.ent.ti.com (10.64.6.24) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1847.3 via Frontend Transport; Wed, 11 Dec 2019 08:03:58 -0600 Received: from uda0869644b.dal.design.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id xBBE3wcl086061; Wed, 11 Dec 2019 08:03:58 -0600 From: Benoit Parrot To: Tony Lindgren , Tero Kristo , , CC: Rob Herring , , , Benoit Parrot Subject: [Patch v3 0/3] ARM: dts: am43x-vpfe/ov2659.patch Date: Wed, 11 Dec 2019 08:07:17 -0600 Message-ID: <20191211140720.10539-1-bparrot@ti.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org This patch series adds the missing camera endpoint (ov2659) as well as the required source clocks nodes for the sensor. On the am437x-sk-evm the camera sensor is sourced from clkout1 but that clock nodes/tree was removed as it was unsed at the time, we are re-adding the needed clock nodes here. Changes since v2: - Fixed/added Tony's ack Changes since v1: - Fix clock name to make it generic - Add non-standard clock node naming to commit message as per Tony's comment - Rename all clock nodes to use '-' instead of '_' Benoit Parrot (2): ARM: dts: am437x-sk-evm: Add VPFE and OV2659 entries ARM: dts: am43x-epos-evm: Add VPFE and OV2659 entries Tero Kristo (1): ARM: dts: am43xx: add support for clkout1 clock arch/arm/boot/dts/am437x-sk-evm.dts | 27 +++++++++++++- arch/arm/boot/dts/am43x-epos-evm.dts | 23 +++++++++++- arch/arm/boot/dts/am43xx-clocks.dtsi | 54 ++++++++++++++++++++++++++++ 3 files changed, 102 insertions(+), 2 deletions(-)