From patchwork Fri Aug 24 09:12:31 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ulrich Hecht X-Patchwork-Id: 961753 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=fpond.eu Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=fpond.eu header.i=@fpond.eu header.b="afT9VkMZ"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 41xbM26wJkz9s3C for ; Fri, 24 Aug 2018 19:19:10 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726633AbeHXMwy (ORCPT ); Fri, 24 Aug 2018 08:52:54 -0400 Received: from mo4-p00-ob.smtp.rzone.de ([85.215.255.22]:27371 "EHLO mo4-p00-ob.smtp.rzone.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726382AbeHXMwy (ORCPT ); Fri, 24 Aug 2018 08:52:54 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1535102347; s=strato-dkim-0002; d=fpond.eu; h=Message-Id:Date:Subject:Cc:To:From:X-RZG-CLASS-ID:X-RZG-AUTH:From: Subject:Sender; bh=OI1lF8cVVUk8XrJJSD4NTHKDL3+W6QI4YujTrAd2tpc=; b=afT9VkMZTtmoTqg1QdH6t835ZI/LOTj2jlcs+Z3KJKWS3NxPuhxTWxrgxOH+4zx9/i LHPHxVPDj90Ve5XkGECQE2Jd982kxfRq+LhpDg/c42x7J22Y6SjdaWo3K/RnJjci4qb7 Y3h0pyO7WN5dU5U5/OyovLl3SzhUhwHqwp7c7mrCAvEhi70o1c4xqexQMt0mEFYaCVeN sj4jjsHN2CVGCz+SvRxDZALA0S0Xy7/2fadmXm3SpzS9LqTeJAw0X/hf7BrNI+pz3iOM U+Mf6oTdtTIBp4dQUt3p4cjVq5fsRhbKtiTTFX8S1hrwWBnRhXPupc6od1Xrx8NqQpMz 6mVA== X-RZG-AUTH: ":OWANVUa4dPFUgKR/3dpvnYP0Np73dmm4I5W0/AvA67Ot4fvR82Ndd2CMa0I=" X-RZG-CLASS-ID: mo00 Received: from groucho.site by smtp.strato.de (RZmta 43.20 DYNA|AUTH) with ESMTPSA id d0aacfu7O9Cj3Hr (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA (curve secp521r1 with 521 ECDH bits, eq. 15360 bits RSA)) (Client did not present a certificate); Fri, 24 Aug 2018 11:12:45 +0200 (CEST) From: Ulrich Hecht To: devicetree@vger.kernel.org Cc: linux-renesas-soc@vger.kernel.org, wsa@the-dreams.de, geert@linux-m68k.org, linux-spi@vger.kernel.org, Ulrich Hecht Subject: [RESEND PATCH] spi: sh-msiof: Document R-Car D3 support Date: Fri, 24 Aug 2018 11:12:31 +0200 Message-Id: <1535101951-11221-1-git-send-email-uli+renesas@fpond.eu> X-Mailer: git-send-email 2.7.4 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Document support for the MSIOF module in the Renesas D3 (r8a77995) SoC. No driver update is needed. Signed-off-by: Ulrich Hecht Reviewed-by: Simon Horman Reviewed-by: Geert Uytterhoeven Reviewed-by: Wolfram Sang --- This patch fell by the wayside, probably because I forgot to cc devicetree. CU Uli Documentation/devicetree/bindings/spi/sh-msiof.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/spi/sh-msiof.txt b/Documentation/devicetree/bindings/spi/sh-msiof.txt index bfbc203..fd15715 100644 --- a/Documentation/devicetree/bindings/spi/sh-msiof.txt +++ b/Documentation/devicetree/bindings/spi/sh-msiof.txt @@ -11,6 +11,7 @@ Required properties: "renesas,msiof-r8a7795" (R-Car H3) "renesas,msiof-r8a7796" (R-Car M3-W) "renesas,msiof-r8a77965" (R-Car M3-N) + "renesas,msiof-r8a77995" (R-Car D3) "renesas,msiof-sh73a0" (SH-Mobile AG5) "renesas,sh-mobile-msiof" (generic SH-Mobile compatibile device) "renesas,rcar-gen2-msiof" (generic R-Car Gen2 and RZ/G1 compatible device)