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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 35C16C433F5 for ; Fri, 15 Oct 2021 01:40:49 +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 DF0C061139 for ; Fri, 15 Oct 2021 01:40:48 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org DF0C061139 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=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=jTrfErGNxeXlkW37qYh0qoRjaikJAdfiq8uwMqiovWA=; b=Xbt5Ld+wWjiOwR 7NeOjP364vMuzBweW3eNHCd9hZRt0LVwAwNLrnjNwNkV2t8HWGxWcFBEnZwEa/Z+L7tCTJEhe4xKX EKkugppCqy89sDpUvjRRkMPIcd29lBXSgJQh0EgbwXmkn0kh+HwFM0DR5wDsutV0WGWuijTNECDPr ZILUJ3iEOLJeYa0VRG62g4KsubfKx8tzS8y9NCxd2iOHxdUjBE5ZC/vzOiz8/Oh5Ts9ialZ12jxgs nV7i+ZURoJ4TEICex70NZaaVeaCUFTiGnZHjdHmhXh5o8lC6eEXzSoFewt7Y46JyZDDQcs6E2ZnC8 wGwvOIzMI977gIEG/B1Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mbCBx-004x8X-Iv; Fri, 15 Oct 2021 01:39:25 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mbCBu-004x88-0z for linux-arm-kernel@lists.infradead.org; Fri, 15 Oct 2021 01:39:23 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id B92DC61139; Fri, 15 Oct 2021 01:39:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1634261961; bh=/m1IaqLZj5c9COGzwE2XMCBFmrq56zfxnDhE64w3kJA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gUBM2tnhWVNFn6wJFbWxhdRMOEXIObUBlo6O4BhiSUM0WQTxwPRyziP2R6d0KMluK Ap1vyes/dBA6LVZLjsGhvwpP23/ys/QzzNYAZA0caEnVxw5XutlACiwUHwXu2ZJBfB dAob90NPzr6XYWHNr5xHYuA5DdBJB9wvwGje8g/t5pJeNLDi5JYmOfwB7hMaxHSgT9 Xft9A4hLjQfcDGj32gYtjrT2VRlmNfFw87xlZy5Q62uwdCXeNZon8SfXFk8k+ywuLl p+eBnB9eWn+enHdWIwus844mf08CcY3gizhR5OO3fyGDsT8YVIq+FzcilaJhquLswZ YbkYGezmuWg1w== Date: Fri, 15 Oct 2021 09:39:15 +0800 From: Shawn Guo To: Philipp Zabel Cc: linux-arm-kernel@lists.infradead.org, kernel@pengutronix.de, Saravana Kannan , Fabio Estevam Subject: Re: [PATCH] ARM: imx: register reset controller from a platform driver Message-ID: <20211015013911.GB10197@dragon> References: <20211005100618.730907-1-p.zabel@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20211005100618.730907-1-p.zabel@pengutronix.de> User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211014_183922_110144_F656D515 X-CRM114-Status: GOOD ( 11.60 ) 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, Oct 05, 2021 at 12:06:18PM +0200, Philipp Zabel wrote: > Starting with commit 6b2117ad65f1 ("of: property: fw_devlink: Add > support for "resets" and "pwms""), the imx-drm driver fails to load > due to forever dormant devlinks to the reset-controller node. This > node was never associated with a struct device. > > Add a platform device to allow fw_devnode to activate the devlinks. > > Fixes: 6b2117ad65f1 ("of: property: fw_devlink: Add support for "resets" and "pwms"") > Signed-off-by: Philipp Zabel Applied for 5.15 as a fix, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel