From patchwork Thu Sep 3 11:21:25 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 11753235 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 B6E93722 for ; Thu, 3 Sep 2020 11:21:34 +0000 (UTC) Received: by mail.kernel.org (Postfix) id B04D2208B3; Thu, 3 Sep 2020 11:21:34 +0000 (UTC) Delivered-To: soc@kernel.org Received: from muru.com (muru.com [72.249.23.125]) by mail.kernel.org (Postfix) with ESMTP id 389EC2078E; Thu, 3 Sep 2020 11:21:33 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 389EC2078E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=atomide.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=tony@atomide.com Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id 9A4CF80F1; Thu, 3 Sep 2020 11:21:33 +0000 (UTC) From: Tony Lindgren List-Id: To: soc@kernel.org Cc: arm@kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, "Tony Lindgren" Subject: [GIT PULL] Fixes for omaps for v5.9-rc cycle Date: Thu, 3 Sep 2020 14:21:25 +0300 Message-Id: X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 From: "Tony Lindgren" The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5: Linux 5.9-rc1 (2020-08-16 13:04:57 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.9/fixes-rc3 for you to fetch changes up to 6542e2b613c2b1952e83973dc434831332ce8e27: ARM: dts: omap5: Fix DSI base address and clocks (2020-08-19 08:54:33 +0300) ---------------------------------------------------------------- Fixes for omaps for v5.9-rc cycle Few fixes for omap based devices: - Fix of_clk_get() error handling for omap-iommu - Fix missing audio pinctrl entries for logicpd boards - Fix video for logicpd-som-lv after switch to generic panels - Fix omap5 DSI clocks base ---------------------------------------------------------------- Adam Ford (3): ARM: dts: logicpd-torpedo-baseboard: Fix broken audio ARM: dts: logicpd-som-lv-baseboard: Fix broken audio ARM: dts: logicpd-som-lv-baseboard: Fix missing video David Shah (1): ARM: dts: omap5: Fix DSI base address and clocks Jing Xiangfeng (1): ARM: OMAP2+: Fix an IS_ERR() vs NULL check in _get_pwrdm() arch/arm/boot/dts/logicpd-som-lv-baseboard.dtsi | 29 ++++++------------------ arch/arm/boot/dts/logicpd-torpedo-baseboard.dtsi | 2 ++ arch/arm/boot/dts/omap5.dtsi | 20 ++++++++-------- arch/arm/mach-omap2/omap-iommu.c | 2 +- 4 files changed, 21 insertions(+), 32 deletions(-)