From patchwork Sat Dec 18 05:20:04 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 12696738 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 5D29FC433F5 for ; Sat, 18 Dec 2021 05:21:49 +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:MIME-Version: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:In-Reply-To:References: List-Owner; bh=EyrPAypvm94UEZT30U8Avi/FlY6wkopc/3GWHK7dLQQ=; b=rEbkcoJ7fclCmv 3+JbauO9iuc+en1eujvJEkUEqASyG8ysgmvtMdw0DXMqESfZag0Q7tLvkuKIzbNjYBkfytpmixNft HS1OxyMih2d6LwFyg+VTxqDX4MpsuCWPIePBN1xQXxKoNoHgQz2VaRP9zSLXmE7ZVf2AfqJU5YE9n Hz5bc8OWWTxVMhl3IexEfvWblo5AyHDID3K7kvep9DR0uztRMv8uWdc5g3v8gQgDzbvmsjIiQ3DtP Y7ol1PrKja+xeLQeZdvSWlMyaDpNq/Ifsmzz/xJlzyZ2c3UZEwGTItWoP3nVll3yUzBHd+41lF8zo UdVTjQK8KZ5AloMSlmhg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1myS8o-00Czg7-PM; Sat, 18 Dec 2021 05:20:18 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1myS8j-00Czfj-Q6 for linux-arm-kernel@lists.infradead.org; Sat, 18 Dec 2021 05:20:15 +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 ams.source.kernel.org (Postfix) with ESMTPS id D0E2FB82B6A; Sat, 18 Dec 2021 05:20:11 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 17F6EC36AE1; Sat, 18 Dec 2021 05:20:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1639804810; bh=4zeFdEp6rDolz8D8qkefK0QRT0Fq6WeSSAEdSIeV6T4=; h=Date:From:List-Id:To:Cc:Subject:From; b=Hs98sEK5iMDGtC3nJxGsmfEqgsEHIf7Squ++gagGdyvrKSeWOni5kMnGTMwmNtWuu ZMRNhHdQgT6h5IE16JLhhN7sb1hJbvM+eN29aVL6t4UezLyzeXMsjV5l46crlmmln6 v+J4yB/E7eOWlGrvSjp39C9cXqNtrxgUVNpBN51Dnp/VuoIu3MUVCMju4im8bRHjDa NHfxn+VuMZcPHOVlW2iyBIzbZ/Bazdtd455Hhm4iOFDPE3jSqhB/YwRZl0NgaDJLuX 5lvErvSdzuJ95zuZWtwvlQR1rnMh8xWCV3mKnAdBjy6Ui9Hko/ed0YS/uN/igSKwaI DZiA/MlmmQv8Q== Date: Sat, 18 Dec 2021 13:20:04 +0800 From: Shawn Guo To: soc@kernel.org, arm@kernel.org Cc: Fabio Estevam , Stefan Agner , Li Yang , kernel@pengutronix.de, linux-imx@nxp.com, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL] i.MX fixes for 5.16, round 3 Message-ID: <20211218052003.GA25102@dragon> MIME-Version: 1.0 Content-Disposition: inline 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-20211217_212014_055018_6EA1BF69 X-CRM114-Status: UNSURE ( 9.20 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org The following changes since commit 4ebd29f91629e69da7d57390cdc953772eee03ab: soc: imx: Register SoC device only on i.MX boards (2021-12-08 20:30:00 +0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-5.16-3 for you to fetch changes up to 849e087ba68ac6956c11016ce34f9f10a09a4186: arm64: dts: lx2160a: fix scl-gpios property name (2021-12-16 17:24:41 +0800) ---------------------------------------------------------------- i.MX fixes for 5.16, round 3: - Fix imx6qdl-wandboard Ethernet support by adding 'qca,clk-out-frequency' property. - Fix scl-gpios property typo in LX2160A device tree. ---------------------------------------------------------------- Martin Haaß (1): ARM: dts: imx6qdl-wandboard: Fix Ethernet support Zhang Ying-22455 (1): arm64: dts: lx2160a: fix scl-gpios property name arch/arm/boot/dts/imx6qdl-wandboard.dtsi | 1 + arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-)