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 EA764C3DA5D for ; Mon, 22 Jul 2024 23:45:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=dhNI9CX2JYTP+lMEmx2XwSFVdmcK5ooTlZuJItRUVRo=; b=klvQ6rsIxGYaHXuh4RWKe6qe0S vtf4fIE/M5UgVX/K/facnAjrMKTijcD9XBt//KdZqas5rY0MfVfgp3JXBEcQAn4fprI7WC98fOAQt oSAgTNLtL1Ve/837Hd4XiMFZVyD/GANlQrbjFNCkFfeJQyFC/gPr9nsMSUuYsO6w9F8Uw7sND4p54 yfpsztmAD1oT6fQRcGdjJ5QqcEoMRJ++7AyKRZEOSJ84wVfaXbQV46n6VT/QoI1ZfLadwSi303Zn/ IHljGH9M/NQHt0OFHFmm/ePL+Y/YHWk7cBie9c3LFWVH+7j+JoS5UTC7lANEKiPA0jIHfFPo23++7 hsM0QaLg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sW2iW-0000000AtC7-1gLT; Mon, 22 Jul 2024 23:45:20 +0000 Received: from sin.source.kernel.org ([2604:1380:40e1:4800::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sW2i7-0000000At5k-3WZU for linux-arm-kernel@lists.infradead.org; Mon, 22 Jul 2024 23:44:57 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id BF4DACE02C5; Mon, 22 Jul 2024 23:44:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DF785C116B1; Mon, 22 Jul 2024 23:44:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1721691893; bh=oNdtk3uel5ZWwnZX7ArakQwqdfG5woziXdTgNwRaetg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Rr99pM8ziH80rIXoOl8PtYZk5dJH9+K0IarmbYPtgtc4+a4wamCv8lgs50fmVJ/zk PJqj3QfKUxsBCcWRQ459R9Y1uo1yMQNl0VSGxBhkQoaX5xfCEhfnVM3GORmkaIN/+3 DkMKTDzuE51Yqs9ukRgW9nMcPhnuHjMAmcAClz07/eqgkjFonBu8O1p2kJfG1ga8Mj t2qxddyZeR203XnqigdIDnMuzCLjc1CGbGcpA7g3rAyCKoIelh/l0oAGpESMrovXrC /x7v+Yncfzgh8i/yOhLlltGbMKkQixPNiAF1xItCoyWR86OSTc+vFuFFp6wBe1SCTw vB7IVmAna0nxA== Date: Mon, 22 Jul 2024 17:44:45 -0600 From: Rob Herring To: Laurentiu Mihalcea Cc: Krzysztof Kozlowski , Shawn Guo , Philipp Zabel , Liu Ying , Sascha Hauer , Conor Dooley , devicetree@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 1/3] dt-bindings: reset: add schema for imx8ulp SIM reset Message-ID: <20240722234445.GA372356-robh@kernel.org> References: <20240715164514.8718-1-laurentiumihalcea111@gmail.com> <20240715164514.8718-2-laurentiumihalcea111@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240715164514.8718-2-laurentiumihalcea111@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240722_164456_246490_188F2A7B X-CRM114-Status: GOOD ( 16.81 ) 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 On Mon, Jul 15, 2024 at 12:45:12PM -0400, Laurentiu Mihalcea wrote: > From: Laurentiu Mihalcea > > Add schema for imx8ulp's SIM reset controller. > > Signed-off-by: Liu Ying > Signed-off-by: Laurentiu Mihalcea > --- > .../reset/nxp,imx8ulp-avd-sim-reset.yaml | 59 +++++++++++++++++++ > 1 file changed, 59 insertions(+) > create mode 100644 Documentation/devicetree/bindings/reset/nxp,imx8ulp-avd-sim-reset.yaml > > diff --git a/Documentation/devicetree/bindings/reset/nxp,imx8ulp-avd-sim-reset.yaml b/Documentation/devicetree/bindings/reset/nxp,imx8ulp-avd-sim-reset.yaml > new file mode 100644 > index 000000000000..ae03c5750fa7 > --- /dev/null > +++ b/Documentation/devicetree/bindings/reset/nxp,imx8ulp-avd-sim-reset.yaml > @@ -0,0 +1,59 @@ > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/reset/nxp,imx8ulp-avd-sim-reset.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: NXP i.MX8ULP System Integration Module Reset Controller > + > +maintainers: > + - Liu Ying > + > +description: > Don't need '>'. > + Some instances of i.MX8ULP's SIM may offer control > + over the reset of some components of a certain domain > + (e.g: AVD-SIM). Wrap lines at 80 char. > + > +properties: > + compatible: > + items: > + - enum: > + - nxp,imx8ulp-avd-sim-reset > + - const: syscon > + > + reg: > + maxItems: 1 > + > + clocks: > + maxItems: 1 > + > + '#reset-cells': > + const: 1 > + > + mux-controller: > + $ref: /schemas/mux/reg-mux.yaml# > + > +required: > + - compatible > + - reg > + - '#reset-cells' > + - mux-controller > + - clocks > + > +additionalProperties: false > + > +examples: > + - | > + #include > + syscon@2da50000 { > + compatible = "nxp,imx8ulp-avd-sim-reset", "syscon"; > + reg = <0x2da50000 0x38>; > + clocks = <&pcc5 IMX8ULP_CLK_AVD_SIM>; > + #reset-cells = <1>; > + > + mux-controller { > + compatible = "mmio-mux"; > + #mux-control-cells = <1>; > + mux-reg-masks = <0x8 0x00000200>; > + }; > + }; > -- > 2.34.1 >