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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id F36BCC7EE29 for ; Fri, 9 Jun 2023 14:28:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231981AbjFIO2k (ORCPT ); Fri, 9 Jun 2023 10:28:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52210 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241459AbjFIO2i (ORCPT ); Fri, 9 Jun 2023 10:28:38 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5B99630D7 for ; Fri, 9 Jun 2023 07:28:37 -0700 (PDT) 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 E1F0165887 for ; 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-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230606150919.778261-1-alexander.stein@ew.tq-group.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.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!