From patchwork Thu Dec 6 13:23:04 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jagan Teki X-Patchwork-Id: 1008789 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=none (p=none dis=none) header.from=amarulasolutions.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=amarulasolutions.com header.i=@amarulasolutions.com header.b="izBcePJw"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 439bs01zQYz9sCX for ; Fri, 7 Dec 2018 00:23:32 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729435AbeLFNXQ (ORCPT ); Thu, 6 Dec 2018 08:23:16 -0500 Received: from mail-wr1-f68.google.com ([209.85.221.68]:44735 "EHLO mail-wr1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727737AbeLFNXP (ORCPT ); Thu, 6 Dec 2018 08:23:15 -0500 Received: by mail-wr1-f68.google.com with SMTP id z5so440051wrt.11 for ; Thu, 06 Dec 2018 05:23:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amarulasolutions.com; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=lH8MSC1qJfoEJpVsttBDBCEiyuKYx7BBIW3tep4lLgE=; b=izBcePJwngom7M05Pi1POPhFnLrxIqyzp0/SrtubjB/rn8rIS71ucZU7r/+xku7YIZ ginbfiYIh2iOr1BDWUgtyKSoqynYP7XJFFbzejnLLDk5D1TWPgUjT4Y7JomAyJZU5wW7 6deJXvK8lww4KcLr08rIuoIpxDtNmBE37PFcU= 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:mime-version :content-transfer-encoding; bh=lH8MSC1qJfoEJpVsttBDBCEiyuKYx7BBIW3tep4lLgE=; b=daUnWOIZVpfEF3vzpSeJU9ljaHTA5pqbCzXgwQHREQj9J/WndiOR4QMZtGPaDJ16SQ pztUbJgxTJPnQqmXwozw0RJLuq9xqC9KjQHopBw6IVUS7EBknB2PH4qtwQnPu63pi50L XEGc8hDVDU53/y/xDLqjA+mmvw9uJ7YHKG9HW9yGIaPHbPmoIH+jTHwUzw46J2Uu/ClN b9yoniTdkOHwEdj723KzEelGHtgITH2XF5/XFuo+2tblMVe3Jas9CYavRFRDLvfS4RGx B+g1Gxg3ljlRs4agduuW+Sasycz2lYmpAGTpJSKzMLRXpLcH9xgIYQS2fGX4fZpMC6fA uf7Q== X-Gm-Message-State: AA+aEWabUwi5kPcDnydzy0Ekugqu4ALF539bHPs+H/TOTfNE2VQO03cs lN74RaSD/TWPNSs8h6J+32zyWg== X-Google-Smtp-Source: AFSGD/UQgEyKM22wgolckkxm3SH0B2kK20abQuKDke00P/LEHKjHBfCCKFpvXH/bX0/6JvX9B+tE6A== X-Received: by 2002:a5d:40c1:: with SMTP id b1mr26842238wrq.133.1544102593867; Thu, 06 Dec 2018 05:23:13 -0800 (PST) Received: from localhost.localdomain (ip-161-243.sn-213-198.clouditalia.com. [213.198.161.243]) by smtp.gmail.com with ESMTPSA id z13sm363769wrq.19.2018.12.06.05.23.12 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 06 Dec 2018 05:23:13 -0800 (PST) From: Jagan Teki To: Chen-Yu Tsai , Maxime Ripard , Rob Herring , Mark Rutland , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-amarula@amarulasolutions.com, Michael Trimarchi Cc: Jagan Teki Subject: [PATCH v2 1/3] dt-bindings: media: sun6i: Add A64 CSI compatible (w/ H3 fallback) Date: Thu, 6 Dec 2018 18:53:04 +0530 Message-Id: <20181206132306.11843-1-jagan@amarulasolutions.com> X-Mailer: git-send-email 2.18.0.321.gffc6fa0e3 MIME-Version: 1.0 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Allwinner A64 CSI has single channel time-multiplexed BT.656 CMOS sensor interface like H3. Add a compatible string for it with H3 fallback compatible string, in this case the H3 driver can be used. Signed-off-by: Jagan Teki --- Changes for v2: - none Documentation/devicetree/bindings/media/sun6i-csi.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/media/sun6i-csi.txt b/Documentation/devicetree/bindings/media/sun6i-csi.txt index eb5a14b828d9..5fb6fd4e2c7d 100644 --- a/Documentation/devicetree/bindings/media/sun6i-csi.txt +++ b/Documentation/devicetree/bindings/media/sun6i-csi.txt @@ -7,6 +7,7 @@ Required properties: - compatible: value must be one of: * "allwinner,sun6i-a31-csi" * "allwinner,sun8i-h3-csi" + * "allwinner,sun50i-a64-csi", "allwinner,sun8i-h3-csi" * "allwinner,sun8i-v3s-csi" - reg: base address and size of the memory-mapped region. - interrupts: interrupt associated to this IP