From patchwork Tue Jun 2 02:09:57 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Rothwell X-Patchwork-Id: 218068 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU, HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH, MAILING_LIST_MULTI, SIGNED_OFF_BY, SPF_HELO_NONE, SPF_PASS, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B3BDFC433E1 for ; Tue, 2 Jun 2020 02:10:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9524E206A4 for ; Tue, 2 Jun 2020 02:10:07 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=canb.auug.org.au header.i=@canb.auug.org.au header.b="A9LA87Ww" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726095AbgFBCKF (ORCPT ); Mon, 1 Jun 2020 22:10:05 -0400 Received: from ozlabs.org ([203.11.71.1]:45755 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725841AbgFBCKE (ORCPT ); Mon, 1 Jun 2020 22:10:04 -0400 Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 49bb8m3VQQz9sSJ; Tue, 2 Jun 2020 12:09:59 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=canb.auug.org.au; s=201702; t=1591063802; bh=UbkV9G9ILzKj+CtGZ3U1KshR8wI9CyyIQiV1XZ+mZf4=; h=Date:From:To:Cc:Subject:From; b=A9LA87Wwp082F6EjV8hCHU/FUQ5f8KQL8L2oxu6eUchftAfXc93JHu7xbgnpRkmOX DTerZvTUwoRevqwMBCvRuMz5isBiGb0AoNkHWEc0sLZ1Vy7pNlbTUfCqINU4zNxAAP E7wt/itGwuA9vlmAiH8cNsG6JtVOGtYCa/YT0LV4OzXd4bbfeFMHxBPdueHiCiMtef L8uJKbqaNvwoxQt8JoPn2LpHsTREcMi3/eXx9Q7Eu8CDJYHTXyllLFwq4M1CvT45tP dOoJ0p0TqK+R+SGGyym5fpY0m9FIjhxBXwA38BQ4Ateu2oPhC9YhZgtYhr2HZVvVo+ ttPYuOMCG4AWg== Date: Tue, 2 Jun 2020 12:09:57 +1000 From: Stephen Rothwell To: David Miller , Networking , Mike Turquette , Stephen Boyd Cc: Linux Next Mailing List , Linux Kernel Mailing List , Macpaul Lin , Bartosz Golaszewski Subject: linux-next: manual merge of the net-next tree with the clk tree Message-ID: <20200602120957.1351bda0@canb.auug.org.au> MIME-Version: 1.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hi all, Today's linux-next merge of the net-next tree got a conflict in: Documentation/devicetree/bindings/arm/mediatek/mediatek,pericfg.txt between commit: 7b9e111a5216 ("dt-bindings: clock: mediatek: document clk bindings for Mediatek MT6765 SoC") from the clk tree and commit: 9f9d1e63dc55 ("dt-bindings: convert the binding document for mediatek PERICFG to yaml") from the net-next tree. I fixed it up (I deleted the file and added the following patch) and can carry the fix as necessary. This is now fixed as far as linux-next is concerned, but any non trivial conflicts should be mentioned to your upstream maintainer when your tree is submitted for merging. You may also want to consider cooperating with the maintainer of the conflicting tree to minimise any particularly complex conflicts. From: Stephen Rothwell Date: Tue, 2 Jun 2020 12:07:03 +1000 Subject: [PATCH] dt-bindings: fix up for "dt-bindings: clock: mediatek: document clk bindings for Mediatek MT6765 SoC" Signed-off-by: Stephen Rothwell --- .../devicetree/bindings/arm/mediatek/mediatek,pericfg.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/arm/mediatek/mediatek,pericfg.yaml b/Documentation/devicetree/bindings/arm/mediatek/mediatek,pericfg.yaml index 55209a2baedc..e271c4682ebc 100644 --- a/Documentation/devicetree/bindings/arm/mediatek/mediatek,pericfg.yaml +++ b/Documentation/devicetree/bindings/arm/mediatek/mediatek,pericfg.yaml @@ -20,6 +20,7 @@ properties: - enum: - mediatek,mt2701-pericfg - mediatek,mt2712-pericfg + - mediatek,mt6765-pericfg - mediatek,mt7622-pericfg - mediatek,mt7629-pericfg - mediatek,mt8135-pericfg