{"id":807682,"url":"http://patchwork.ozlabs.org/api/1.0/patches/807682/?format=json","project":{"id":37,"url":"http://patchwork.ozlabs.org/api/1.0/projects/37/?format=json","name":"Devicetree Bindings","link_name":"devicetree-bindings","list_id":"devicetree.vger.kernel.org","list_email":"devicetree@vger.kernel.org","web_url":"","scm_url":"","webscm_url":""},"msgid":"<20170830151953.30856-14-tony@atomide.com>","date":"2017-08-30T15:19:49","name":"[13/17] ARM: dts: Add missing fdif node and binding for omap4","commit_ref":null,"pull_url":null,"state":"not-applicable","archived":true,"hash":"6854281c460ead34157c08becab4725f3f3d783b","submitter":{"id":365,"url":"http://patchwork.ozlabs.org/api/1.0/people/365/?format=json","name":"Tony Lindgren","email":"tony@atomide.com"},"delegate":null,"mbox":"http://patchwork.ozlabs.org/project/devicetree-bindings/patch/20170830151953.30856-14-tony@atomide.com/mbox/","series":[{"id":635,"url":"http://patchwork.ozlabs.org/api/1.0/series/635/?format=json","date":"2017-08-30T15:19:36","name":"Fix missing device tree hwmods and IO ranges omap variants","version":1,"mbox":"http://patchwork.ozlabs.org/series/635/mbox/"}],"check":"pending","checks":"http://patchwork.ozlabs.org/api/patches/807682/checks/","tags":{},"headers":{"Return-Path":"<devicetree-owner@vger.kernel.org>","X-Original-To":"incoming-dt@patchwork.ozlabs.org","Delivered-To":"patchwork-incoming-dt@bilbo.ozlabs.org","Authentication-Results":"ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=vger.kernel.org\n\t(client-ip=209.132.180.67; helo=vger.kernel.org;\n\tenvelope-from=devicetree-owner@vger.kernel.org; receiver=<UNKNOWN>)","Received":["from vger.kernel.org (vger.kernel.org [209.132.180.67])\n\tby ozlabs.org (Postfix) with ESMTP id 3xj8MM3Xxgz9sRW\n\tfor <incoming-dt@patchwork.ozlabs.org>;\n\tThu, 31 Aug 2017 01:20:15 +1000 (AEST)","(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1751664AbdH3PUL (ORCPT\n\t<rfc822;incoming-dt@patchwork.ozlabs.org>);\n\tWed, 30 Aug 2017 11:20:11 -0400","from muru.com ([72.249.23.125]:38856 \"EHLO muru.com\"\n\trhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP\n\tid S1751656AbdH3PUL (ORCPT <rfc822;devicetree@vger.kernel.org>);\n\tWed, 30 Aug 2017 11:20:11 -0400","from sampyla.muru.com (localhost [127.0.0.1])\n\tby muru.com (Postfix) with ESMTP id 6E7CA85A9;\n\tWed, 30 Aug 2017 15:20:32 +0000 (UTC)"],"From":"Tony Lindgren <tony@atomide.com>","To":"linux-omap@vger.kernel.org","Cc":"=?utf-8?q?Beno=C3=AEt_Cousson?= <bcousson@baylibre.com>,\n\tdevicetree@vger.kernel.org, Laurent Pinchart\n\t<laurent.pinchart@ideasonboard.com>, \n\tMark Rutland <mark.rutland@arm.com>, Mauro Carvalho Chehab\n\t<mchehab@kernel.org>, Rob Herring <robh+dt@kernel.org>,\n\tSakari Ailus <sakari.ailus@iki.fi>","Subject":"[PATCH 13/17] ARM: dts: Add missing fdif node and binding for omap4","Date":"Wed, 30 Aug 2017 08:19:49 -0700","Message-Id":"<20170830151953.30856-14-tony@atomide.com>","X-Mailer":"git-send-email 2.14.1","In-Reply-To":"<20170830151953.30856-1-tony@atomide.com>","References":"<20170830151953.30856-1-tony@atomide.com>","Sender":"devicetree-owner@vger.kernel.org","Precedence":"bulk","List-ID":"<devicetree.vger.kernel.org>","X-Mailing-List":"devicetree@vger.kernel.org"},"content":"On omap4 we're missing the fdif node with it's related \"ti,hwmods\"\nproperty that the SoC interconnect code needs.\n\nNote that this will only show up as a bug with \"doesn't have\nmpu register target base\" boot errors when the legacy platform\ndata is removed.\n\nCc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\nCc: Mark Rutland <mark.rutland@arm.com>\nCc: Mauro Carvalho Chehab <mchehab@kernel.org>\nCc: Rob Herring <robh+dt@kernel.org>\nCc: Sakari Ailus <sakari.ailus@iki.fi>\nSigned-off-by: Tony Lindgren <tony@atomide.com>\n---\n .../devicetree/bindings/media/ti-fdif.txt          | 29 ++++++++++++++++++++++\n arch/arm/boot/dts/omap4.dtsi                       |  7 ++++++\n 2 files changed, 36 insertions(+)\n create mode 100644 Documentation/devicetree/bindings/media/ti-fdif.txt","diff":"diff --git a/Documentation/devicetree/bindings/media/ti-fdif.txt b/Documentation/devicetree/bindings/media/ti-fdif.txt\nnew file mode 100644\n--- /dev/null\n+++ b/Documentation/devicetree/bindings/media/ti-fdif.txt\n@@ -0,0 +1,29 @@\n+Texas Instruments Face Detect (FDIF) binding\n+\n+FDIF can be used for face detection on Texas Instruments SoCs.\n+\n+Required properties:\n+\n+compatible: Shall be one of the following:\n+\t    \"ti,omap4-fdif\"\n+\n+reg: Shall contain the device instance IO range\n+\n+interrupts: Shall contain the device instance interrupt\n+\n+\n+Optional properties:\n+\n+ti,hwmods: Shall contain the TI interconnect module name if needed\n+\t   by the SoC\n+\n+\n+Example:\n+\n+\tfdif: fdif@4a10a000 {\n+\t\tcompatible = \"ti,omap4-fdif\";\n+\t\treg = <0x4a10a000 0x1000>;\n+\t\tinterrupts = <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;\n+\t\tti,hwmods = \"fdif\";\n+\t};\n+\ndiff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi\n--- a/arch/arm/boot/dts/omap4.dtsi\n+++ b/arch/arm/boot/dts/omap4.dtsi\n@@ -889,6 +889,13 @@\n \t\t\t};\n \t\t};\n \n+\t\tfdif: fdif@4a10a000 {\n+\t\t\tcompatible = \"ti,omap4-fdif\";\n+\t\t\treg = <0x4a10a000 0x1000>;\n+\t\t\tinterrupts = <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;\n+\t\t\tti,hwmods = \"fdif\";\n+\t\t};\n+\n \t\ttimer1: timer@4a318000 {\n \t\t\tcompatible = \"ti,omap3430-timer\";\n \t\t\treg = <0x4a318000 0x80>;\n","prefixes":["13/17"]}