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=ham 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 A0F53C67863 for ; Tue, 23 Oct 2018 15:51:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6950720652 for ; Tue, 23 Oct 2018 15:51:28 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=amarulasolutions.com header.i=@amarulasolutions.com header.b="NbsYaNbz" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6950720652 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 S1728499AbeJXAPY (ORCPT ); Tue, 23 Oct 2018 20:15:24 -0400 Received: from mail-pf1-f196.google.com ([209.85.210.196]:33814 "EHLO mail-pf1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728494AbeJXAPY (ORCPT ); Tue, 23 Oct 2018 20:15:24 -0400 Received: by mail-pf1-f196.google.com with SMTP id f78-v6so899719pfe.1 for ; Tue, 23 Oct 2018 08:51:27 -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=UFr9vzKrF456DG+Pg5hEEmJgU+xNz0cRAoIrygcGoQk=; b=NbsYaNbz6wlrq1ZZXHHrvLy1RDVKKQusiSWTFBfpAeKMWXAAStMRMlG8unpfxgjx5T JI3O1SuExtYKHej8phzFWlK8YO5HX3+j+sAIw2vBzOOA76SnpaQAvIH8CXnJp7lITSIO EaVWf3PEPyJCFTISg1zqXfdrANM9Svka5uleE= 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=UFr9vzKrF456DG+Pg5hEEmJgU+xNz0cRAoIrygcGoQk=; b=XKlg2aKP7W6fsYD0RjQ6dTDwpBFbojD/ib/bBszKTiCHvkp+X/zC1vPPourL+nTCZd L5yiSMyRPnrJaKEN4cJ6Syp4eAeA7Zm687ZTOnDVk94BlzgG4n9BbTg5/jB2VRYr3k07 i1Xr0a2EFcJhZhlBTJjH2VMjt6Fn+lmomWQmlcwPeuTndsq0TG9k7KZaouArUjh4DtJ9 f5e5OAm6eFCzmLPgbH5I/darBfV8M8Uz2TG14lrop3eXXX9A9fyVktzt3kKEur5+aTwK ZWShw8FYTXrHcwVl71v64pp+OLbyLY33rl75kHffGDeR20SA33pGQeHom79humli1oRG +n2A== X-Gm-Message-State: ABuFfoh2mbxI3D/Pd6qflaelIGh8nlYG6UWAFEAcfT0P409HcW5cpxoQ Y57xmcnRuO8TZ5tBu0rMVNDrOWvz5yk= X-Google-Smtp-Source: ACcGV63WPpysLsuJQMv48NXTPtyXtyRl40D16tjRufTy0O5Mr0zeZKzhRXg5yTJ0jAXUQ3vZ9XCgpQ== X-Received: by 2002:a63:4343:: with SMTP id q64-v6mr48790849pga.276.1540309887347; Tue, 23 Oct 2018 08:51:27 -0700 (PDT) Received: from localhost.localdomain ([27.7.51.1]) by smtp.gmail.com with ESMTPSA id o75-v6sm7442829pfg.0.2018.10.23.08.51.21 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 23 Oct 2018 08:51:26 -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 v2 05/15] dt-bindings: sun6i-dsi: Add compatible for A64 MIPI DSI Date: Tue, 23 Oct 2018 21:20:25 +0530 Message-Id: <20181023155035.9101-6-jagan@amarulasolutions.com> X-Mailer: git-send-email 2.18.0.321.gffc6fa0e3 In-Reply-To: <20181023155035.9101-1-jagan@amarulasolutions.com> References: <20181023155035.9101-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 The MIPI DSI controller on Allwinner A64 is similar to Allwinner A31 without support of DSI mod clock. Signed-off-by: Jagan Teki Reviewed-by: Rob Herring --- Changes for v2: - none 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