From patchwork Wed Oct 16 18:49:51 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Benoit Parrot X-Patchwork-Id: 11193955 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 CD2041668 for ; Wed, 16 Oct 2019 18:47:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A385621A49 for ; Wed, 16 Oct 2019 18:47:32 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="JTpXEpkf" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2394344AbfJPSrZ (ORCPT ); Wed, 16 Oct 2019 14:47:25 -0400 Received: from lelv0143.ext.ti.com ([198.47.23.248]:46110 "EHLO lelv0143.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2394329AbfJPSrY (ORCPT ); Wed, 16 Oct 2019 14:47:24 -0400 Received: from fllv0035.itg.ti.com ([10.64.41.0]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id x9GIlIZo082274; Wed, 16 Oct 2019 13:47:18 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1571251638; bh=9qtMg4Ujoj7uLz0uW9F6ZZv2YQ82OKsxSuuQQhFRj8Q=; h=From:To:CC:Subject:Date; b=JTpXEpkfRc5ldi3y2XVdpJXtkmSIE/ee9KRu897EG3hkM0ZyL3WE266yCdMqAIGsx V1JOIeIdf+RFs9/6JyFhsrhwkUV0PAsumefl4wlyRG+LpGZJgtd0ye1MNZMgLC1yD2 y1YEObTbby/FvV1ow4yttoXW7g5HBSxvsbwQXZzo= Received: from DFLE103.ent.ti.com (dfle103.ent.ti.com [10.64.6.24]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTP id x9GIlId6055319; Wed, 16 Oct 2019 13:47:18 -0500 Received: from DFLE101.ent.ti.com (10.64.6.22) 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.1713.5; Wed, 16 Oct 2019 13:47:18 -0500 Received: from fllv0039.itg.ti.com (10.64.41.19) by DFLE101.ent.ti.com (10.64.6.22) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1713.5 via Frontend Transport; Wed, 16 Oct 2019 13:47:18 -0500 Received: from uda0869644b.dal.design.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id x9GIlIh8094854; Wed, 16 Oct 2019 13:47:18 -0500 From: Benoit Parrot To: Tony Lindgren , Tero Kristo CC: Rob Herring , , , , Benoit Parrot Subject: [Patch 0/3] ARM: dts: am43x-vpfe/ov2659.patch Date: Wed, 16 Oct 2019 13:49:51 -0500 Message-ID: <20191016184954.14048-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. 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(-)