From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.9 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_PASS,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9C328C43382 for ; Thu, 27 Sep 2018 11:49:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 54B7621531 for ; Thu, 27 Sep 2018 11:49:38 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=amarulasolutions.com header.i=@amarulasolutions.com header.b="Gu7vifzS" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 54B7621531 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=amarulasolutions.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-clk-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727476AbeI0SHc (ORCPT ); Thu, 27 Sep 2018 14:07:32 -0400 Received: from mail-pf1-f194.google.com ([209.85.210.194]:33687 "EHLO mail-pf1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727472AbeI0SHc (ORCPT ); Thu, 27 Sep 2018 14:07:32 -0400 Received: by mail-pf1-f194.google.com with SMTP id d4-v6so1763747pfn.0 for ; Thu, 27 Sep 2018 04:49:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amarulasolutions.com; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=micJN1AyYSAo0SUFv6AD/9lj2AyYhuAPTyWQrFvkpuw=; b=Gu7vifzS0HvT6gK5gqIothHuVrNi3vKlOYNqFimdXQRQvK9V+V6hGsXqh5K0qxiRC9 nv/2ttPbBpWxh6NDSN1DHsDgfKa5qa2Ll8kQSne7Xu3hdiM06HTRRHxG5geHOIwwePlm s9eRIwQ4N62ODY3WBtWlzvI8LFneN2/RSRtH8= 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:mime-version:content-transfer-encoding; bh=micJN1AyYSAo0SUFv6AD/9lj2AyYhuAPTyWQrFvkpuw=; b=HyjEbeIa1M6No1jIqVFhdPnBQ8pvbidVo8r8GStF3rtgqOF+Fwdpx6qSk7SwJ1caYn hYuCGoYnW7ciO6Om62k7wdLFatRLD3QhiG0C6PFDT1Yru1BeQd0QrlFapvHCfC/MEfgL a1xjSrretpHz8NXTl+2JqkXqZfnQ1BONJ95w6JcmSVSzroEmIKI9zRx69fYbbXyfIwoM SGqk9AN0DBofsBRoOs0gdqmDNxrrwjHwm+YfTpn2blYZPwzX8cpKQNdCSNILkr+1/2Qg hp9aHyrirlaj+arG1amDWz3OOjZJIGTSGBqJT3xbMUeAKWJSjrg9PQHU9l8Zn2joX/pD DnwQ== X-Gm-Message-State: ABuFfoiwm8/FwqwsiumxdKF6vpJNdwsygOGx4mfDwrUZPili8OnF15gQ 12ZqOcUWwdc13AgT438dCPxB6A== X-Google-Smtp-Source: ACcGV60mG0x7EHQM7tmxVvAmr+qm7id0HJ/WqlRDvS0tFoSWnrULe/+M7XH/ouv6Desdq+cdWDR0lA== X-Received: by 2002:a62:b09:: with SMTP id t9-v6mr4861259pfi.36.1538048976869; Thu, 27 Sep 2018 04:49:36 -0700 (PDT) Received: from localhost.localdomain ([183.82.230.83]) by smtp.gmail.com with ESMTPSA id v36-v6sm3744872pgn.85.2018.09.27.04.49.29 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 27 Sep 2018 04:49:36 -0700 (PDT) From: Jagan Teki To: Maxime Ripard , Chen-Yu Tsai , Icenowy Zheng , Jernej Skrabec , Vasily Khoruzhick , Rob Herring , Mark Rutland , Catalin Marinas , Will Deacon , David Airlie , dri-devel@lists.freedesktop.org, Michael Turquette , Stephen Boyd , linux-clk@vger.kernel.org, Michael Trimarchi , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com Cc: Jagan Teki Subject: [PATCH 03/12] dt-bindings: sun6i-dsi: Add compatible for A64 MIPI DSI Date: Thu, 27 Sep 2018 17:18:41 +0530 Message-Id: <20180927114850.24565-4-jagan@amarulasolutions.com> X-Mailer: git-send-email 2.18.0.321.gffc6fa0e3 In-Reply-To: <20180927114850.24565-1-jagan@amarulasolutions.com> References: <20180927114850.24565-1-jagan@amarulasolutions.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Message-ID: <20180927114841.FUARjDqFZMFD2Av_wV9GLwAqk9jBBhdZEy-4F0zoz2w@z> The MIPI DSI controller on Allwinner A64 is similar to Allwinner A31 without support of DSI mod clock. Signed-off-by: Jagan Teki --- Documentation/devicetree/bindings/display/sunxi/sun6i-dsi.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/display/sunxi/sun6i-dsi.txt b/Documentation/devicetree/bindings/display/sunxi/sun6i-dsi.txt index 6a6cf5de08b0..9fa6e7a758ad 100644 --- a/Documentation/devicetree/bindings/display/sunxi/sun6i-dsi.txt +++ b/Documentation/devicetree/bindings/display/sunxi/sun6i-dsi.txt @@ -12,6 +12,7 @@ The DSI Encoder generates the DSI signal from the TCON's. Required properties: - compatible: value must be one of: * allwinner,sun6i-a31-mipi-dsi + * allwinner,sun50i-a64-mipi-dsi - reg: base address and size of memory-mapped region - interrupts: interrupt associated to this IP - clocks: phandles to the clocks feeding the DSI encoder -- 2.18.0.321.gffc6fa0e3