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 13629C433EF for ; Wed, 6 Apr 2022 13:08:44 +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=VlEdyoHUtPNsG6MmhwhOqkn2xuw4Pgq+YQv6jFwelLc=; b=YByNXLkBc7j6X4 F4WK14jpQ+apt9wuZo3ybQYKaZgf7mmp6V4bWeDfgMkfzT6oI8w/YYn+cZsdZu31hBpcteVWp3I3j FUzIU/uwpi9tg7m43QHvQhOXTV7MwUE1BtXhM0k2FLg/KnH3mfY552iSdxgRVBTjw9m2Agjom49g9 3apx/hqQ/kkLhfjY6ceuOtDLM/tSJpGHAfHAwxfk8mDs99wRgCYZKa23ZJlstHiuu4PyZzzNzYa37 /1GLhqV0BAMWg524EGze5bDcx/+Oig6cG97GdnC4wVhSIaXhUXIXby4EOwAVauDBF5ZZWzohQQoZL lZbv0d0J/PEoeoAipKQQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nc5Nt-006CJW-6u; Wed, 06 Apr 2022 13:07:41 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nc5Nq-006CIq-CH for linux-arm-kernel@lists.infradead.org; Wed, 06 Apr 2022 13:07:39 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E2B1E61A3D; Wed, 6 Apr 2022 13:07:37 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3A684C385A3; Wed, 6 Apr 2022 13:07:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1649250457; bh=rs/HXfC4A3mEHhIvuw+AFmkQQWrPIQCtnTbaN7X3xFQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qgYvQGEqIYZAg3CnSyYg8VA9fV1iZ7m4EFE7hl49wN2AVMyjrTu3WYGQ4gfapAHpi tIxiZsfT2vNiijPnh3Aj45hU1yf9Elpdje2XQZ7SpmqBObw90VY7o30mvN5m8rNQSW y2NWYqou0YuTEpHOpAMVOsrwbTyGq5fipfDS6kkLRyw74kAljH6pFYtzYPQ8AOJkhh lLog0QoJlRm+wBHb82ZR9nzRzeau2pbDQAGg0qJ2FK8q3IOsbMTqw3LaZ3WOQLycz2 yN4jXJ4rEk7ZvusA1EHOBGabILe51yIvFSpsV9x3IJASNGlTGRcDvwNX4/RAcEYTln n1F50QXfLuyzg== Date: Wed, 6 Apr 2022 21:07:31 +0800 From: Shawn Guo To: Andrej Picej Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, robh+dt@kernel.org, kernel@pengutronix.de, leoyang.li@nxp.com, krzysztof.kozlowski@canonical.com, festevam@gmail.com, linux@rempel-privat.de, arnd@arndb.de, linux-imx@nxp.com, y.bas@phytec.de Subject: Re: [PATCH v2 0/3] PHYTEC i.MX 6UL/ULL devicetree patches Message-ID: <20220406130731.GQ129381@dragon> References: <20220222091606.530581-1-andrej.picej@norik.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220222091606.530581-1-andrej.picej@norik.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220406_060738_491203_09B3CF46 X-CRM114-Status: GOOD ( 17.08 ) 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 Tue, Feb 22, 2022 at 10:16:03AM +0100, Andrej Picej wrote: > Hi all, > > this patch series contains PHYTEC i.MX 6UL/ULL devicetree patches not > yet upstreamed. > > First and second patch add devicetree for relatively new phyGATE > Tauri-S, which is based on i.MX 6ULL. > > The third patch moves from using 2 pwm-cell to default 3 cell pwm > property. > > Changes in v2: > - dropped the patch: "ARM: dts: imx6ul: phycore: Change USB LDO voltage > for usb compliance" (LDO regulator shouldn't be configured as > always-on, it should be enabled/disabled by consumer), > - other changes are described in the corresponding patches. > > Best regards, > Andrej > > Alexander Bauer (1): > ARM: dts: imx6ull: Add support for PHYTEC phyGATE-Tauri-S with i.MX > 6ULL > > Andrej Picej (2): > dt-bindings: arm: fsl: add PHYTEC phyGATE Tauri i.MX6 ULL > ARM: dts: imx6ul: peb-av-02: move to 3 cell pwm Applied all, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel