From patchwork Fri Apr 6 05:14:48 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matt Ranostay X-Patchwork-Id: 10325653 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 4D2CE60547 for ; Fri, 6 Apr 2018 05:15:17 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3E9FE292CC for ; Fri, 6 Apr 2018 05:15:17 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 3388C29423; Fri, 6 Apr 2018 05:15:17 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6572B293D5 for ; Fri, 6 Apr 2018 05:15:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751387AbeDFFPK (ORCPT ); Fri, 6 Apr 2018 01:15:10 -0400 Received: from mail-pf0-f195.google.com ([209.85.192.195]:36497 "EHLO mail-pf0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751329AbeDFFPI (ORCPT ); Fri, 6 Apr 2018 01:15:08 -0400 Received: by mail-pf0-f195.google.com with SMTP id g14so10147973pfh.3 for ; Thu, 05 Apr 2018 22:15:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=t3jeLDjk/Q+EcAEjPrifY5z+Yg+hvmfPapa/rDQEAyU=; b=hYG6BG7zLUq5rAX24F1d0p7AfjQhDIBA/sd3TdgTIJXpLnbvVrSdNdgBw7dKn+RO89 Ry6ui2VTcoqTZ6yJpLoGmBHxQc/MzfUB+Ai0k4477LQBQRYUb10W6tkd6LQNzOOfTUaY fbF7rd2EK4ZwgjiNaUR3mnJRT8mCov0sIudQE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=t3jeLDjk/Q+EcAEjPrifY5z+Yg+hvmfPapa/rDQEAyU=; b=sPe5oQm8P0CjKrtB6OHRWtVUJM+GFHqjcVObP2o8BQCN/CnU3MDBv/roN7O+uWcJ4s DGnodtQpRbtyU91kqzBMOlwIQF67su6kWX8s2aPlb8iXYCQ+GRTbn3eHYfGPX3icEXld JdK7MgELdbqzIIDwQZv0B9bnrPo+RwBkghCi3wRcnAoPo3GOW2jjcj7a3jTFHk+ge4yD TfmD7lLG4cWKfOnc3nkjUTCDKr9COsjY3cL7stMsxlEokWmn4Vhl7sp4kUPhuIu5YUnw 9NFyK5/WV+XrmbboUidSYFOEFzcr0QpNM6+J1+ZgbUkLBlO6lf2+bdHMI5wEaDTjOvxY 1OKg== X-Gm-Message-State: AElRT7Hh478OTdQSlysAp0VnvPQwKMF99h4AqyKb+2Fll+LZRsEXNy+f aGaFjtdLhptwzmF9f7lbexikDJUk X-Google-Smtp-Source: AIpwx4+gQvQwlmaKHRdbeaF/XcjHCHyDbWPSJILk1Lp+FsOPOHmJyqn3tfYKhYonl62exOo68kMCNA== X-Received: by 10.98.87.151 with SMTP id i23mr19280933pfj.175.1522991708025; Thu, 05 Apr 2018 22:15:08 -0700 (PDT) Received: from niteshade.hsd1.or.comcast.net ([2601:1c2:5000:8d45::3f0e]) by smtp.gmail.com with ESMTPSA id q13sm15796161pgr.52.2018.04.05.22.15.06 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 05 Apr 2018 22:15:07 -0700 (PDT) From: Matt Ranostay To: linux-media@vger.kernel.org Cc: Matt Ranostay , devicetree@vger.kernel.org Subject: [PATCH v7 1/2] media: dt-bindings: Add bindings for panasonic, amg88xx Date: Thu, 5 Apr 2018 22:14:48 -0700 Message-Id: <20180406051449.32157-2-matt.ranostay@konsulko.com> X-Mailer: git-send-email 2.14.1 In-Reply-To: <20180406051449.32157-1-matt.ranostay@konsulko.com> References: <20180406051449.32157-1-matt.ranostay@konsulko.com> Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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 --- .../bindings/media/i2c/panasonic,amg88xx.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Documentation/devicetree/bindings/media/i2c/panasonic,amg88xx.txt 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>; + }; + ... + };