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 E309EC47095 for ; Sat, 3 Oct 2020 22:46:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B4CBB20674 for ; Sat, 3 Oct 2020 22:46:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725931AbgJCWqb (ORCPT ); Sat, 3 Oct 2020 18:46:31 -0400 Received: from mail-out.m-online.net ([212.18.0.9]:44060 "EHLO mail-out.m-online.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726048AbgJCWqa (ORCPT ); Sat, 3 Oct 2020 18:46:30 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 4C3hmh4zqdz1qs3n; Sun, 4 Oct 2020 00:46:28 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 4C3hmh4l8xz1qy6R; Sun, 4 Oct 2020 00:46:28 +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 hHhi1YgtMIEG; Sun, 4 Oct 2020 00:46:27 +0200 (CEST) X-Auth-Info: 7MJTfldTMV5KB5P7NMznqfNlf4WWtG6ZlkhGgAqWVXE= 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:27 +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 3/5] dt-bindings: reset: imx8mm: Add media blk_ctl reset IDs Date: Sun, 4 Oct 2020 00:45:53 +0200 Message-Id: <20201003224555.163780-3-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/reset/imx8mm-reset.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 include/dt-bindings/reset/imx8mm-reset.h diff --git a/include/dt-bindings/reset/imx8mm-reset.h b/include/dt-bindings/reset/imx8mm-reset.h new file mode 100644 index 000000000000..1dda59d30c06 --- /dev/null +++ b/include/dt-bindings/reset/imx8mm-reset.h @@ -0,0 +1,14 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ +/* + * Copyright (C) 2020 Marek Vasut + */ + +#ifndef DT_BINDING_RESET_IMX8MM_H +#define DT_BINDING_RESET_IMX8MM_H + +#define IMX8MM_MEDIA_BLK_CTL_RESET_MIPI_DSI_I_PRESET 0 +#define IMX8MM_MEDIA_BLK_CTL_RESET_MIPI_M_RESET 1 + +#define IMX8MM_MEDIA_BLK_CTL_RESET_NUM 2 + +#endif -- 2.28.0