From patchwork Fri Aug 14 13:54:04 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ulrich Hecht X-Patchwork-Id: 7015191 X-Patchwork-Delegate: horms@verge.net.au 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 CCCE7C05AC for ; Fri, 14 Aug 2015 13:54:22 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id CCD28207E6 for ; Fri, 14 Aug 2015 13:54:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 01187207DF for ; Fri, 14 Aug 2015 13:54:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751892AbbHNNyI (ORCPT ); Fri, 14 Aug 2015 09:54:08 -0400 Received: from mail-wi0-f181.google.com ([209.85.212.181]:37084 "EHLO mail-wi0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751429AbbHNNyI (ORCPT ); Fri, 14 Aug 2015 09:54:08 -0400 Received: by wibhh20 with SMTP id hh20so21661010wib.0 for ; Fri, 14 Aug 2015 06:54:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id; bh=4J1nW2enBrhtgDpG5MvLFfI5wG8chHheLq68ENc+giY=; b=CSDj67QhGFZdh26D1eUTGGwLD/ZBQdl79sOE5ZbM/QeMvPTIydExx/byXYT2Nh8veC tSpXtcPcyeHF58omGeC0CgdaCjkRMyHdlU3gqPyHbF9xhSQC3XUEKC91XaH0vYjGpZqt N9pPMx0BQCXL4/a5uAqHgaVbJXAYeZz1POaE4hjRgpbFC7hKP0SZuhmf0j6DxlUCqQYU ubUHh7osJKL6s934tMNzXqMxP787rQCHS8cfs7I/QYEIN2qsdy2eL2haR6Z8pa/CWYYI TSiu8gWxtCK6hV/aI8XrrvKs3yRAzMQ95AwxqKtrnn7XFPa0jbsLULD7gx1X9soiLw3r PeQw== X-Received: by 10.194.171.9 with SMTP id aq9mr97908wjc.30.1439560446975; Fri, 14 Aug 2015 06:54:06 -0700 (PDT) Received: from groucho.site (tsn109-201-154-192.dyn.nltelcom.net. [109.201.154.192]) by smtp.gmail.com with ESMTPSA id yu4sm8333167wjc.43.2015.08.14.06.54.06 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 14 Aug 2015 06:54:06 -0700 (PDT) From: Ulrich Hecht To: horms@verge.net.au, linux-sh@vger.kernel.org Cc: magnus.damm@gmail.com, geert+renesas@glider.be, Ulrich Hecht Subject: [PATCH] ARM: shmobile: remove paragraph on DT reference platforms Date: Fri, 14 Aug 2015 15:54:04 +0200 Message-Id: <1439560444-5111-1-git-send-email-ulrich.hecht+renesas@gmail.com> X-Mailer: git-send-email 2.4.6 Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-7.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham 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 They have all been eliminated now. Signed-off-by: Ulrich Hecht Acked-by: Geert Uytterhoeven --- Documentation/devicetree/bindings/arm/shmobile.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Documentation/devicetree/bindings/arm/shmobile.txt b/Documentation/devicetree/bindings/arm/shmobile.txt index f8aad0b..1d70e78e 100644 --- a/Documentation/devicetree/bindings/arm/shmobile.txt +++ b/Documentation/devicetree/bindings/arm/shmobile.txt @@ -57,7 +57,3 @@ Boards: compatible = "renesas,marzen", "renesas,r8a7779" - Silk compatible = "renesas,silk", "renesas,r8a7794"; - -Note: Reference Device Tree Implementations are temporary implementations - to ease the migration from platform devices to Device Tree, and are - intended to be removed in the future.