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 15E3DC7EE29 for ; Fri, 9 Jun 2023 14:29:01 +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=ADFO161EwZIsWT0bHbGp+3yHhqSpVR53sVC2h4JjubE=; b=xbbY4Q++/rjAVJ qL3/1gKIMSJtfeUmsl/ZBtR37JXNZjyge6fRK3Ef7TgZEh2K9K4aK0iV/Y7L9Ibc5fEB9sfOttb79 mGRXpdGCNsQTX93q/mmjY9nDzQerygZECUpGJrkkXIWUu4+LIgRcUg2qjPv1Up8a3cRvu6nBawwW/ Wor05wALTfq5aWRxjNa8gr9JVq3SNgfCHnu2RAKMWqKxl9WBD/MelkQeJLxDTUxWkKSlpUkVPxlkz G2Mfzz8y/a+OXeUR1ZzbsQ6bHXcW4e64AR+jhE6gn8PIJsg5RObVAOfncDX9dsdi4q+EbpjX9TQtN X3/dEa+vZ+ULJz73w0/A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q7d6V-00DGQ9-1t; Fri, 09 Jun 2023 14:28:39 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1q7d6T-00DGPj-0s for linux-arm-kernel@lists.infradead.org; Fri, 09 Jun 2023 14:28:38 +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 D4484655C1; Fri, 9 Jun 2023 14:28:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E5414C433D2; Fri, 9 Jun 2023 14:28:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1686320916; bh=sJIqZ6V2YbrRnVNxl4pDOqAvbX9moFJnHdndQjjjP9M=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=S0BtoGwUMRcRr27R351mnwli/ELC8IJlwaO/mvOTNPdtddJFCUl9vum46krHi/X20 /MKXFbebiqpRAwVjXmLKltU0u7lUgaqtoobMUjRoBo06cJeyCM3woGjvG3BGHFwV7X Us5uzQggn2XMFIgVvt3Gt7t9gFD1efGSMtTKQDZQwu+pd85WNCLSZfbWcOnNOQauTA 08gp+vkjaZAQSkfisB883FU5TrFgdvVABoDZkkfS+TLrYf6WXO2Atebq2VhXyIkDZt sDps/5w4cHjFCB1i38D2ARgpUDTYU02RUVFrGfOsr+aYwWWmcMzeNWts3uK1EvFjqL DaX1pHGGHgZwA== Date: Fri, 9 Jun 2023 22:28:24 +0800 From: Shawn Guo To: Alexander Stein Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Sascha Hauer , Fabio Estevam , Pengutronix Kernel Team , NXP Linux Team , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 0/3] imx8mq DT fixes Message-ID: <20230609142824.GZ4199@dragon> References: <20230606150919.778261-1-alexander.stein@ew.tq-group.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230606150919.778261-1-alexander.stein@ew.tq-group.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230609_072837_370975_64C8566D X-CRM114-Status: GOOD ( 11.04 ) 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, Jun 06, 2023 at 05:09:16PM +0200, Alexander Stein wrote: > Hi, > > this series fixes various dtbs_check warnings for imx8mq. > Admittedly I do not know why lcdif is currently usable without apb and axi > clocks configured. > > Best regards, > Alexander > > Alexander Stein (3): > arm64: dts: imx8mq: Fix lcdif compatible > arm64: dts: imx8mq: Fix lcdif clocks > arm64: dts: imx8mq: Add missing pci property Applied all, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel