From patchwork Mon Dec 14 05:10:41 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 7840851 Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 2679BBEEE1 for ; Mon, 14 Dec 2015 05:10:44 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 4D66D20529 for ; Mon, 14 Dec 2015 05:10:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 63A1920525 for ; Mon, 14 Dec 2015 05:10:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750754AbbLNFKm (ORCPT ); Mon, 14 Dec 2015 00:10:42 -0500 Received: from kirsty.vergenet.net ([202.4.237.240]:37057 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750786AbbLNFKl (ORCPT ); Mon, 14 Dec 2015 00:10:41 -0500 Received: from reginn.isobedori.kobe.vergenet.net (p5254-ipbfp1403kobeminato.hyogo.ocn.ne.jp [114.152.48.254]) by kirsty.vergenet.net (Postfix) with ESMTPA id 4F3AA25B84A; Mon, 14 Dec 2015 16:10:40 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=verge.net.au; s=mail; t=1450069840; bh=gSlRoxUE3swmzabiCPzWlnr7AA4irPLpgTGQmpgplaM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=lHWZGVKfd2C8mGgQNQz5lnE6XmdDjE0x6hD3DjWTFxVIa3wE3EEljQLOWSh1kWVaN ELC7QWuAtZaFe37nN0bbEPU0W6ikyn5vlNDk5EdPdV+csPpH9M1TBVO+0HB2HrnwIS pwcMdG0lFo8PruybJ3wb0LUIwpOoPrUHZFxr3PWA= Received: by reginn.isobedori.kobe.vergenet.net (Postfix, from userid 7100) id 68D4394058B; Mon, 14 Dec 2015 14:10:41 +0900 (JST) Date: Mon, 14 Dec 2015 14:10:41 +0900 From: Simon Horman To: linux-sh@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, Magnus Damm Subject: Re: [PATCH] ARM: shmobile: r8a779x: use SoC-specific usb-dac compatibility strings Message-ID: <20151214051041.GD18143@verge.net.au> References: <1449802778-11777-1-git-send-email-horms+renesas@verge.net.au> <20151211040406.GB13336@verge.net.au> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20151211040406.GB13336@verge.net.au> Organisation: Horms Solutions Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID,T_RP_MATCHES_RCVD,UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP On Fri, Dec 11, 2015 at 01:04:06PM +0900, Simon Horman wrote: > On Fri, Dec 11, 2015 at 11:59:38AM +0900, Simon Horman wrote: > > Use recently SoC-specific compatibility strings in r8a779[01] device trees. > > > > Signed-off-by: Simon Horman > > --- > > Based on renesas-devel-20151211-v4.4-rc4 > > Bother, there is a typo in the subject. > I plan to fix that either when merging or reposting the patch > depending on what other feedback I get. I have queued up the following: From: Simon Horman Subject: [PATCH] ARM: shmobile: r8a779x: use SoC-specific usb-dmac compatibility strings Use recently SoC-specific compatibility strings in r8a779[01] device trees. Signed-off-by: Simon Horman --- arch/arm/boot/dts/r8a7790.dtsi | 4 ++-- arch/arm/boot/dts/r8a7791.dtsi | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi index 9f3036b80c0e..c6f083c9345d 100644 --- a/arch/arm/boot/dts/r8a7790.dtsi +++ b/arch/arm/boot/dts/r8a7790.dtsi @@ -386,7 +386,7 @@ }; usb_dmac0: dma-controller@e65a0000 { - compatible = "renesas,usb-dmac"; + compatible = "renesas,r8a7790-usb-dmac", "renesas,usb-dmac"; reg = <0 0xe65a0000 0 0x100>; interrupts = <0 109 IRQ_TYPE_LEVEL_HIGH 0 109 IRQ_TYPE_LEVEL_HIGH>; @@ -398,7 +398,7 @@ }; usb_dmac1: dma-controller@e65b0000 { - compatible = "renesas,usb-dmac"; + compatible = "renesas,r8a7790-usb-dmac", "renesas,usb-dmac"; reg = <0 0xe65b0000 0 0x100>; interrupts = <0 110 IRQ_TYPE_LEVEL_HIGH 0 110 IRQ_TYPE_LEVEL_HIGH>; diff --git a/arch/arm/boot/dts/r8a7791.dtsi b/arch/arm/boot/dts/r8a7791.dtsi index 36559cb0eb6b..ae1dda181624 100644 --- a/arch/arm/boot/dts/r8a7791.dtsi +++ b/arch/arm/boot/dts/r8a7791.dtsi @@ -375,7 +375,7 @@ }; usb_dmac0: dma-controller@e65a0000 { - compatible = "renesas,usb-dmac"; + compatible = "renesas,r8a7791-usb-dmac", "renesas,usb-dmac"; reg = <0 0xe65a0000 0 0x100>; interrupts = <0 109 IRQ_TYPE_LEVEL_HIGH 0 109 IRQ_TYPE_LEVEL_HIGH>; @@ -387,7 +387,7 @@ }; usb_dmac1: dma-controller@e65b0000 { - compatible = "renesas,usb-dmac"; + compatible = "renesas,r8a7791-usb-dmac", "renesas,usb-dmac"; reg = <0 0xe65b0000 0 0x100>; interrupts = <0 110 IRQ_TYPE_LEVEL_HIGH 0 110 IRQ_TYPE_LEVEL_HIGH>;