From patchwork Thu May 21 15:07:21 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 11563221 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 8CA181391 for ; Thu, 21 May 2020 15:07:28 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 8283520748; Thu, 21 May 2020 15:07:28 +0000 (UTC) Delivered-To: soc@kernel.org Received: from dragon (80.251.214.228.16clouds.com [80.251.214.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id F12702072C; Thu, 21 May 2020 15:07:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1590073648; bh=twDYYYr8EabDvomx3ak0Tx7O3O3Z8FxeEqKp1Wfiksk=; h=Date:From:List-Id:To:Cc:Subject:From; b=VVSIiMLfpDsxxGIzF8AQ+nctW4NjFzLDq7XRvBG94GYxl00NVcxlAuSJelthJeoMJ BA6OMRr5nQbrW9F3/3i9bifFCgrz+juN2d0MPHLXj6kRn8Hblltt75OnPfwyzH0mrW nI7ICaW3wHvhYyENB4ZfxGcPAen4fW6jHdNpUBec= Date: Thu, 21 May 2020 23:07:21 +0800 From: Shawn Guo List-Id: 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.7, round 2 Message-ID: <20200521150719.GB24084@dragon> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.9.4 (2018-02-28) The following changes since commit 1248c86fd6391c63da947718bbd43686fa95185f: arm64: dts: freescale: imx8mp: update input_val for AUDIOMIX_BIT_STREAM (2020-04-29 11:30:32 +0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-5.7-2 for you to fetch changes up to 665e7c73a7724a393b4ec92d1ae1e029925ef2b7: ARM: dts/imx6q-bx50v3: Set display interface clock parents (2020-05-20 10:48:02 +0800) ---------------------------------------------------------------- i.MX fixes for 5.7, round 2: One imx6q-bx50v3 device tree change to fix an issue, attempting atomic modeset while using HDMI and display port at the same time causes LDB clock programming to destroy the programming of HDMI. ---------------------------------------------------------------- Robert Beckett (1): ARM: dts/imx6q-bx50v3: Set display interface clock parents arch/arm/boot/dts/imx6q-b450v3.dts | 7 ------- arch/arm/boot/dts/imx6q-b650v3.dts | 7 ------- arch/arm/boot/dts/imx6q-b850v3.dts | 11 ----------- arch/arm/boot/dts/imx6q-bx50v3.dtsi | 15 +++++++++++++++ 4 files changed, 15 insertions(+), 25 deletions(-)