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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 16F58C2B9F4 for ; Tue, 22 Jun 2021 16:57:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F17C961361 for ; Tue, 22 Jun 2021 16:57:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231364AbhFVQ7J (ORCPT ); Tue, 22 Jun 2021 12:59:09 -0400 Received: from mail-il1-f182.google.com ([209.85.166.182]:41942 "EHLO mail-il1-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230338AbhFVQ7I (ORCPT ); Tue, 22 Jun 2021 12:59:08 -0400 Received: by mail-il1-f182.google.com with SMTP id k5so5442622ilv.8; Tue, 22 Jun 2021 09:56:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=XXD64DW43MkEPz+dTKES9lCjXNn8ZHTv2qhDOUEKvHY=; b=MGbTcs4qpFCCYfdQReFASE2+nECYV9NbDZ6qTr5dvX/NekTFQVaNVjbvbQU54Hv4MD 4mw2At6A1wKroaXB0lnxxC/D+UyhiftH1p7vhyOI2s3wsMnjUWTh6ot3BFf7wMZNvqfz 5T56CKCZploMpo6Ksqzuk8Y6OgiUZ6zuffoUXNkMpKCl1yBkW8kOatSh2Uo60futdbzD 0H0/Dkd1irrpg1+Ep1xhXOGDJIwJikg0pOO1hr7M4szfFZeUcsdcCvRtkhWqgeznKzxZ 22WRYoFNvnFAJXHVTNj4jvQFor8Abw09CR4K5EMjMe4pEK7BQs1aBYvvn2GVwCFvq3K2 0HoA== X-Gm-Message-State: AOAM532bNCHEQittQNvFRXhXdOvRE20Q2Xd0D2Iwcmu5Is7EiOv/jZac vk5OjDYmhyGKoAgVgZjUOw== X-Google-Smtp-Source: ABdhPJypIwlNsW2XYlIq0IjRsoUGyvqG8oeTVi3ETiXk+6aO7i069nPHEq/tw4RVzMKG/Qxmyv4cuQ== X-Received: by 2002:a92:280a:: with SMTP id l10mr2702990ilf.265.1624381011704; Tue, 22 Jun 2021 09:56:51 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id l11sm11055629ios.8.2021.06.22.09.56.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 22 Jun 2021 09:56:49 -0700 (PDT) Received: (nullmailer pid 3840158 invoked by uid 1000); Tue, 22 Jun 2021 16:56:46 -0000 Date: Tue, 22 Jun 2021 10:56:46 -0600 From: Rob Herring To: Jagan Teki Cc: Peng Fan , Shawn Guo , Sascha Hauer , Tomasz Figa , Fancy Fang , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, dri-devel@lists.freedesktop.org, linux-phy@lists.infradead.org, linux-kernel@vger.kernel.org, NXP Linux Team , linux-amarula@amarulasolutions.com, Anthony Brandon , Francis Laniel , Matteo Lisi , Milco Pratesi , Kishon Vijay Abraham I , Vinod Koul Subject: Re: [RFC PATCH 3/9] dt-bindings: phy: Add SEC DSIM DPHY bindings Message-ID: <20210622165646.GA3838180@robh.at.kernel.org> References: <20210621072424.111733-1-jagan@amarulasolutions.com> <20210621072424.111733-4-jagan@amarulasolutions.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210621072424.111733-4-jagan@amarulasolutions.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 21, 2021 at 12:54:18PM +0530, Jagan Teki wrote: > Samsung SEC MIPI DSIM DPHY controller is part of registers > available in SEC MIPI DSIM bridge for NXP's i.MX8M Mini and > Nano Processors. > > Add dt-bingings for it. > > Cc: Kishon Vijay Abraham I > Cc: Vinod Koul > Cc: Rob Herring > Signed-off-by: Jagan Teki > --- > .../bindings/phy/samsung,sec-dsim-dphy.yaml | 56 +++++++++++++++++++ > 1 file changed, 56 insertions(+) > create mode 100644 Documentation/devicetree/bindings/phy/samsung,sec-dsim-dphy.yaml > > diff --git a/Documentation/devicetree/bindings/phy/samsung,sec-dsim-dphy.yaml b/Documentation/devicetree/bindings/phy/samsung,sec-dsim-dphy.yaml > new file mode 100644 > index 000000000000..c5770c8035e1 > --- /dev/null > +++ b/Documentation/devicetree/bindings/phy/samsung,sec-dsim-dphy.yaml > @@ -0,0 +1,56 @@ > +# SPDX-License-Identifier: GPL-2.0 > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/phy/samsung,sec-dsim-dphy.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Samsung SEC MIPI DSIM DPHY controller on i.MX8M Mini and Nano SoCs > + > +maintainers: > + - Jagan Teki > + > +properties: > + "#phy-cells": > + const: 0 > + > + compatible: > + enum: > + - fsl,imx8mm-sec-dsim-dphy > + > + reg: > + maxItems: 1 > + > + clocks: > + items: > + - description: Phy Ref Clock > + > + clock-names: > + items: > + - const: phy_ref 'ref' is sufficient. > + > + power-domains: > + maxItems: 1 > + description: phandle to the associated power domain > + > +required: > + - "#phy-cells" > + - compatible > + - reg > + - clocks > + - clock-names > + > +additionalProperties: false > + > +examples: > + - | > + #include > + #include > + > + dphy: dphy@32e100a4 { phy@... > + compatible = "fsl,imx8mm-sec-dsim-dphy"; > + reg = <0x32e100a4 0xbc>; > + clocks = <&clk IMX8MM_CLK_DSI_PHY_REF>; > + clock-names = "phy_ref"; > + power-domains = <&dispmix_blk_ctl IMX8MM_BLK_CTL_PD_DISPMIX_MIPI_DPHY>; > + #phy-cells = <0>; > + }; > -- > 2.25.1 > > 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=-14.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 2B2DFC48BDF for ; Tue, 22 Jun 2021 16:58:04 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id EA04F61361 for ; Tue, 22 Jun 2021 16:58:03 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org EA04F61361 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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=A7rvsbqA1OqiaV6ZI6s3+UWHBpJfWM0dLhkNrN8AreQ=; b=ELVo21ueHuQccG EVh/UiVLT+0gFvO+3o3o0kGZy1xP94h8RbJ9WMC5YYgXX1jpZuA0b9p9f3/+rURBpEgvwf7MsTKqY pfT3R7rlzwhKsZr90wNpj7JGdwyC8cjl+cFCOIJReh/lnArmDcx1rK51UT2asTBJnOtemLU4BDr5N hydktkRn9VDYJk55ZOkiPYWU1HdXkK16yqb244wgR/lgEmjR3EIo+EJL8exvj8W1+pkVslEohE17q X0w2vgZkLXkQz/XwSl9pXTPqo9GPEXkxw/OAoJZ4REhPPBNgvGpUOX8XddI7yOEA+R3XkOg5o1IdY KnPh6r7NfikQaWTyiYQg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lvjho-007yNE-LW; Tue, 22 Jun 2021 16:56:56 +0000 Received: from mail-il1-f170.google.com ([209.85.166.170]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1lvjhk-007yLS-Gf; Tue, 22 Jun 2021 16:56:54 +0000 Received: by mail-il1-f170.google.com with SMTP id x12so19062662ill.4; Tue, 22 Jun 2021 09:56:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=XXD64DW43MkEPz+dTKES9lCjXNn8ZHTv2qhDOUEKvHY=; b=g1m5zoJ/v/wVEntQTVlsvvkhdf6TQkJ00+Vo4+aPNaUpC0qS3SMHWc+DDhMP+4jkuN 3YRaEV29LAembaDJeuy48yeyPFBlmGxG1WrYXzl01LTZ4hwV9NnLznz4mKAl5y1B/qn1 M3Bo0Q08aScJTTbRFXHI5qVHQcy3SPecoTLwsBBElAWLTRhMbzkamH95MDN6qwht73/l CJvPjmeP9W5rpY2gMBAtTrjdX3acJO0nx2UhFcQlWL6b9v3gh7qBuzDOFe0q9l/N1UR3 R3nWEBuGZG2l+m32/hA3Y+ZiMZdr/a3+nWAMjbx8uArB5qw3ervTNy2XlRiWAWNjj5qK j1/Q== X-Gm-Message-State: AOAM530zVQWt98bYF5R5dMNyTeSyu4Rk2cgdvM3VLiDbIe6sbQG21QqL 4RWCeC351mmzIN/pK2lrPg== X-Google-Smtp-Source: ABdhPJypIwlNsW2XYlIq0IjRsoUGyvqG8oeTVi3ETiXk+6aO7i069nPHEq/tw4RVzMKG/Qxmyv4cuQ== X-Received: by 2002:a92:280a:: with SMTP id l10mr2702990ilf.265.1624381011704; Tue, 22 Jun 2021 09:56:51 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id l11sm11055629ios.8.2021.06.22.09.56.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 22 Jun 2021 09:56:49 -0700 (PDT) Received: (nullmailer pid 3840158 invoked by uid 1000); Tue, 22 Jun 2021 16:56:46 -0000 Date: Tue, 22 Jun 2021 10:56:46 -0600 From: Rob Herring To: Jagan Teki Cc: Peng Fan , Shawn Guo , Sascha Hauer , Tomasz Figa , Fancy Fang , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, dri-devel@lists.freedesktop.org, linux-phy@lists.infradead.org, linux-kernel@vger.kernel.org, NXP Linux Team , linux-amarula@amarulasolutions.com, Anthony Brandon , Francis Laniel , Matteo Lisi , Milco Pratesi , Kishon Vijay Abraham I , Vinod Koul Subject: Re: [RFC PATCH 3/9] dt-bindings: phy: Add SEC DSIM DPHY bindings Message-ID: <20210622165646.GA3838180@robh.at.kernel.org> References: <20210621072424.111733-1-jagan@amarulasolutions.com> <20210621072424.111733-4-jagan@amarulasolutions.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210621072424.111733-4-jagan@amarulasolutions.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210622_095652_627136_26BC63E8 X-CRM114-Status: GOOD ( 17.92 ) 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 Mon, Jun 21, 2021 at 12:54:18PM +0530, Jagan Teki wrote: > Samsung SEC MIPI DSIM DPHY controller is part of registers > available in SEC MIPI DSIM bridge for NXP's i.MX8M Mini and > Nano Processors. > > Add dt-bingings for it. > > Cc: Kishon Vijay Abraham I > Cc: Vinod Koul > Cc: Rob Herring > Signed-off-by: Jagan Teki > --- > .../bindings/phy/samsung,sec-dsim-dphy.yaml | 56 +++++++++++++++++++ > 1 file changed, 56 insertions(+) > create mode 100644 Documentation/devicetree/bindings/phy/samsung,sec-dsim-dphy.yaml > > diff --git a/Documentation/devicetree/bindings/phy/samsung,sec-dsim-dphy.yaml b/Documentation/devicetree/bindings/phy/samsung,sec-dsim-dphy.yaml > new file mode 100644 > index 000000000000..c5770c8035e1 > --- /dev/null > +++ b/Documentation/devicetree/bindings/phy/samsung,sec-dsim-dphy.yaml > @@ -0,0 +1,56 @@ > +# SPDX-License-Identifier: GPL-2.0 > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/phy/samsung,sec-dsim-dphy.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Samsung SEC MIPI DSIM DPHY controller on i.MX8M Mini and Nano SoCs > + > +maintainers: > + - Jagan Teki > + > +properties: > + "#phy-cells": > + const: 0 > + > + compatible: > + enum: > + - fsl,imx8mm-sec-dsim-dphy > + > + reg: > + maxItems: 1 > + > + clocks: > + items: > + - description: Phy Ref Clock > + > + clock-names: > + items: > + - const: phy_ref 'ref' is sufficient. > + > + power-domains: > + maxItems: 1 > + description: phandle to the associated power domain > + > +required: > + - "#phy-cells" > + - compatible > + - reg > + - clocks > + - clock-names > + > +additionalProperties: false > + > +examples: > + - | > + #include > + #include > + > + dphy: dphy@32e100a4 { phy@... > + compatible = "fsl,imx8mm-sec-dsim-dphy"; > + reg = <0x32e100a4 0xbc>; > + clocks = <&clk IMX8MM_CLK_DSI_PHY_REF>; > + clock-names = "phy_ref"; > + power-domains = <&dispmix_blk_ctl IMX8MM_BLK_CTL_PD_DISPMIX_MIPI_DPHY>; > + #phy-cells = <0>; > + }; > -- > 2.25.1 > > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 5E11AC48BDF for ; Tue, 22 Jun 2021 16:56:54 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 2E53361369 for ; Tue, 22 Jun 2021 16:56:54 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2E53361369 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 825B06E7E2; Tue, 22 Jun 2021 16:56:53 +0000 (UTC) Received: from mail-il1-f181.google.com (mail-il1-f181.google.com [209.85.166.181]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4A5196E7E2 for ; Tue, 22 Jun 2021 16:56:52 +0000 (UTC) Received: by mail-il1-f181.google.com with SMTP id h3so19049927ilc.9 for ; Tue, 22 Jun 2021 09:56:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=XXD64DW43MkEPz+dTKES9lCjXNn8ZHTv2qhDOUEKvHY=; b=IU5S1mxUYWc08YbbJweo5E7T1I86gAYvUDXFRnrW1knd0sEs506kf1bys8a8yYwMcX JRkYZDrCDQJ4XGUOgxQwMDrlVPbyh+nMEnTTFX2OGp3Lh8UELtAUVmp7ivf8dcQ2yfl3 Lzced9Ax9rLxFCvlkXU38NnDfF0AzrFdyNdFQcRdr81BRxyNOwVzediniUAvHMYO1cdX oQf2JQ641DAxpr5mdHhRoJW/VjKFG5pEZ8MPvoCr+H+8bGmt7+XJ3KDeOfZhPRWg9iX+ Uk33ERExHjCI3J7GAmRaXZ6xatSTpmLgeILaj+/NZl2Dgj2fTo4IQG0f1fabJ9QsBw+L aDdw== X-Gm-Message-State: AOAM533WF5n1e5TrWV7kdvCKI7XAao/w1T7l99eXnM3k49bVhIJs2qWB wL2sl+H/bI6coid3EUOV2w== X-Google-Smtp-Source: ABdhPJypIwlNsW2XYlIq0IjRsoUGyvqG8oeTVi3ETiXk+6aO7i069nPHEq/tw4RVzMKG/Qxmyv4cuQ== X-Received: by 2002:a92:280a:: with SMTP id l10mr2702990ilf.265.1624381011704; Tue, 22 Jun 2021 09:56:51 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id l11sm11055629ios.8.2021.06.22.09.56.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 22 Jun 2021 09:56:49 -0700 (PDT) Received: (nullmailer pid 3840158 invoked by uid 1000); Tue, 22 Jun 2021 16:56:46 -0000 Date: Tue, 22 Jun 2021 10:56:46 -0600 From: Rob Herring To: Jagan Teki Subject: Re: [RFC PATCH 3/9] dt-bindings: phy: Add SEC DSIM DPHY bindings Message-ID: <20210622165646.GA3838180@robh.at.kernel.org> References: <20210621072424.111733-1-jagan@amarulasolutions.com> <20210621072424.111733-4-jagan@amarulasolutions.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210621072424.111733-4-jagan@amarulasolutions.com> 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: devicetree@vger.kernel.org, Peng Fan , Francis Laniel , Matteo Lisi , linux-amarula@amarulasolutions.com, Tomasz Figa , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Kishon Vijay Abraham I , Vinod Koul , NXP Linux Team , Milco Pratesi , Anthony Brandon , linux-phy@lists.infradead.org, Fancy Fang , Shawn Guo , Sascha Hauer , linux-arm-kernel@lists.infradead.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Mon, Jun 21, 2021 at 12:54:18PM +0530, Jagan Teki wrote: > Samsung SEC MIPI DSIM DPHY controller is part of registers > available in SEC MIPI DSIM bridge for NXP's i.MX8M Mini and > Nano Processors. > > Add dt-bingings for it. > > Cc: Kishon Vijay Abraham I > Cc: Vinod Koul > Cc: Rob Herring > Signed-off-by: Jagan Teki > --- > .../bindings/phy/samsung,sec-dsim-dphy.yaml | 56 +++++++++++++++++++ > 1 file changed, 56 insertions(+) > create mode 100644 Documentation/devicetree/bindings/phy/samsung,sec-dsim-dphy.yaml > > diff --git a/Documentation/devicetree/bindings/phy/samsung,sec-dsim-dphy.yaml b/Documentation/devicetree/bindings/phy/samsung,sec-dsim-dphy.yaml > new file mode 100644 > index 000000000000..c5770c8035e1 > --- /dev/null > +++ b/Documentation/devicetree/bindings/phy/samsung,sec-dsim-dphy.yaml > @@ -0,0 +1,56 @@ > +# SPDX-License-Identifier: GPL-2.0 > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/phy/samsung,sec-dsim-dphy.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Samsung SEC MIPI DSIM DPHY controller on i.MX8M Mini and Nano SoCs > + > +maintainers: > + - Jagan Teki > + > +properties: > + "#phy-cells": > + const: 0 > + > + compatible: > + enum: > + - fsl,imx8mm-sec-dsim-dphy > + > + reg: > + maxItems: 1 > + > + clocks: > + items: > + - description: Phy Ref Clock > + > + clock-names: > + items: > + - const: phy_ref 'ref' is sufficient. > + > + power-domains: > + maxItems: 1 > + description: phandle to the associated power domain > + > +required: > + - "#phy-cells" > + - compatible > + - reg > + - clocks > + - clock-names > + > +additionalProperties: false > + > +examples: > + - | > + #include > + #include > + > + dphy: dphy@32e100a4 { phy@... > + compatible = "fsl,imx8mm-sec-dsim-dphy"; > + reg = <0x32e100a4 0xbc>; > + clocks = <&clk IMX8MM_CLK_DSI_PHY_REF>; > + clock-names = "phy_ref"; > + power-domains = <&dispmix_blk_ctl IMX8MM_BLK_CTL_PD_DISPMIX_MIPI_DPHY>; > + #phy-cells = <0>; > + }; > -- > 2.25.1 > > 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=-14.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 C8618C2B9F4 for ; Tue, 22 Jun 2021 16:57:07 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 92DD961378 for ; Tue, 22 Jun 2021 16:57:07 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 92DD961378 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-phy-bounces+linux-phy=archiver.kernel.org@lists.infradead.org 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=cYRGkJ0zMtnDBC9z+i6S/G4NTWSxCcQ5+uTFk0vvoQk=; b=mi+hj5wrigNC9y ct2kIDEIrP1Lw1QD6MQqptOWUj1ju1Xqzfypd09/+vKIpNZxEz+v43LKTZy4pLFRF+HYQ6Ub7+v2l 6VYwI2HhV41L2ZiY6Vd4n1+FRNrGcT2Wu8mhnFoX4HZwWbTLAhwhP1gzSJDcfiuAnSt0wEyeDO+7f zJASuL+QB27IwreXtqoCU6uWeRymWhnv/mA/KwhzxbQdRoP4W1TGQ28o9NbSmJDxl7GfYo/2jainX VZj8vfw/gqhs5tNYWhyiTJhS1dcLOLTAwQfT6HNES4WaqWYUojO8/CfCg1fQFfP1AqKLrcJ0AhbpR cNETOrhfiDRACPAKwSdQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lvjhz-007yQl-3L; Tue, 22 Jun 2021 16:57:07 +0000 Received: from mail-il1-f170.google.com ([209.85.166.170]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1lvjhk-007yLS-Gf; Tue, 22 Jun 2021 16:56:54 +0000 Received: by mail-il1-f170.google.com with SMTP id x12so19062662ill.4; Tue, 22 Jun 2021 09:56:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=XXD64DW43MkEPz+dTKES9lCjXNn8ZHTv2qhDOUEKvHY=; b=g1m5zoJ/v/wVEntQTVlsvvkhdf6TQkJ00+Vo4+aPNaUpC0qS3SMHWc+DDhMP+4jkuN 3YRaEV29LAembaDJeuy48yeyPFBlmGxG1WrYXzl01LTZ4hwV9NnLznz4mKAl5y1B/qn1 M3Bo0Q08aScJTTbRFXHI5qVHQcy3SPecoTLwsBBElAWLTRhMbzkamH95MDN6qwht73/l CJvPjmeP9W5rpY2gMBAtTrjdX3acJO0nx2UhFcQlWL6b9v3gh7qBuzDOFe0q9l/N1UR3 R3nWEBuGZG2l+m32/hA3Y+ZiMZdr/a3+nWAMjbx8uArB5qw3ervTNy2XlRiWAWNjj5qK j1/Q== X-Gm-Message-State: AOAM530zVQWt98bYF5R5dMNyTeSyu4Rk2cgdvM3VLiDbIe6sbQG21QqL 4RWCeC351mmzIN/pK2lrPg== X-Google-Smtp-Source: ABdhPJypIwlNsW2XYlIq0IjRsoUGyvqG8oeTVi3ETiXk+6aO7i069nPHEq/tw4RVzMKG/Qxmyv4cuQ== X-Received: by 2002:a92:280a:: with SMTP id l10mr2702990ilf.265.1624381011704; Tue, 22 Jun 2021 09:56:51 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id l11sm11055629ios.8.2021.06.22.09.56.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 22 Jun 2021 09:56:49 -0700 (PDT) Received: (nullmailer pid 3840158 invoked by uid 1000); Tue, 22 Jun 2021 16:56:46 -0000 Date: Tue, 22 Jun 2021 10:56:46 -0600 From: Rob Herring To: Jagan Teki Cc: Peng Fan , Shawn Guo , Sascha Hauer , Tomasz Figa , Fancy Fang , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, dri-devel@lists.freedesktop.org, linux-phy@lists.infradead.org, linux-kernel@vger.kernel.org, NXP Linux Team , linux-amarula@amarulasolutions.com, Anthony Brandon , Francis Laniel , Matteo Lisi , Milco Pratesi , Kishon Vijay Abraham I , Vinod Koul Subject: Re: [RFC PATCH 3/9] dt-bindings: phy: Add SEC DSIM DPHY bindings Message-ID: <20210622165646.GA3838180@robh.at.kernel.org> References: <20210621072424.111733-1-jagan@amarulasolutions.com> <20210621072424.111733-4-jagan@amarulasolutions.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210621072424.111733-4-jagan@amarulasolutions.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210622_095652_627136_26BC63E8 X-CRM114-Status: GOOD ( 17.92 ) 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 Mon, Jun 21, 2021 at 12:54:18PM +0530, Jagan Teki wrote: > Samsung SEC MIPI DSIM DPHY controller is part of registers > available in SEC MIPI DSIM bridge for NXP's i.MX8M Mini and > Nano Processors. > > Add dt-bingings for it. > > Cc: Kishon Vijay Abraham I > Cc: Vinod Koul > Cc: Rob Herring > Signed-off-by: Jagan Teki > --- > .../bindings/phy/samsung,sec-dsim-dphy.yaml | 56 +++++++++++++++++++ > 1 file changed, 56 insertions(+) > create mode 100644 Documentation/devicetree/bindings/phy/samsung,sec-dsim-dphy.yaml > > diff --git a/Documentation/devicetree/bindings/phy/samsung,sec-dsim-dphy.yaml b/Documentation/devicetree/bindings/phy/samsung,sec-dsim-dphy.yaml > new file mode 100644 > index 000000000000..c5770c8035e1 > --- /dev/null > +++ b/Documentation/devicetree/bindings/phy/samsung,sec-dsim-dphy.yaml > @@ -0,0 +1,56 @@ > +# SPDX-License-Identifier: GPL-2.0 > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/phy/samsung,sec-dsim-dphy.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Samsung SEC MIPI DSIM DPHY controller on i.MX8M Mini and Nano SoCs > + > +maintainers: > + - Jagan Teki > + > +properties: > + "#phy-cells": > + const: 0 > + > + compatible: > + enum: > + - fsl,imx8mm-sec-dsim-dphy > + > + reg: > + maxItems: 1 > + > + clocks: > + items: > + - description: Phy Ref Clock > + > + clock-names: > + items: > + - const: phy_ref 'ref' is sufficient. > + > + power-domains: > + maxItems: 1 > + description: phandle to the associated power domain > + > +required: > + - "#phy-cells" > + - compatible > + - reg > + - clocks > + - clock-names > + > +additionalProperties: false > + > +examples: > + - | > + #include > + #include > + > + dphy: dphy@32e100a4 { phy@... > + compatible = "fsl,imx8mm-sec-dsim-dphy"; > + reg = <0x32e100a4 0xbc>; > + clocks = <&clk IMX8MM_CLK_DSI_PHY_REF>; > + clock-names = "phy_ref"; > + power-domains = <&dispmix_blk_ctl IMX8MM_BLK_CTL_PD_DISPMIX_MIPI_DPHY>; > + #phy-cells = <0>; > + }; > -- > 2.25.1 > > -- linux-phy mailing list linux-phy@lists.infradead.org https://lists.infradead.org/mailman/listinfo/linux-phy