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=-12.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,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 EE1A7C4727D for ; Sat, 3 Oct 2020 22:46:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BC27A20674 for ; Sat, 3 Oct 2020 22:46:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726066AbgJCWqa (ORCPT ); Sat, 3 Oct 2020 18:46:30 -0400 Received: from mail-out.m-online.net ([212.18.0.9]:40260 "EHLO mail-out.m-online.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725931AbgJCWq3 (ORCPT ); Sat, 3 Oct 2020 18:46:29 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 4C3hmg2FMrz1qs3T; Sun, 4 Oct 2020 00:46:27 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 4C3hmg1B73z1qy6V; Sun, 4 Oct 2020 00:46:27 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id lJ6lxqqGBFM5; Sun, 4 Oct 2020 00:46:25 +0200 (CEST) X-Auth-Info: NpyB8tc9Xcqbjjvi4qz3pTG08V7PpYIZ5PfH4b3TpeI= Received: from desktop.lan (ip-89-176-112-137.net.upcbroadband.cz [89.176.112.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA; Sun, 4 Oct 2020 00:46:25 +0200 (CEST) From: Marek Vasut To: linux-arm-kernel@lists.infradead.org Cc: Marek Vasut , Abel Vesa , Dong Aisheng , Fabio Estevam , =?UTF-8?q?Guido=20G=C3=BCnther?= , Lucas Stach , Rob Herring , Shawn Guo , NXP Linux Team , devicetree@vger.kernel.org Subject: [PATCH 2/5] dt-bindings: clock: imx8mm: Add media blk_ctl clock IDs Date: Sun, 4 Oct 2020 00:45:52 +0200 Message-Id: <20201003224555.163780-2-marex@denx.de> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20201003224555.163780-1-marex@denx.de> References: <20201003224555.163780-1-marex@denx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org These will be used by the imx8mm for blk_ctl driver. Signed-off-by: Marek Vasut Cc: Abel Vesa Cc: Dong Aisheng Cc: Fabio Estevam Cc: Guido Günther Cc: Lucas Stach Cc: Rob Herring Cc: Shawn Guo Cc: NXP Linux Team Cc: devicetree@vger.kernel.org --- include/dt-bindings/clock/imx8mm-clock.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/dt-bindings/clock/imx8mm-clock.h b/include/dt-bindings/clock/imx8mm-clock.h index e63a5530aed7..576b229a72f2 100644 --- a/include/dt-bindings/clock/imx8mm-clock.h +++ b/include/dt-bindings/clock/imx8mm-clock.h @@ -276,4 +276,11 @@ #define IMX8MM_CLK_END 252 +#define IMX8MM_CLK_MEDIA_BLK_CTL_LCDIF_APB 0 +#define IMX8MM_CLK_MEDIA_BLK_CTL_LCDIF_PIXEL 1 +#define IMX8MM_CLK_MEDIA_BLK_CTL_MIPI_DSI_PCLK 2 +#define IMX8MM_CLK_MEDIA_BLK_CTL_MIPI_DSI_CLKREF 3 + +#define IMX8MM_CLK_MEDIA_BLK_CTL_END 4 + #endif -- 2.28.0