From patchwork Mon Nov 4 20:38:36 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Benoit Parrot X-Patchwork-Id: 59824 Received: from vger.kernel.org ([209.132.180.67]) by www.linuxtv.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iRj89-0005Qq-Sp; Mon, 04 Nov 2019 20:39:18 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729615AbfKDUjA (ORCPT + 1 other); Mon, 4 Nov 2019 15:39:00 -0500 Received: from fllv0015.ext.ti.com ([198.47.19.141]:56008 "EHLO fllv0015.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728377AbfKDUi7 (ORCPT ); Mon, 4 Nov 2019 15:38:59 -0500 Received: from fllv0035.itg.ti.com ([10.64.41.0]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id xA4Kcmj7023287; Mon, 4 Nov 2019 14:38:48 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1572899928; bh=wOGtAgD+a9YB/ahSqTx17XsHon9bxHEeCeNXPP5UdVE=; h=From:To:CC:Subject:Date; b=LP2Z6pw26tCxpi2FnvMam22v2vQgRGrmXudStXxrnzWmLZqLw2C4XuqoSCImXq+pc AME8Vpd5W2I3edMAX5pIWlj3rGIYTpN41Kr3x+AQC/N4zCOSsIlErJRUom+tLpVKdV tpXCvVwYhdeI1Eyf1apI6piKUcj1xFgqkymR8otk= Received: from DFLE100.ent.ti.com (dfle100.ent.ti.com [10.64.6.21]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTP id xA4KcmHA121271; Mon, 4 Nov 2019 14:38:48 -0600 Received: from DFLE115.ent.ti.com (10.64.6.36) by DFLE100.ent.ti.com (10.64.6.21) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1847.3; Mon, 4 Nov 2019 14:38:34 -0600 Received: from lelv0327.itg.ti.com (10.180.67.183) by DFLE115.ent.ti.com (10.64.6.36) 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; Mon, 4 Nov 2019 14:38:33 -0600 Received: from ula0869644.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 xA4Kcl4l020670; Mon, 4 Nov 2019 14:38:47 -0600 From: Benoit Parrot To: Hans Verkuil , Tony Lindgren , Tero Kristo CC: , , , , Rob Herring , , , Benoit Parrot Subject: [Patch v2 0/5] ARM: dts: dra7: add vpe nodes Date: Mon, 4 Nov 2019 14:38:36 -0600 Message-ID: <20191104203841.3628-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-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org This patch series adds the needed clkctrl and ty-sysc nodes for VPE module. We also document the VPE DT bindings. Changes since v1: - Added a patch to update the compatible in the driver - Removed unnededed #cell #size properties - Updated the compatible in dtsi to match binding - Split off the clk code into its own patch - Added device specific prefix - Converted binding to dt schema Benoit Parrot (5): dt-bindings: media: ti-vpe: Document VPE driver clk: ti: dra7: add vpe clkctrl data ARM: dts: dra7: add vpe clkctrl node ARM: dts: dra7: Add ti-sysc node for VPE media: ti-vpe: vpe: fix compatible to match bindings .../devicetree/bindings/media/ti,vpe.yaml | 64 +++++++++++++++++++ MAINTAINERS | 1 + arch/arm/boot/dts/dra7-l4.dtsi | 28 +++++++- arch/arm/boot/dts/dra7xx-clocks.dtsi | 18 +++++- drivers/clk/ti/clk-7xx.c | 6 ++ drivers/media/platform/ti-vpe/vpe.c | 2 +- include/dt-bindings/clock/dra7.h | 10 +++ 7 files changed, 123 insertions(+), 6 deletions(-) create mode 100644 Documentation/devicetree/bindings/media/ti,vpe.yaml