From mboxrd@z Thu Jan 1 00:00:00 1970 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=-5.6 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham 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 10A99C47404 for ; Thu, 12 Sep 2019 12:03:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D8C8A20CC7 for ; Thu, 12 Sep 2019 12:03:17 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="Ak6vkLhQ" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731530AbfILMDR (ORCPT ); Thu, 12 Sep 2019 08:03:17 -0400 Received: from perceval.ideasonboard.com ([213.167.242.64]:54488 "EHLO perceval.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730454AbfILMDR (ORCPT ); Thu, 12 Sep 2019 08:03:17 -0400 Received: from [192.168.0.20] (cpc89242-aztw30-2-0-cust488.18-1.cable.virginm.net [86.31.129.233]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 0AA6F33A; Thu, 12 Sep 2019 14:03:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1568289794; bh=C+RrWY0EIzI5LrQTiBgIBlgI6Dg0MAQvhea9e5EBEPE=; h=Reply-To:Subject:To:Cc:References:From:Date:In-Reply-To:From; b=Ak6vkLhQupZNcO+qkxcIatxD/iSDy2C70/jLhCsqnseiK4SHFoC45tx6aA3nfx7YR U18eXzZ1tde21tv9s5JxH0o/H465yLB8BFO7s1blMXM9gzMoUpzbTCBXn2PGsxjd7O 2kmPb67OFwvQjG9OSeysvhO6JPAiySXo56x55K4w= Reply-To: kieran.bingham+renesas@ideasonboard.com Subject: Re: [PATCH] arm: dts: renesas: r8a77980: Remove r8a77970 DU compatible To: Geert Uytterhoeven Cc: Linux-Renesas , Sergei Shtylyov , Simon Horman , Geert Uytterhoeven , Magnus Damm , Rob Herring , Mark Rutland , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , open list References: <20190912103734.1879-1-kieran.bingham+renesas@ideasonboard.com> From: Kieran Bingham Organization: Ideas on Board Message-ID: <4ecb7e77-45e7-cf91-c8e3-0670d7ae25a7@ideasonboard.com> Date: Thu, 12 Sep 2019 13:03:11 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 7bit Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org Hi Geert, On 12/09/2019 12:56, Geert Uytterhoeven wrote: > On Thu, Sep 12, 2019 at 12:38 PM Kieran Bingham > wrote: >> The r8a77970 was added with an compatible string for a differnet device > > different Also s/an/a/ ... Perhaps I should just step away from the keyboard today, I can't seem to type ! hehe >> rather than adding the correct compatible to the driver. >> >> Remove the unnecessary compatible which is for a different platform. >> >> Signed-off-by: Kieran Bingham > > Reviewed-by: Geert Uytterhoeven > >> Please note, this patch should not be integrated until the renesas,du-r8a77980 >> compatible string makes it into the DU [0]. > > Hence postponed. Thanks. -- KB > Gr{oetje,eeting}s, > > Geert >