From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752532AbdCSXGK (ORCPT ); Sun, 19 Mar 2017 19:06:10 -0400 Received: from ozlabs.org ([103.22.144.67]:58831 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752236AbdCSXGJ (ORCPT ); Sun, 19 Mar 2017 19:06:09 -0400 Date: Mon, 20 Mar 2017 10:04:11 +1100 From: Stephen Rothwell To: Simon Horman , Russell King Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Chris Brandt Subject: linux-next: manual merge of the renesas tree with the arm tree Message-ID: <20170320100411.6970f7b1@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi all, Today's linux-next merge of the renesas tree got a conflict in: arch/arm/boot/dts/r7s72100.dtsi between commit: f08578e6da96 ("ARM: 8661/1: dts: r7s72100: add l2 cache") from the arm tree and commit: 69ed50de582e ("ARM: dts: r7s72100: Add watchdog timer") from the renesas tree. I fixed it up (see below) 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. -- Cheers, Stephen Rothwell diff --cc arch/arm/boot/dts/r7s72100.dtsi index 1cf2bd038090,9b12d73e67dc..000000000000 --- a/arch/arm/boot/dts/r7s72100.dtsi +++ b/arch/arm/boot/dts/r7s72100.dtsi @@@ -369,16 -371,13 +372,23 @@@ <0xe8202000 0x1000>; }; + L2: cache-controller@3ffff000 { + compatible = "arm,pl310-cache"; + reg = <0x3ffff000 0x1000>; + interrupts = ; + arm,early-bresp-disable; + arm,full-line-zero-disable; + cache-unified; + cache-level = <2>; + }; + + wdt: watchdog@fcfe0000 { + compatible = "renesas,r7s72100-wdt", "renesas,rza-wdt"; + reg = <0xfcfe0000 0x6>; + interrupts = ; + clocks = <&p0_clk>; + }; + i2c0: i2c@fcfee000 { #address-cells = <1>; #size-cells = <0>;