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 8BC08C41604 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 4DA0920674 for ; Sat, 3 Oct 2020 22:46:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726067AbgJCWq3 (ORCPT ); Sat, 3 Oct 2020 18:46:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41374 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726066AbgJCWq3 (ORCPT ); Sat, 3 Oct 2020 18:46:29 -0400 Received: from mail-out.m-online.net (mail-out.m-online.net [IPv6:2001:a60:0:28:0:1:25:1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 53325C0613D0 for ; Sat, 3 Oct 2020 15:46:29 -0700 (PDT) Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 4C3hmd5g4vz1rt4X; Sun, 4 Oct 2020 00:46:25 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 4C3hmd4flzz1qy6R; Sun, 4 Oct 2020 00:46:25 +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 m-VtluX0ZXkt; Sun, 4 Oct 2020 00:46:24 +0200 (CEST) X-Auth-Info: xKxg2pu9OLj9KhYon8gogpU9fL4yna5kX4lcs1bWTkg= 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:24 +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 1/5] Documentation: bindings: clk: Add bindings for i.MX8MM BLK_CTL Date: Sun, 4 Oct 2020 00:45:51 +0200 Message-Id: <20201003224555.163780-1-marex@denx.de> X-Mailer: git-send-email 2.28.0 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 Add the i.MX8MM BLK_CTL compatible string to the list. 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 --- Documentation/devicetree/bindings/clock/fsl,imx-blk-ctl.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/clock/fsl,imx-blk-ctl.yaml b/Documentation/devicetree/bindings/clock/fsl,imx-blk-ctl.yaml index 5e9eb402b9b6..346429f49093 100644 --- a/Documentation/devicetree/bindings/clock/fsl,imx-blk-ctl.yaml +++ b/Documentation/devicetree/bindings/clock/fsl,imx-blk-ctl.yaml @@ -20,6 +20,7 @@ properties: compatible: items: - enum: + - fsl,imx8mm-dispmix-blk-ctl - fsl,imx8mp-audio-blk-ctl - fsl,imx8mp-hdmi-blk-ctl - fsl,imx8mp-media-blk-ctl -- 2.28.0