From patchwork Thu Sep 20 04:24:53 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chen-Yu Tsai X-Patchwork-Id: 972120 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.infradead.org (client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=csie.org Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="epm/JP9J"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 42G3Yk3d5hz9sBy for ; Thu, 20 Sep 2018 14:25:30 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Subject: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=A0qIExdy7H5d+0xjTe2BkJ/IqZqwRY6SIQ7ImggWnnI=; b=epm/JP9JJXctBZ M3g5zD0jCcqbkMRCwwYbRBIY6KGxpZF+f2mSaM59RD3TLUSe4wvylp7Dq2Wf2zWUU9Kpeeo7tciVA ocGrjIFWc7XMBlzYMwxUpqGw9eRNWe5NTPkSK239zOkwniUQ9BHjx7+3+sZxZLvEXzI1Da+uly4OT uBFFlI0s5eSdUaMPc+nx4RLOmaj3FcjuCVSdMX6bWfkvNsrELeXHwrJJu0YUSs8i9Ri48W9HEwaIg kfD5FRPnVbtYbdbbGKJ79PfhLG1zUVEsY48nrtTjt6r0B2EWGZTdgg0PAN5boI5Rvw20ntrX2538L pGwXukG7p6CFmFTMWoUg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1g2qWl-0003GB-Rb; Thu, 20 Sep 2018 04:25:19 +0000 Received: from mirror2.csie.ntu.edu.tw ([140.112.30.76] helo=wens.csie.org) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1g2qWf-00021i-CC for linux-arm-kernel@lists.infradead.org; Thu, 20 Sep 2018 04:25:15 +0000 Received: by wens.csie.org (Postfix, from userid 1000) id A8F445FA80; Thu, 20 Sep 2018 12:24:53 +0800 (CST) Date: Thu, 20 Sep 2018 12:24:53 +0800 From: Chen-Yu Tsai To: arm@kernel.org Subject: [GIT PULL] Allwinner fixes for v4.19 - Round 2 Message-ID: <20180920042453.GA18194@wens.csie.org> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180919_212513_663930_EF376EB1 X-CRM114-Status: GOOD ( 15.53 ) X-Spam-Score: 0.0 (/) X-Spam-Report: SpamAssassin version 3.4.1 on bombadil.infradead.org summary: Content analysis details: (0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Maxime Ripard , Chen-Yu Tsai , linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Hi, This is a second fixes pull request for arm-soc, based on the first pull request I sent earlier. Also, I seem to remember seeing on ksummit-discuss that single patch PRs are a bit annoying. Would the maintainers prefer we just resend single patches instead? I'm not sure how that would work out if we later had to base -next material on it, but I guess we could base it off a -fixes branch in arm-soc. Thanks ChenYu The following changes since commit d177c8b61d6b4ef360b1c2682e4d8e3bae01738b: arm64: allwinner: dts: h6: fix Pine H64 MMC bus width (2018-08-27 09:21:00 +0200) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-fixes-for-4.19-2 for you to fetch changes up to 13b91ed77a65cf3bf23353880245d0cbd9138294: ARM: dts: sun8i: drop A64 HDMI PHY fallback compatible from R40 DT (2018-09-20 11:48:01 +0800) ---------------------------------------------------------------- Allwinner fixes - round 2 One additional fix regarding HDMI on the R40 SoC. Based on preliminary tests and code dumps for the R40, it was thought that the whole HDMI block was the same on the R40 and A64. Recent tests regarding the A64 showed that this was not the case. The HDMI PHY on the A64 only has one clock parent. How this occurs at the hardware level is unclear, as Allwinner has not given any feedback on this matter. Nevertheless it is clear that the hardware acts differently between the A64 and R40 in such a way that the R40's HDMI PHY is not backward compatible with the A64's. As such we need to drop the fallback compatible string in the R40's device tree. This was added in v4.19-rc1. ---------------------------------------------------------------- Icenowy Zheng (1): ARM: dts: sun8i: drop A64 HDMI PHY fallback compatible from R40 DT arch/arm/boot/dts/sun8i-r40.dtsi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)