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 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 86A7BC433F5 for ; Tue, 10 May 2022 18:14:20 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A042310E179; Tue, 10 May 2022 18:14:19 +0000 (UTC) Received: from mail-oo1-f43.google.com (mail-oo1-f43.google.com [209.85.161.43]) by gabe.freedesktop.org (Postfix) with ESMTPS id 603CE10E668 for ; Tue, 10 May 2022 18:14:18 +0000 (UTC) Received: by mail-oo1-f43.google.com with SMTP id v33-20020a4a9764000000b0035f814bb06eso1362853ooi.11 for ; Tue, 10 May 2022 11:14:18 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=bqzP6kLC9TvD/eZVDvG+k9Cz3CtHjrwdnS/BDXCrozk=; b=P58Hj1fSgu1CBrilsw99OPBpS/jNgumeQMFARMLohp4g/VTjKKjnbKL8mtqBFeVV3y 0EpbiCvkC3mbXqsluHlFA3gcBWF6OUiZFFcYwOndz6yJQlFd2iJie54TEUwbi499vNKL iYOhM97ccyuNdwF65yy8L59UE4D7JY52x81VpNGFIL3yBYZ0NYY+8DWUAnaNp+wNQQsp 7ZBSTP4bZYzIkcLacMIDdg8YEgbEypqjg+MIEMj3+EmWsU7eNble8grWY1GNhog5JMs3 Ypho5ptFBoMzWp/4ArBuzCEQaLXpaf/azYkvNv/fw/YO1rrJhtkb6j8X39jv8WHEzP/o uvUA== X-Gm-Message-State: AOAM5333agqlAIaHveT4AsT9N/5HmgyiwgcixpkqlSVSDJZhVvZPYnl+ 5H+UZjUfTdSdoUIuWLrrIg== X-Google-Smtp-Source: ABdhPJyfV9W5KcMMLkxExjfN4a6CpVE64vC6bZ6q+D3QKn6QIc1wk0xfg8j8ZGyynxcm2C2pKY+9IA== X-Received: by 2002:a05:6830:3108:b0:606:581b:b7bb with SMTP id b8-20020a056830310800b00606581bb7bbmr8250687ots.270.1652206457584; Tue, 10 May 2022 11:14:17 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id h23-20020a4adcd7000000b0035eb4e5a6b6sm27454oou.12.2022.05.10.11.14.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 10 May 2022 11:14:17 -0700 (PDT) Received: (nullmailer pid 2319536 invoked by uid 1000); Tue, 10 May 2022 18:14:16 -0000 Date: Tue, 10 May 2022 13:14:16 -0500 From: Rob Herring To: Lucas Stach Subject: Re: [PATCH v0.5 5/9] dt-bindings: phy: add binding for the i.MX8MP HDMI PHY Message-ID: References: <20220506181034.2001548-1-l.stach@pengutronix.de> <20220506181034.2001548-6-l.stach@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220506181034.2001548-6-l.stach@pengutronix.de> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Marek Vasut , devicetree@vger.kernel.org, Krzysztof Kozlowski , Alexander Stein , Sandor Yu , dri-devel@lists.freedesktop.org, patchwork-lst@pengutronix.de, Andrzej Hajda , NXP Linux Team , Pengutronix Kernel Team , linux-phy@lists.infradead.org, Robert Foss , Shawn Guo , linux-arm-kernel@lists.infradead.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Fri, May 06, 2022 at 08:10:30PM +0200, Lucas Stach wrote: > Add a DT binding for the HDMI PHY found on the i.MX8MP SoC. > > Signed-off-by: Lucas Stach > --- > .../bindings/phy/fsl,imx8mp-hdmi-phy.yaml | 62 +++++++++++++++++++ > 1 file changed, 62 insertions(+) > create mode 100644 Documentation/devicetree/bindings/phy/fsl,imx8mp-hdmi-phy.yaml > > diff --git a/Documentation/devicetree/bindings/phy/fsl,imx8mp-hdmi-phy.yaml b/Documentation/devicetree/bindings/phy/fsl,imx8mp-hdmi-phy.yaml > new file mode 100644 > index 000000000000..bc21c073e92a > --- /dev/null > +++ b/Documentation/devicetree/bindings/phy/fsl,imx8mp-hdmi-phy.yaml > @@ -0,0 +1,62 @@ > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/phy/fsl,imx8mp-hdmi-phy.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Freescale i.MX8MP HDMI PHY binding > + > +maintainers: > + - Lucas Stach > + > +properties: > + compatible: > + enum: > + - fsl,imx8mp-hdmi-phy > + > + reg: > + maxItems: 1 > + > + "#clock-cells": > + const: 0 > + > + clocks: > + minItems: 2 > + maxItems: 2 > + > + clock-names: > + items: > + - const: apb > + - const: ref > + > + "#phy-cells": > + const: 0 > + > + power-domains: > + maxItems: 1 > + > +required: > + - compatible > + - reg > + - "#clock-cells" > + - clocks > + - clock-names > + - power-domains #phy-cells should be required. > + > +additionalProperties: false > + > +examples: > + - | > + #include > + #include > + > + phy@32fdff00 { > + compatible = "fsl,imx8mp-hdmi-phy"; > + reg = <0x32fdff00 0x100>; > + clocks = <&clk IMX8MP_CLK_HDMI_APB>, > + <&clk IMX8MP_CLK_HDMI_24M>; > + clock-names = "apb", "ref"; > + power-domains = <&hdmi_blk_ctrl IMX8MP_HDMIBLK_PD_HDMI_TX_PHY>; > + #clock-cells = <0>; > + #phy-cells = <0>; > + }; > -- > 2.30.2 > > 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 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 4BF31C433EF for ; Tue, 10 May 2022 18:14:40 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=8E9kwI57nKCv29qgYDWnFsoJ95irAnbDCN85XnFR8Qg=; b=ezyLoQwH0psHFi KanMPxhTbM+oIyjyF71zcNd84jKhUm3bctOfvnCHALTts23+fRrJxwAIm8sBN+KWy5vtfXEvhKGA7 QOT4FZKuxULqqOssD2bRfx8Vhf3+pE3sZwgLX8Hv1NVTNAv0emPIAC18N+uAanJm44nfcN9Y+nQUK k7VcY8LiR/0qqwGjjO+/wagoDTCt3uoYUnyYgKoODPmqEAxM7gYuI5XcmAkAnMC7zDKGgJ1l1aIxt 22qIj7CallxcLMIZI3m50pdhSy4nX8k11mCsUicI6oXmqVojl+SKXPGOVq3yhMbH2lUita4S36/M+ thzSl2XvYqVxGBMRo2sg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1noUNb-003Yv3-LL; Tue, 10 May 2022 18:14:39 +0000 Received: from mail-oo1-f47.google.com ([209.85.161.47]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1noUNH-003Yl0-Lj; Tue, 10 May 2022 18:14:21 +0000 Received: by mail-oo1-f47.google.com with SMTP id l9-20020a4abe09000000b0035eb3d4a2aeso3541498oop.0; Tue, 10 May 2022 11:14:18 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=bqzP6kLC9TvD/eZVDvG+k9Cz3CtHjrwdnS/BDXCrozk=; b=tOG/hAwdJ+lYTyORLzOXDGynrIH8yySw3u9RnnP5ESp3Fz8B70suz6l5XvknUHjaWy FBTY0JVOtPT1NV3XYWoLhNKL7n/Wos6ljqRiB/iXE1OVSUibl2YYHPQP7nBliICZVpGl /00djxx/GmNvJqCx57ciMpqer/RtT3XP5myj9zvu+mgH3t6HDKUBS9YjkjhWvbyXpfno t20S1J3Dq/IhOSzQR1FS9I7T4M4CiRWAZd9VeY3P3AorqDSPcJfN/Uvf0u/JDL5eBzpa 3XJQI2Tt9vaaTJMs/ErmCrGQsKgVB3cJmK7F1NjrVaVJxaGnNR8i0fi7lYvlH2TgGQkp ogng== X-Gm-Message-State: AOAM531Khm2fYrfufkq8RJK1VWLZ3dEi/vaAGVa24iVyU70peZ86Qo/6 IMFk3/Zrmke4CzobU+gfOQ== X-Google-Smtp-Source: ABdhPJyfV9W5KcMMLkxExjfN4a6CpVE64vC6bZ6q+D3QKn6QIc1wk0xfg8j8ZGyynxcm2C2pKY+9IA== X-Received: by 2002:a05:6830:3108:b0:606:581b:b7bb with SMTP id b8-20020a056830310800b00606581bb7bbmr8250687ots.270.1652206457584; Tue, 10 May 2022 11:14:17 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id h23-20020a4adcd7000000b0035eb4e5a6b6sm27454oou.12.2022.05.10.11.14.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 10 May 2022 11:14:17 -0700 (PDT) Received: (nullmailer pid 2319536 invoked by uid 1000); Tue, 10 May 2022 18:14:16 -0000 Date: Tue, 10 May 2022 13:14:16 -0500 From: Rob Herring To: Lucas Stach Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org, Shawn Guo , Pengutronix Kernel Team , NXP Linux Team , Alexander Stein , Marek Vasut , patchwork-lst@pengutronix.de, Sandor Yu , linux-phy@lists.infradead.org, Philipp Zabel , Robert Foss , Andrzej Hajda , Krzysztof Kozlowski Subject: Re: [PATCH v0.5 5/9] dt-bindings: phy: add binding for the i.MX8MP HDMI PHY Message-ID: References: <20220506181034.2001548-1-l.stach@pengutronix.de> <20220506181034.2001548-6-l.stach@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220506181034.2001548-6-l.stach@pengutronix.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220510_111419_775076_2B95E807 X-CRM114-Status: GOOD ( 16.71 ) X-BeenThere: linux-phy@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Linux Phy Mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-phy" Errors-To: linux-phy-bounces+linux-phy=archiver.kernel.org@lists.infradead.org On Fri, May 06, 2022 at 08:10:30PM +0200, Lucas Stach wrote: > Add a DT binding for the HDMI PHY found on the i.MX8MP SoC. > > Signed-off-by: Lucas Stach > --- > .../bindings/phy/fsl,imx8mp-hdmi-phy.yaml | 62 +++++++++++++++++++ > 1 file changed, 62 insertions(+) > create mode 100644 Documentation/devicetree/bindings/phy/fsl,imx8mp-hdmi-phy.yaml > > diff --git a/Documentation/devicetree/bindings/phy/fsl,imx8mp-hdmi-phy.yaml b/Documentation/devicetree/bindings/phy/fsl,imx8mp-hdmi-phy.yaml > new file mode 100644 > index 000000000000..bc21c073e92a > --- /dev/null > +++ b/Documentation/devicetree/bindings/phy/fsl,imx8mp-hdmi-phy.yaml > @@ -0,0 +1,62 @@ > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/phy/fsl,imx8mp-hdmi-phy.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Freescale i.MX8MP HDMI PHY binding > + > +maintainers: > + - Lucas Stach > + > +properties: > + compatible: > + enum: > + - fsl,imx8mp-hdmi-phy > + > + reg: > + maxItems: 1 > + > + "#clock-cells": > + const: 0 > + > + clocks: > + minItems: 2 > + maxItems: 2 > + > + clock-names: > + items: > + - const: apb > + - const: ref > + > + "#phy-cells": > + const: 0 > + > + power-domains: > + maxItems: 1 > + > +required: > + - compatible > + - reg > + - "#clock-cells" > + - clocks > + - clock-names > + - power-domains #phy-cells should be required. > + > +additionalProperties: false > + > +examples: > + - | > + #include > + #include > + > + phy@32fdff00 { > + compatible = "fsl,imx8mp-hdmi-phy"; > + reg = <0x32fdff00 0x100>; > + clocks = <&clk IMX8MP_CLK_HDMI_APB>, > + <&clk IMX8MP_CLK_HDMI_24M>; > + clock-names = "apb", "ref"; > + power-domains = <&hdmi_blk_ctrl IMX8MP_HDMIBLK_PD_HDMI_TX_PHY>; > + #clock-cells = <0>; > + #phy-cells = <0>; > + }; > -- > 2.30.2 > > -- linux-phy mailing list linux-phy@lists.infradead.org https://lists.infradead.org/mailman/listinfo/linux-phy 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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A30EAC433EF for ; Tue, 10 May 2022 18:16:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241813AbiEJSUK (ORCPT ); Tue, 10 May 2022 14:20:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52410 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1348822AbiEJSTh (ORCPT ); Tue, 10 May 2022 14:19:37 -0400 Received: from mail-oo1-f42.google.com (mail-oo1-f42.google.com [209.85.161.42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8D2252AACCC for ; Tue, 10 May 2022 11:14:26 -0700 (PDT) Received: by mail-oo1-f42.google.com with SMTP id bm18-20020a056820189200b0035f7e56a3dfso1488529oob.8 for ; Tue, 10 May 2022 11:14:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=bqzP6kLC9TvD/eZVDvG+k9Cz3CtHjrwdnS/BDXCrozk=; b=nQGH3A988cNyZntQ7h9PPyd/XK/3nw32yqIwgr3gciWIwkb4BasRPZsdIndcqyxBCg IaAIddQsUn2qAr9W1LB6MMbcToOEaQHd4WjyOvlpP+6ulOsa5/Zi7+To9tU4zrBybjaa 96uz6RuWY92kW01DGqdPTM2sF34VvNl1VQGbJSYs2UEoH+T1Xny1IMQ5DvHg8DHHpMqw PuLHmLlTpJ85b+l4UBx2ocSKEii5hn2cnSEhXaP47qDDZp8ealLhCI0RG3kwqZrsLv2G 8sAJmsS/wpK4Su5DSJ6D6F6GhPf5ujoUUqVnU0nuHZlVsvHTCpamNvDTCnrJ8XXz5ZkH +L3w== X-Gm-Message-State: AOAM530x+eOy2WXBIPwEXPetM6VcbDvItG84m+pX/ZaQLTG64Jr3wBrX v0KfbftgdlszHAp+yUsgJA== X-Google-Smtp-Source: ABdhPJyfV9W5KcMMLkxExjfN4a6CpVE64vC6bZ6q+D3QKn6QIc1wk0xfg8j8ZGyynxcm2C2pKY+9IA== X-Received: by 2002:a05:6830:3108:b0:606:581b:b7bb with SMTP id b8-20020a056830310800b00606581bb7bbmr8250687ots.270.1652206457584; Tue, 10 May 2022 11:14:17 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id h23-20020a4adcd7000000b0035eb4e5a6b6sm27454oou.12.2022.05.10.11.14.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 10 May 2022 11:14:17 -0700 (PDT) Received: (nullmailer pid 2319536 invoked by uid 1000); Tue, 10 May 2022 18:14:16 -0000 Date: Tue, 10 May 2022 13:14:16 -0500 From: Rob Herring To: Lucas Stach Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org, Shawn Guo , Pengutronix Kernel Team , NXP Linux Team , Alexander Stein , Marek Vasut , patchwork-lst@pengutronix.de, Sandor Yu , linux-phy@lists.infradead.org, Philipp Zabel , Robert Foss , Andrzej Hajda , Krzysztof Kozlowski Subject: Re: [PATCH v0.5 5/9] dt-bindings: phy: add binding for the i.MX8MP HDMI PHY Message-ID: References: <20220506181034.2001548-1-l.stach@pengutronix.de> <20220506181034.2001548-6-l.stach@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220506181034.2001548-6-l.stach@pengutronix.de> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, May 06, 2022 at 08:10:30PM +0200, Lucas Stach wrote: > Add a DT binding for the HDMI PHY found on the i.MX8MP SoC. > > Signed-off-by: Lucas Stach > --- > .../bindings/phy/fsl,imx8mp-hdmi-phy.yaml | 62 +++++++++++++++++++ > 1 file changed, 62 insertions(+) > create mode 100644 Documentation/devicetree/bindings/phy/fsl,imx8mp-hdmi-phy.yaml > > diff --git a/Documentation/devicetree/bindings/phy/fsl,imx8mp-hdmi-phy.yaml b/Documentation/devicetree/bindings/phy/fsl,imx8mp-hdmi-phy.yaml > new file mode 100644 > index 000000000000..bc21c073e92a > --- /dev/null > +++ b/Documentation/devicetree/bindings/phy/fsl,imx8mp-hdmi-phy.yaml > @@ -0,0 +1,62 @@ > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/phy/fsl,imx8mp-hdmi-phy.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Freescale i.MX8MP HDMI PHY binding > + > +maintainers: > + - Lucas Stach > + > +properties: > + compatible: > + enum: > + - fsl,imx8mp-hdmi-phy > + > + reg: > + maxItems: 1 > + > + "#clock-cells": > + const: 0 > + > + clocks: > + minItems: 2 > + maxItems: 2 > + > + clock-names: > + items: > + - const: apb > + - const: ref > + > + "#phy-cells": > + const: 0 > + > + power-domains: > + maxItems: 1 > + > +required: > + - compatible > + - reg > + - "#clock-cells" > + - clocks > + - clock-names > + - power-domains #phy-cells should be required. > + > +additionalProperties: false > + > +examples: > + - | > + #include > + #include > + > + phy@32fdff00 { > + compatible = "fsl,imx8mp-hdmi-phy"; > + reg = <0x32fdff00 0x100>; > + clocks = <&clk IMX8MP_CLK_HDMI_APB>, > + <&clk IMX8MP_CLK_HDMI_24M>; > + clock-names = "apb", "ref"; > + power-domains = <&hdmi_blk_ctrl IMX8MP_HDMIBLK_PD_HDMI_TX_PHY>; > + #clock-cells = <0>; > + #phy-cells = <0>; > + }; > -- > 2.30.2 > > 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 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 D4818C433EF for ; Tue, 10 May 2022 18:15:21 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=emy6S7uQWeSEgTVoGf7Z3vCErQpjjHNTC+BiNDCR6AA=; b=v0vHAbe4PkrXng 5WznKU2q55k5A40tkG9r6rgJZNkUE9ivz9mZrRa3N754m1ad4yKUbBb8jwMjoLEW6O3Unhq9XMBYa hFodIGCv721fvflhpb9oND2wFuek0NqculzfrtVXpOwhZrcE+P4m4PPbOltSel92EYgP/8Gv1ibG9 hjWbHUEFq7vO6oJ6fMK2VO1bqcK3HawyqMbSnlLzyw4Ded493ltrIFsZTMuNdaDNoffKX2YedocpX tM9AwURgbTEcl8BnK2V4+Bz3qR9CzdiPUoTzuje/ktnHcLQeVH9Bqz12yRZiJ8ZWKH6FRHkHhUEX8 8pBzEMabRlX/M3Ivqu1w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1noUNL-003Yow-T5; Tue, 10 May 2022 18:14:24 +0000 Received: from mail-oo1-f47.google.com ([209.85.161.47]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1noUNH-003Yl0-Lj; Tue, 10 May 2022 18:14:21 +0000 Received: by mail-oo1-f47.google.com with SMTP id l9-20020a4abe09000000b0035eb3d4a2aeso3541498oop.0; Tue, 10 May 2022 11:14:18 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=bqzP6kLC9TvD/eZVDvG+k9Cz3CtHjrwdnS/BDXCrozk=; b=tOG/hAwdJ+lYTyORLzOXDGynrIH8yySw3u9RnnP5ESp3Fz8B70suz6l5XvknUHjaWy FBTY0JVOtPT1NV3XYWoLhNKL7n/Wos6ljqRiB/iXE1OVSUibl2YYHPQP7nBliICZVpGl /00djxx/GmNvJqCx57ciMpqer/RtT3XP5myj9zvu+mgH3t6HDKUBS9YjkjhWvbyXpfno t20S1J3Dq/IhOSzQR1FS9I7T4M4CiRWAZd9VeY3P3AorqDSPcJfN/Uvf0u/JDL5eBzpa 3XJQI2Tt9vaaTJMs/ErmCrGQsKgVB3cJmK7F1NjrVaVJxaGnNR8i0fi7lYvlH2TgGQkp ogng== X-Gm-Message-State: AOAM531Khm2fYrfufkq8RJK1VWLZ3dEi/vaAGVa24iVyU70peZ86Qo/6 IMFk3/Zrmke4CzobU+gfOQ== X-Google-Smtp-Source: ABdhPJyfV9W5KcMMLkxExjfN4a6CpVE64vC6bZ6q+D3QKn6QIc1wk0xfg8j8ZGyynxcm2C2pKY+9IA== X-Received: by 2002:a05:6830:3108:b0:606:581b:b7bb with SMTP id b8-20020a056830310800b00606581bb7bbmr8250687ots.270.1652206457584; Tue, 10 May 2022 11:14:17 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id h23-20020a4adcd7000000b0035eb4e5a6b6sm27454oou.12.2022.05.10.11.14.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 10 May 2022 11:14:17 -0700 (PDT) Received: (nullmailer pid 2319536 invoked by uid 1000); Tue, 10 May 2022 18:14:16 -0000 Date: Tue, 10 May 2022 13:14:16 -0500 From: Rob Herring To: Lucas Stach Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org, Shawn Guo , Pengutronix Kernel Team , NXP Linux Team , Alexander Stein , Marek Vasut , patchwork-lst@pengutronix.de, Sandor Yu , linux-phy@lists.infradead.org, Philipp Zabel , Robert Foss , Andrzej Hajda , Krzysztof Kozlowski Subject: Re: [PATCH v0.5 5/9] dt-bindings: phy: add binding for the i.MX8MP HDMI PHY Message-ID: References: <20220506181034.2001548-1-l.stach@pengutronix.de> <20220506181034.2001548-6-l.stach@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220506181034.2001548-6-l.stach@pengutronix.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220510_111419_775076_2B95E807 X-CRM114-Status: GOOD ( 16.71 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, May 06, 2022 at 08:10:30PM +0200, Lucas Stach wrote: > Add a DT binding for the HDMI PHY found on the i.MX8MP SoC. > > Signed-off-by: Lucas Stach > --- > .../bindings/phy/fsl,imx8mp-hdmi-phy.yaml | 62 +++++++++++++++++++ > 1 file changed, 62 insertions(+) > create mode 100644 Documentation/devicetree/bindings/phy/fsl,imx8mp-hdmi-phy.yaml > > diff --git a/Documentation/devicetree/bindings/phy/fsl,imx8mp-hdmi-phy.yaml b/Documentation/devicetree/bindings/phy/fsl,imx8mp-hdmi-phy.yaml > new file mode 100644 > index 000000000000..bc21c073e92a > --- /dev/null > +++ b/Documentation/devicetree/bindings/phy/fsl,imx8mp-hdmi-phy.yaml > @@ -0,0 +1,62 @@ > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/phy/fsl,imx8mp-hdmi-phy.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Freescale i.MX8MP HDMI PHY binding > + > +maintainers: > + - Lucas Stach > + > +properties: > + compatible: > + enum: > + - fsl,imx8mp-hdmi-phy > + > + reg: > + maxItems: 1 > + > + "#clock-cells": > + const: 0 > + > + clocks: > + minItems: 2 > + maxItems: 2 > + > + clock-names: > + items: > + - const: apb > + - const: ref > + > + "#phy-cells": > + const: 0 > + > + power-domains: > + maxItems: 1 > + > +required: > + - compatible > + - reg > + - "#clock-cells" > + - clocks > + - clock-names > + - power-domains #phy-cells should be required. > + > +additionalProperties: false > + > +examples: > + - | > + #include > + #include > + > + phy@32fdff00 { > + compatible = "fsl,imx8mp-hdmi-phy"; > + reg = <0x32fdff00 0x100>; > + clocks = <&clk IMX8MP_CLK_HDMI_APB>, > + <&clk IMX8MP_CLK_HDMI_24M>; > + clock-names = "apb", "ref"; > + power-domains = <&hdmi_blk_ctrl IMX8MP_HDMIBLK_PD_HDMI_TX_PHY>; > + #clock-cells = <0>; > + #phy-cells = <0>; > + }; > -- > 2.30.2 > > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel