From patchwork Fri May 4 10:34:22 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mauro Carvalho Chehab X-Patchwork-Id: 908726 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 40ctS61VFDz9s4n for ; Fri, 4 May 2018 23:40:22 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751001AbeEDNkU (ORCPT ); Fri, 4 May 2018 09:40:20 -0400 Received: from www.linuxtv.org ([130.149.80.248]:49063 "EHLO www.linuxtv.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750820AbeEDNkU (ORCPT ); Fri, 4 May 2018 09:40:20 -0400 X-Greylist: delayed 1101 seconds by postgrey-1.27 at vger.kernel.org; Fri, 04 May 2018 09:40:20 EDT Received: from mchehab by www.linuxtv.org with local (Exim 4.84_2) (envelope-from ) id 1fEaes-0003q2-6E; Fri, 04 May 2018 13:21:58 +0000 From: Mauro Carvalho Chehab Date: Fri, 04 May 2018 10:34:22 +0000 Subject: [git:media_tree/master] media: dt-bindings: Add bindings for panasonic, amg88xx To: linuxtv-commits@linuxtv.org Cc: Hans Verkuil , devicetree@vger.kernel.org, Matt Ranostay , Rob Herring Mail-followup-to: linux-media@vger.kernel.org Forward-to: linux-media@vger.kernel.org Reply-to: linux-media@vger.kernel.org Message-Id: Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org This is an automatic generated email to let you know that the following patch were queued: Subject: media: dt-bindings: Add bindings for panasonic,amg88xx Author: Matt Ranostay Date: Fri Apr 6 18:52:30 2018 -0400 Define the device tree bindings for the panasonic,amg88xx i2c video driver. Cc: devicetree@vger.kernel.org Reviewed-by: Rob Herring Signed-off-by: Matt Ranostay Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab .../bindings/media/i2c/panasonic,amg88xx.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) --- -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/Documentation/devicetree/bindings/media/i2c/panasonic,amg88xx.txt b/Documentation/devicetree/bindings/media/i2c/panasonic,amg88xx.txt new file mode 100644 index 000000000000..4a3181a3dd7e --- /dev/null +++ b/Documentation/devicetree/bindings/media/i2c/panasonic,amg88xx.txt @@ -0,0 +1,19 @@ +* Panasonic AMG88xx + +The Panasonic family of AMG88xx Grid-Eye sensors allow recording +8x8 10Hz video which consists of thermal datapoints + +Required Properties: + - compatible : Must be "panasonic,amg88xx" + - reg : i2c address of the device + +Example: + + i2c0@1c22000 { + ... + amg88xx@69 { + compatible = "panasonic,amg88xx"; + reg = <0x69>; + }; + ... + };