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.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_PASS,URIBL_BLOCKED,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 0FA15C43381 for ; Sun, 24 Mar 2019 15:14:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D4187222F1 for ; Sun, 24 Mar 2019 15:14:46 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=googlemail.com header.i=@googlemail.com header.b="eG23jh5F" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728813AbfCXPOp (ORCPT ); Sun, 24 Mar 2019 11:14:45 -0400 Received: from mail-wr1-f65.google.com ([209.85.221.65]:34560 "EHLO mail-wr1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726889AbfCXPOn (ORCPT ); Sun, 24 Mar 2019 11:14:43 -0400 Received: by mail-wr1-f65.google.com with SMTP id p10so7333706wrq.1; Sun, 24 Mar 2019 08:14:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=HPJWUCkniYvFY+imhTP05E2QTQFEXxZDTbw3Sd6sRqw=; b=eG23jh5FN8zbCRuTxemtu0s67vBLk9I3ZZ26vPcJnNQL+onnvAjosnm7iMDnXAYsv6 LKiDU1jxXIt67Eb+rqN70TPMEqvXl4NKuWme4dsVuwz1/OXcrcF8Gf4ke8uGKIKPlbOI iEUIhOhfT7jHJ67xszlDsYqYvptcupAYGLk7sal4MzUyiDBEbwJN/mV2Kvk/W/aTm60B I594dAH/H4XJtjtjk0hPCPTwx3CFo/D08hupElZ3fWlCGioq9tpAR0sjz4rB88ZqhERa jXfNOeWo8k7byoOSa7jyeJDuTpOSMVfnrrDKyrZODsMcAxbhuVh4Gkw9Ahgsv6BkQ8fH 4Q5w== 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=HPJWUCkniYvFY+imhTP05E2QTQFEXxZDTbw3Sd6sRqw=; b=PAqG3cg4OczKHJwgje1aKHh6rcJZK23CIXLVlczsD/YASBonVCo2BQlKd8s6Eon5bU xelbnTwj2x/ThKoyRvnd/NFQgST5X5UvoBk4TqBpXrnepDe3b85beJLXFD+OJwyJoNOY e1sk1GEjBy1HjH3xYaoaRP9Y7/fHjdxFOK+uE/Yv2D7/v7OxiaAnxjrbdD1CrM0F7jhX h7DHGgVgQFmKIk+D68ET52ifpqwMdbCSbktBx3CWE4iZd2o6HxN1uIUsfiCutqlNZ8xD SZ711Uad/ydIPqB00PFTNY38rjR7qykIZFOdkGA8qs4NwNNYO3fij2UacurnEI/N1AiY HrvQ== X-Gm-Message-State: APjAAAWf3kvtl6SvVXL+MMWvEbtSSAX53sQQbO8dMxgnr3aDWidA6y1G psyIhgGb2VAqVdVaYLv6U2s= X-Google-Smtp-Source: APXvYqxfbn7sRrbs8v3230Vgv2W8QHN2xDBdqp9ipKSgJQUuoCy93UO5kr0jnt/zoKOTT9qhVnYJ9A== X-Received: by 2002:adf:b6a3:: with SMTP id j35mr12931383wre.25.1553440481073; Sun, 24 Mar 2019 08:14:41 -0700 (PDT) Received: from blackbox.darklights.net (p200300DCD7399900428D5CFFFEB99DB8.dip0.t-ipconnect.de. [2003:dc:d739:9900:428d:5cff:feb9:9db8]) by smtp.googlemail.com with ESMTPSA id r16sm376889wrx.37.2019.03.24.08.14.39 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 24 Mar 2019 08:14:40 -0700 (PDT) From: Martin Blumenstingl To: narmstrong@baylibre.com, jbrunet@baylibre.com, linux-amlogic@lists.infradead.org, mjourdan@baylibre.com Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, Martin Blumenstingl Subject: [PATCH v2 1/2] dt-bindings: clock: meson8b: export the video decoder clocks Date: Sun, 24 Mar 2019 16:14:22 +0100 Message-Id: <20190324151423.19063-2-martin.blumenstingl@googlemail.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190324151423.19063-1-martin.blumenstingl@googlemail.com> References: <20190324151423.19063-1-martin.blumenstingl@googlemail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Export the four video decoder clocks so they can be used by the video decoder driver: - VDEC_1 - VDEC_HCODEC - VDEC_2 - VDEC_HEVC Signed-off-by: Martin Blumenstingl --- include/dt-bindings/clock/meson8b-clkc.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/dt-bindings/clock/meson8b-clkc.h b/include/dt-bindings/clock/meson8b-clkc.h index 2ac9469a1c27..47556539f0ee 100644 --- a/include/dt-bindings/clock/meson8b-clkc.h +++ b/include/dt-bindings/clock/meson8b-clkc.h @@ -108,5 +108,9 @@ #define CLKID_AXI 128 #define CLKID_L2_DRAM 130 #define CLKID_VPU 190 +#define CLKID_VDEC_1 196 +#define CLKID_VDEC_HCODEC 199 +#define CLKID_VDEC_2 202 +#define CLKID_VDEC_HEVC 206 #endif /* __MESON8B_CLKC_H */ -- 2.21.0 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.7 required=3.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,DKIM_VALID,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_PASS,URIBL_BLOCKED,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 BB9C4C43381 for ; Sun, 24 Mar 2019 15:15:39 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 8B9B1222EC for ; Sun, 24 Mar 2019 15:15:39 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="uhzvl430"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=googlemail.com header.i=@googlemail.com header.b="eG23jh5F" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8B9B1222EC Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=googlemail.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=9aE6jERST5gE+yVq0FT3YceO6USTvkc8vrRbnI6yVMU=; b=uhzvl430U+EdIM 3iFLeZHxmkNtGMLLs0Dchjx+NGwkwjTrp6uJ0T9FsQybmQCmgIDpYxsMRIjPGHinvCxwHPmt2G9y0 P9Ti+X7Tgnl88x+vKtSPm9atdBFWahpe5vS0wNrXREljOpp1jOQh2bICuAC1rxL1MK/bHxxo9HzeU WYOEB/TdfpLoy1Jr7qdHZf1gPwmtdrxRkdH2sfvxxymbcDSkFBwXooBIvZxJu+zMC/irKWVQOFZ+T 24kYfqyxXtGsoodsQk4ihYMtO7sxCRATYoq8BCWamf6TbE67Ub180vt9LomXOyax3wuNj6it2Tqph GETXyg0DdwF9wUF//yIA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1h84qS-0006yD-3F; Sun, 24 Mar 2019 15:15:32 +0000 Received: from mail-wr1-x444.google.com ([2a00:1450:4864:20::444]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1h84pg-0004x7-Uz; Sun, 24 Mar 2019 15:14:48 +0000 Received: by mail-wr1-x444.google.com with SMTP id s15so7280697wra.12; Sun, 24 Mar 2019 08:14:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=HPJWUCkniYvFY+imhTP05E2QTQFEXxZDTbw3Sd6sRqw=; b=eG23jh5FN8zbCRuTxemtu0s67vBLk9I3ZZ26vPcJnNQL+onnvAjosnm7iMDnXAYsv6 LKiDU1jxXIt67Eb+rqN70TPMEqvXl4NKuWme4dsVuwz1/OXcrcF8Gf4ke8uGKIKPlbOI iEUIhOhfT7jHJ67xszlDsYqYvptcupAYGLk7sal4MzUyiDBEbwJN/mV2Kvk/W/aTm60B I594dAH/H4XJtjtjk0hPCPTwx3CFo/D08hupElZ3fWlCGioq9tpAR0sjz4rB88ZqhERa jXfNOeWo8k7byoOSa7jyeJDuTpOSMVfnrrDKyrZODsMcAxbhuVh4Gkw9Ahgsv6BkQ8fH 4Q5w== 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=HPJWUCkniYvFY+imhTP05E2QTQFEXxZDTbw3Sd6sRqw=; b=OCxPmfGE3CsRbKCG4pvXeiHwjtSrIfw6bqWvhr6K6Uzk5XKJF0A/+DIqXgOXpl9pKu WZz4QeMfBNeGswizWAynchpKgDua02phql1RiCHGpP36vl7jZA6HXozntlPSfIsTQZ2M RvI1qski0wIYMt9vTAVnfzKf2Fif2MxyZked77HFvr44AGPZLZsT/NEiAp0dQhRyW7ru Gdot4HOG6vgCY04z3TaoVXoF3pdC6Bo0Rsy34Vsnlo08xFcFyfBcYA0acC59kd/3a0VX EvhucmaFvepMjLWuox6YDZLXGeNHbS/vJxWV1wjx9aZqt42jggCXZ/2g/QwuRmKTkTZ4 tQPQ== X-Gm-Message-State: APjAAAUFj4rPs715MZot6VF8AFW90xMdKchod6E3EUYflyglUHYDmZWI Z0qPA6+mhGBIhtaGFUSEa7E= X-Google-Smtp-Source: APXvYqxfbn7sRrbs8v3230Vgv2W8QHN2xDBdqp9ipKSgJQUuoCy93UO5kr0jnt/zoKOTT9qhVnYJ9A== X-Received: by 2002:adf:b6a3:: with SMTP id j35mr12931383wre.25.1553440481073; Sun, 24 Mar 2019 08:14:41 -0700 (PDT) Received: from blackbox.darklights.net (p200300DCD7399900428D5CFFFEB99DB8.dip0.t-ipconnect.de. [2003:dc:d739:9900:428d:5cff:feb9:9db8]) by smtp.googlemail.com with ESMTPSA id r16sm376889wrx.37.2019.03.24.08.14.39 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 24 Mar 2019 08:14:40 -0700 (PDT) From: Martin Blumenstingl To: narmstrong@baylibre.com, jbrunet@baylibre.com, linux-amlogic@lists.infradead.org, mjourdan@baylibre.com Subject: [PATCH v2 1/2] dt-bindings: clock: meson8b: export the video decoder clocks Date: Sun, 24 Mar 2019 16:14:22 +0100 Message-Id: <20190324151423.19063-2-martin.blumenstingl@googlemail.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190324151423.19063-1-martin.blumenstingl@googlemail.com> References: <20190324151423.19063-1-martin.blumenstingl@googlemail.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190324_081445_165431_7B893452 X-CRM114-Status: UNSURE ( 8.95 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Martin Blumenstingl , devicetree@vger.kernel.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Export the four video decoder clocks so they can be used by the video decoder driver: - VDEC_1 - VDEC_HCODEC - VDEC_2 - VDEC_HEVC Signed-off-by: Martin Blumenstingl --- include/dt-bindings/clock/meson8b-clkc.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/dt-bindings/clock/meson8b-clkc.h b/include/dt-bindings/clock/meson8b-clkc.h index 2ac9469a1c27..47556539f0ee 100644 --- a/include/dt-bindings/clock/meson8b-clkc.h +++ b/include/dt-bindings/clock/meson8b-clkc.h @@ -108,5 +108,9 @@ #define CLKID_AXI 128 #define CLKID_L2_DRAM 130 #define CLKID_VPU 190 +#define CLKID_VDEC_1 196 +#define CLKID_VDEC_HCODEC 199 +#define CLKID_VDEC_2 202 +#define CLKID_VDEC_HEVC 206 #endif /* __MESON8B_CLKC_H */ -- 2.21.0 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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.7 required=3.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,DKIM_VALID,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, 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 4EB83C10F00 for ; Sun, 24 Mar 2019 15:15:04 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 1B614222F1 for ; Sun, 24 Mar 2019 15:15:04 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="Bi9uXQZJ"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=googlemail.com header.i=@googlemail.com header.b="eG23jh5F" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1B614222F1 Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=googlemail.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-amlogic-bounces+linux-amlogic=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=c+ESqpVdKI8Ni8Mbvwo9Ns/0+f9zbJ8OeKn4A+1zXys=; b=Bi9uXQZJS1zO93 Nzx0dUw8Ia92vk4t6p5wiByv1l6F9RfNXGsBAOn1qUryzgn9QR8gUWA+jKJcbqxiez0FtqH3iVAPY iiX5xSD6kILHeZcU1IaQvC9hheNpVr8DApben8h/rTwMn26GKFp6AaHqIVdjsGF8fx8ty2FIfy6cC we5MWIH1yVtJJ/w9kByX5xrkyttu2sthhVoQOwCI/lkOWb4WY1AD29Z0oZuG0OH5rjwAKksdhCOnx jtFhK/2C7SwQXABhwqgNRF7+aSnOev3W4IWA0QneZY86LHUxisJWQWU216PyomqPHFg1b7R4K1VsY 70o5Sa23qCpY0/dyYYXg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1h84pr-0005Dp-Md; Sun, 24 Mar 2019 15:14:55 +0000 Received: from mail-wr1-x444.google.com ([2a00:1450:4864:20::444]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1h84pg-0004x7-Uz; Sun, 24 Mar 2019 15:14:48 +0000 Received: by mail-wr1-x444.google.com with SMTP id s15so7280697wra.12; Sun, 24 Mar 2019 08:14:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=HPJWUCkniYvFY+imhTP05E2QTQFEXxZDTbw3Sd6sRqw=; b=eG23jh5FN8zbCRuTxemtu0s67vBLk9I3ZZ26vPcJnNQL+onnvAjosnm7iMDnXAYsv6 LKiDU1jxXIt67Eb+rqN70TPMEqvXl4NKuWme4dsVuwz1/OXcrcF8Gf4ke8uGKIKPlbOI iEUIhOhfT7jHJ67xszlDsYqYvptcupAYGLk7sal4MzUyiDBEbwJN/mV2Kvk/W/aTm60B I594dAH/H4XJtjtjk0hPCPTwx3CFo/D08hupElZ3fWlCGioq9tpAR0sjz4rB88ZqhERa jXfNOeWo8k7byoOSa7jyeJDuTpOSMVfnrrDKyrZODsMcAxbhuVh4Gkw9Ahgsv6BkQ8fH 4Q5w== 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=HPJWUCkniYvFY+imhTP05E2QTQFEXxZDTbw3Sd6sRqw=; b=OCxPmfGE3CsRbKCG4pvXeiHwjtSrIfw6bqWvhr6K6Uzk5XKJF0A/+DIqXgOXpl9pKu WZz4QeMfBNeGswizWAynchpKgDua02phql1RiCHGpP36vl7jZA6HXozntlPSfIsTQZ2M RvI1qski0wIYMt9vTAVnfzKf2Fif2MxyZked77HFvr44AGPZLZsT/NEiAp0dQhRyW7ru Gdot4HOG6vgCY04z3TaoVXoF3pdC6Bo0Rsy34Vsnlo08xFcFyfBcYA0acC59kd/3a0VX EvhucmaFvepMjLWuox6YDZLXGeNHbS/vJxWV1wjx9aZqt42jggCXZ/2g/QwuRmKTkTZ4 tQPQ== X-Gm-Message-State: APjAAAUFj4rPs715MZot6VF8AFW90xMdKchod6E3EUYflyglUHYDmZWI Z0qPA6+mhGBIhtaGFUSEa7E= X-Google-Smtp-Source: APXvYqxfbn7sRrbs8v3230Vgv2W8QHN2xDBdqp9ipKSgJQUuoCy93UO5kr0jnt/zoKOTT9qhVnYJ9A== X-Received: by 2002:adf:b6a3:: with SMTP id j35mr12931383wre.25.1553440481073; Sun, 24 Mar 2019 08:14:41 -0700 (PDT) Received: from blackbox.darklights.net (p200300DCD7399900428D5CFFFEB99DB8.dip0.t-ipconnect.de. [2003:dc:d739:9900:428d:5cff:feb9:9db8]) by smtp.googlemail.com with ESMTPSA id r16sm376889wrx.37.2019.03.24.08.14.39 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 24 Mar 2019 08:14:40 -0700 (PDT) From: Martin Blumenstingl To: narmstrong@baylibre.com, jbrunet@baylibre.com, linux-amlogic@lists.infradead.org, mjourdan@baylibre.com Subject: [PATCH v2 1/2] dt-bindings: clock: meson8b: export the video decoder clocks Date: Sun, 24 Mar 2019 16:14:22 +0100 Message-Id: <20190324151423.19063-2-martin.blumenstingl@googlemail.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190324151423.19063-1-martin.blumenstingl@googlemail.com> References: <20190324151423.19063-1-martin.blumenstingl@googlemail.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190324_081445_165431_7B893452 X-CRM114-Status: UNSURE ( 8.95 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-amlogic@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Martin Blumenstingl , devicetree@vger.kernel.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-amlogic" Errors-To: linux-amlogic-bounces+linux-amlogic=archiver.kernel.org@lists.infradead.org Export the four video decoder clocks so they can be used by the video decoder driver: - VDEC_1 - VDEC_HCODEC - VDEC_2 - VDEC_HEVC Signed-off-by: Martin Blumenstingl --- include/dt-bindings/clock/meson8b-clkc.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/dt-bindings/clock/meson8b-clkc.h b/include/dt-bindings/clock/meson8b-clkc.h index 2ac9469a1c27..47556539f0ee 100644 --- a/include/dt-bindings/clock/meson8b-clkc.h +++ b/include/dt-bindings/clock/meson8b-clkc.h @@ -108,5 +108,9 @@ #define CLKID_AXI 128 #define CLKID_L2_DRAM 130 #define CLKID_VPU 190 +#define CLKID_VDEC_1 196 +#define CLKID_VDEC_HCODEC 199 +#define CLKID_VDEC_2 202 +#define CLKID_VDEC_HEVC 206 #endif /* __MESON8B_CLKC_H */ -- 2.21.0 _______________________________________________ linux-amlogic mailing list linux-amlogic@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-amlogic