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 3B847FA3741 for ; Sat, 29 Oct 2022 01:22:19 +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=hLJxC4SggimzCNPnyiKoxiDuN6aDGarZIPxOHi+CmmA=; b=JZ80Gk0X2i6Yjh q67e0wGZhnTgUBVc3aIAUJDli6JqBOSDmIQZymq4WkxkHpj0kdpndzmkFtFWPebFneCpX10P/+Xcq z4rTY6BDDx09GSb2an1kLHhkDrNvcNcqgd9huQquwJRdOqgxAQRpjNg5R9MCovpfd60mYzH7YfgwZ Wfj5+DDtwuwtJZYCt1SRgNdN3WAM23m36YnU2Guj+NvKwIKtR57rp1M9ffAfJe+yfVyKr4xMHvH1W +rjDINwH0jozPyre0KoQj1hleC3blTp/W5tMfE/SOQCTHAU/AaqCN8xCFHq4bOKh1oH0jPEYLw0o8 wgqsc1/5PIPVL20A+itA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ooaXH-003XxT-3R; Sat, 29 Oct 2022 01:21:19 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ooaXE-003Xwz-PG for linux-arm-kernel@lists.infradead.org; Sat, 29 Oct 2022 01:21:17 +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 44A5A62A22; Sat, 29 Oct 2022 01:21:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5480FC433C1; Sat, 29 Oct 2022 01:21:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1667006475; bh=5TkdmKtr0vd4StVEShzYTsdB+zVnMpjpJrgmlbn67jY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JUm4EulxAMUPNQASBBnrXSseDx8YhEzI4TMBwvwpTWNdXizoHnFjVyV9B2hoycJ2s wdhnF/d2kXMBqZUwpWWypdv4rnzjCur5XW2cJsDZU71mIY5HDLhyyA68w92vlkjq/P sw51d06jTIeAp/y75GNMhX8dtOeLcXASVJpOn04PRMMiv1XJzhtqteU5XVmMs+ZM/t Zy8ZeCeToYTEXNXaek5qqS9T0lrH5FpOT0LAD9Y2M1aNFphhl0hjJYWHV6J9+GtGbh OdpUfZjS9mvHHHIprO+NhzjugwME6RzKaKUng6fs/1OsjJFy/IBd1GEhB1Ab9SGugp DPGiYoogT1a/w== Date: Sat, 29 Oct 2022 09:21:08 +0800 From: Shawn Guo To: "Peng Fan (OSS)" Cc: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Peng Fan Subject: Re: [PATCH] arm64: dts: imx8: correct clock order Message-ID: <20221029012108.GH125525@dragon> References: <20221010100747.289644-1-peng.fan@oss.nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20221010100747.289644-1-peng.fan@oss.nxp.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221028_182116_875265_B17BA77A X-CRM114-Status: UNSURE ( 9.32 ) X-CRM114-Notice: Please train this message. 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 Mon, Oct 10, 2022 at 06:07:47PM +0800, Peng Fan (OSS) wrote: > From: Peng Fan > > Per bindings/mmc/fsl-imx-esdhc.yaml, the clock order is ipg, ahb, per, > otherwise warning: " > mmc@5b020000: clock-names:1: 'ahb' was expected > mmc@5b020000: clock-names:2: 'per' was expected " > > Fixes: 16c4ea7501b1 ("arm64: dts: imx8: switch to new lpcg clock binding") > Signed-off-by: Peng Fan Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel