From patchwork Mon Apr 30 11:40:38 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jagan Teki X-Patchwork-Id: 10373225 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 A7AA96032A for ; Tue, 1 May 2018 06:54:35 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 96403223A4 for ; Tue, 1 May 2018 06:54:35 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8A66828BE9; Tue, 1 May 2018 06:54:35 +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=-5.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 58841223A4 for ; Tue, 1 May 2018 06:54:34 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 475BD6E3F8; Tue, 1 May 2018 06:53:34 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-pf0-x244.google.com (mail-pf0-x244.google.com [IPv6:2607:f8b0:400e:c00::244]) by gabe.freedesktop.org (Postfix) with ESMTPS id DF5916E1E9 for ; Mon, 30 Apr 2018 11:41:17 +0000 (UTC) Received: by mail-pf0-x244.google.com with SMTP id p12so6529660pff.13 for ; Mon, 30 Apr 2018 04:41:17 -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; bh=vP+9yY1YP/AdBmmudKObImkfSxsYMwx4be8wwpesHLk=; b=Q6tKXpm0Vty4uW+nb+p5x06dboFBgO8B9lwO4BFdsaF5/+G7UMzV7X6g7OBpHrZt6E AFAleQLYSfIvERqf7itU3QbEwvkB0cRimusDnuQt52tWvPPqUC4b3i+S7YRlYI8zkGuV 26BPob4x0Tl22N5t7HEQ4mys70Vo9PWXxeHs4= 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=vP+9yY1YP/AdBmmudKObImkfSxsYMwx4be8wwpesHLk=; b=hfouBvMomTvH5Lw0wqgH9opkMnnt9S1oQrjZ9jQG7izmGUWDGxzlNFkxYCukC/KHbN S1ysj9rniAyn6AIa/af+5etzU/NlROvTj0T882V4nngiA9rXuP9IM488rBG0f0iCBxiO g2EL7rYydyBmYEjTDzbpk2Vqz4U0RPlf9c0dqY2AVofPI6H9Tek1qN30ZDD7OSyzdDR8 nj5/54rCYboVM6B1fJ+8SzHn4jRq4w7zPPmHuT2l7wbuwFqu4v3WfwVTZ/OgitJfqsbD p4ygTo6Mxd1leBkOmHc8cswgt19pD/1QGWxoLC2gRHR4Zoih7bxT2qL3igFmBr2GlNLN dyDA== X-Gm-Message-State: ALQs6tDD6EsGuqERTDKw4Ec9oOUOE9Xz/xrB6kQFFU2Hl6KP/nwgfeea nYmvH73Cl0QV1x7dg8/ovJYxBg== X-Google-Smtp-Source: AB8JxZq7B8xsxpYQheW+ITVCrN7QE1yxyVO3H1ngpzhYCwrFHqTE7/vymWlFd07ftCg0AwjpwDlXtg== X-Received: by 2002:a63:7a07:: with SMTP id v7-v6mr9768619pgc.343.1525088477301; Mon, 30 Apr 2018 04:41:17 -0700 (PDT) Received: from localhost.localdomain ([183.82.224.14]) by smtp.gmail.com with ESMTPSA id s17sm16762357pfi.165.2018.04.30.04.41.11 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 30 Apr 2018 04:41:16 -0700 (PDT) From: Jagan Teki To: Maxime Ripard Subject: [PATCH 01/21] dt-bindings: clock: Add compatible for A64 DE2 CCU Date: Mon, 30 Apr 2018 17:10:38 +0530 Message-Id: <20180430114058.5061-2-jagan@amarulasolutions.com> X-Mailer: git-send-email 2.14.3 In-Reply-To: <20180430114058.5061-1-jagan@amarulasolutions.com> References: <20180430114058.5061-1-jagan@amarulasolutions.com> X-Mailman-Approved-At: Tue, 01 May 2018 06:51:33 +0000 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , devicetree@vger.kernel.org, Jernej Skrabec , David Airlie , Catalin Marinas , Michael Turquette , linux-sunxi@googlegroups.com, Will Deacon , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Stephen Boyd , Chen-Yu Tsai , Rob Herring , Jagan Teki , Michael Trimarchi , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Icenowy Zheng MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP Allwinner A64 has DE2 CCU which is similar to H3/H5 SoC. Signed-off-by: Jagan Teki Reviewed-by: Rob Herring --- Documentation/devicetree/bindings/clock/sun8i-de2.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/clock/sun8i-de2.txt b/Documentation/devicetree/bindings/clock/sun8i-de2.txt index f2fa87c4765c..7f425bc0e820 100644 --- a/Documentation/devicetree/bindings/clock/sun8i-de2.txt +++ b/Documentation/devicetree/bindings/clock/sun8i-de2.txt @@ -7,6 +7,7 @@ Required properties : - "allwinner,sun8i-h3-de2-clk" - "allwinner,sun8i-v3s-de2-clk" - "allwinner,sun50i-h5-de2-clk" + - "allwinner,sun50i-a64-de2-clk" - reg: Must contain the registers base address and length - clocks: phandle to the clocks feeding the display engine subsystem.