Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp1672469imm; Mon, 3 Sep 2018 06:37:02 -0700 (PDT) X-Google-Smtp-Source: ANB0VdbM31b8jtlRUr/7Pqt7SvUDDiJQL6grk0aOUQ89/CrWXhmt51jo6fvRmGPxh+ApjyzQ2PSg X-Received: by 2002:a63:88c8:: with SMTP id l191-v6mr26370429pgd.340.1535981822711; Mon, 03 Sep 2018 06:37:02 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1535981822; cv=none; d=google.com; s=arc-20160816; b=ebVZhy4Y2MzRsH89/xPRK3TuB+cBv3W5krrjq1Wig9OaPNQ+2r11zftsGiX/T+69VT Cviq4zaiKlZzR0bYBv4SPokoMRzdFMn6yg4aVV1sZtsWSwpixgckXtz1an7StNS+YLKE ITIf66zNe6BO/5m80Kz1kKUHdzn/4z4C82WBuL5D5ojOGK/G8N7koJxmd6jnSJym4M2t WbhNWlEjwA7Zt/Krr8DRveFkQ47cuKH/7A74suWqwF6eNJ5ks4zgVEGbOz/io1b59V6l 4GrznOgi8YayDAvJHTtF/wRqlNFQU56jXjfNfRhddDTXc7BpKCLe88/ZvE+CGTiH8K5F ef2Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from :arc-authentication-results; bh=MbmGhSaVtzhsm4k1bPqyHBgQeXp2cXN2rwmBKIpGTlI=; b=yhvy4Z/ikRQfD2bbPE9lNOYOPkcgAu1BF8drgyG2YCgwSR/2znPacEqsAODnZyIB9F 0v6jqtGNxFH+ScAzJQ2kKziT3bZUlNfLoIv/f1yp7kZtSTD01VByKZysKrN3Rn7NV9P6 gNQ/vSeIc9k6Vl4567Z6lVWh/8bJ0hbnlQ0/JsG7wieaMmdleWGqBgDUWNqzGGQppy7h 1llfwheKI/Yh1WaoDlvjtM0Xp2u1BPG5LHIAeTzoyeSpO/HYZqLjRbdHLCr/FP9fxPnk x/fy6mYKr/pwojREI6+nqqyFUjnGIPadbQovse1HbXOZGbva52w5lZ8vDfZI9/Yv++9M PP1Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id n85-v6si19358165pfj.251.2018.09.03.06.36.48; Mon, 03 Sep 2018 06:37:02 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727050AbeICRzc (ORCPT + 99 others); Mon, 3 Sep 2018 13:55:32 -0400 Received: from hermes.aosc.io ([199.195.250.187]:52323 "EHLO hermes.aosc.io" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725794AbeICRzc (ORCPT ); Mon, 3 Sep 2018 13:55:32 -0400 Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: icenowy@aosc.io) by hermes.aosc.io (Postfix) with ESMTPSA id F09F05999B; Mon, 3 Sep 2018 13:35:15 +0000 (UTC) From: Icenowy Zheng To: Maxime Ripard , Chen-Yu Tsai , Jernej Skrabec Cc: dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com, Icenowy Zheng Subject: [PATCH 0/3] Changes A64 HDMI PHY compatible to R40 Date: Mon, 3 Sep 2018 21:34:31 +0800 Message-Id: <20180903133434.58188-1-icenowy@aosc.io> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org It is used to be believed that the A64 HDMI PHY has the PLL-VIDEO mux which is introduced in R40, because A64 has two PLL-VIDEOs. However, experiments show that the mux is not present in A64, so the compatible string of dual-PLL-input HDMI PHY clock must be changed to use R40 in it rather than A64. This patchset does this change. Because the compatible string is introduced in 4.19, this patchset should be applied to 4.19 during RC stage, otherwise this error will exist forever for DT compatibility. Icenowy Zheng (3): dt-bindings: change the A64 HDMI PHY binding to R40 drm/sun4i: change A64 HDMI PHY binding to R40 ARM: sun8i: dts: r40: drop A64 fallback compatible string of HDMI PHY .../devicetree/bindings/display/sunxi/sun4i-drm.txt | 6 +++--- arch/arm/boot/dts/sun8i-r40.dtsi | 3 +-- drivers/gpu/drm/sun4i/sun8i_hdmi_phy.c | 6 +++--- 3 files changed, 7 insertions(+), 8 deletions(-) -- 2.18.0