From patchwork Wed Nov 2 19:18:49 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Vasut X-Patchwork-Id: 13028913 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 2C22EC433FE for ; Wed, 2 Nov 2022 19:19:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=xW8pYdioVGGbkKZvzm3N5kjy+9e9oWEMO4dlG4rmhIQ=; b=UmyjPl/Ol7mb9l R1Rw1+EH4mLyY5uc990SWdLiH+Vl9hBh4JXunP2KzPxylt4saISZ9tLRgDJ2wjRy3XeWojqo1yMgO jsfeNy/RtnhdWKMEr3V5FV7s5mvpZf7BQ2g4w13obhgO0N/ga4xkrJkLhcSQVemjen0hl59Yt6pX3 eUzy5V2bfBL+DwE92ij5brbaDXcyJP6WBCfn0iOt/4+t7ifsgL8r3abdS+MQY5dNoFNTaBVl343KJ vd9BDZG45lbljT/mp6svONDrKDQtA/56t6RXdC25bKlvonekmOEmSC/uJUMhGa6qX+knmFPdUYcfc RFA/CN3DjOLyvhHgaAIA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oqJGN-00DeIV-Al; Wed, 02 Nov 2022 19:18:59 +0000 Received: from phobos.denx.de ([85.214.62.61]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oqJGK-00DeCv-9M for linux-arm-kernel@lists.infradead.org; Wed, 02 Nov 2022 19:18:57 +0000 Received: from tr.lan (ip-86-49-120-218.bb.vodafone.cz [86.49.120.218]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: marex@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 3861F850BA; Wed, 2 Nov 2022 20:18:52 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1667416732; bh=qwl0SLYTpfpWlc8998jeso8K4Nm44d/zfRm0I0Rt5g8=; h=From:To:Cc:Subject:Date:From; b=pgm7rDUOm0OPLXpHMkR6lVL/JDwfz5S8Ncct8U9GSSs3f+PpKdwwiiTW8iQntqClJ Had4zicB0AU1flWibbI3xiNLMQLe2Q0USZIMyfP9y0cNCe67aKdHFcEh/k5ZrIVLEN YHdzRgYSjkNHkBkPhJBwJiYjtZ0XtB4BeKPljiLvDyfbNHAO6856rOR8BligMPorM2 cOKyWqkB+jnFq5qqNgL9+RW2MOYcYA7cNag6RUB7P0sS2s12fN7XGFeah+D3d1Bdw0 /QFVEq5xiWcrWsMCOsvnvHF4kHuyTOUSpGbnETkF7DDU6fL/9kOx/Bpuw8YyxWOsQX rZElAAbjPnjUw== From: Marek Vasut To: linux-arm-kernel@lists.infradead.org Cc: Marek Vasut , Fabio Estevam , Lucas Stach , NXP Linux Team , Rob Herring , Shawn Guo Subject: [PATCH] dt-bindings: mxsfb: Document i.MX8M power-domains property Date: Wed, 2 Nov 2022 20:18:49 +0100 Message-Id: <20221102191849.120783-1-marex@denx.de> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221102_121856_505065_998D7D69 X-CRM114-Status: UNSURE ( 8.50 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org The power-domains property is mandatory on i.MX8M Mini, Nano, Plus. Document the property and mark it as required on the aforementioned variants of the IP, present in those SoCs. Signed-off-by: Marek Vasut --- Cc: Fabio Estevam Cc: Lucas Stach Cc: NXP Linux Team Cc: Rob Herring Cc: Shawn Guo Cc: linux-arm-kernel@lists.infradead.org To: devicetree@vger.kernel.org --- .../devicetree/bindings/display/fsl,lcdif.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Documentation/devicetree/bindings/display/fsl,lcdif.yaml b/Documentation/devicetree/bindings/display/fsl,lcdif.yaml index 876015a44a1e6..31847efedd8f9 100644 --- a/Documentation/devicetree/bindings/display/fsl,lcdif.yaml +++ b/Documentation/devicetree/bindings/display/fsl,lcdif.yaml @@ -52,6 +52,9 @@ properties: interrupts: maxItems: 1 + power-domains: + maxItems: 1 + port: $ref: /schemas/graph.yaml#/properties/port description: The LCDIF output port @@ -87,6 +90,17 @@ allOf: maxItems: 1 clock-names: maxItems: 1 + - if: + properties: + compatible: + contains: + enum: + - fsl,imx8mm-lcdif + - fsl,imx8mn-lcdif + - fsl,imx8mp-lcdif + then: + required: + - power-domains examples: - |