From patchwork Tue Oct 8 06:30:09 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 3000831 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 1073E9F243 for ; Tue, 8 Oct 2013 06:30:47 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 09BFB201BA for ; Tue, 8 Oct 2013 06:30:46 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 19DCD201B9 for ; Tue, 8 Oct 2013 06:30:41 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VTQoA-0005xQ-Fd; Tue, 08 Oct 2013 06:30:14 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VTQo3-00038m-Dy; Tue, 08 Oct 2013 06:30:07 +0000 Received: from mail-pb0-x22f.google.com ([2607:f8b0:400e:c01::22f]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VTQnz-00037N-FE for linux-arm-kernel@lists.infradead.org; Tue, 08 Oct 2013 06:30:04 +0000 Received: by mail-pb0-f47.google.com with SMTP id rr4so8131350pbb.6 for ; Mon, 07 Oct 2013 23:29:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:date:message-id:in-reply-to:references:subject; bh=Fp4krhuOg3E2JkbtxNnpzKNVC+v6m+LlkI6jirk1eiY=; b=pdutiwvfePa9R98j7ON6Y7pWDm0SAGctKsYcA/rxrYR+KZL+v9FljN1pPrpIlabuyw SNV2UGcmy7DyrDjbfPLa2PTbMeN4iYLxA/B/UIIwCVGjv7Z29XWTmx0HKQvHpQD3Nwsd GXVheXs3ezr3QZ/Jf1cUhHk2LD4HqHZn8gRXXHoGP4oQMHAG8/lcyiP9zuV7Dvz8BiiJ VmUhtrKYvmTQcXFJEIOpvh6NbBfkXb7Xb1IRCGEocSmp8PX1lOtOEEwMX5nLg7GKI/GH SlG7SiDEiHka0rDgTQnoRKNLkCq+PBP7DPk5Ot9/WyOQ48vztESMPHEjtKyyJkCDOAOK f82w== X-Received: by 10.68.162.5 with SMTP id xw5mr4900515pbb.71.1381213781647; Mon, 07 Oct 2013 23:29:41 -0700 (PDT) Received: from [127.0.0.1] (ac230065.ppp.asahi-net.or.jp. [183.77.230.65]) by mx.google.com with ESMTPSA id uw6sm37722230pbc.8.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 07 Oct 2013 23:29:40 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Tue, 08 Oct 2013 15:30:09 +0900 Message-Id: <20131008063009.24789.91522.sendpatchset@w520> In-Reply-To: <20131008063000.24789.7845.sendpatchset@w520> References: <20131008063000.24789.7845.sendpatchset@w520> Subject: [PATCH 01/02] ARM: shmobile: r8a7791 Koelsch DT reference DTS bits X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20131008_023003_662396_DA382D2A X-CRM114-Status: UNSURE ( 9.78 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.0 (--) Cc: khilman@linaro.org, arnd@arndb.de, Magnus Damm , horms@verge.net.au, olof@lixom.net, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.4 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, 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 From: Magnus Damm Add DTS for the DT reference version of the Koelsch board support. Signed-off-by: Magnus Damm --- arch/arm/boot/dts/Makefile | 1 arch/arm/boot/dts/r8a7791-koelsch-reference.dts | 32 +++++++++++++++++++++++ 2 files changed, 33 insertions(+) --- 0001/arch/arm/boot/dts/Makefile +++ work/arch/arm/boot/dts/Makefile 2013-10-08 15:08:35.000000000 +0900 @@ -203,6 +203,7 @@ dtb-$(CONFIG_ARCH_SHMOBILE) += emev2-kzm r8a7779-marzen.dtb \ r8a7779-marzen-reference.dtb \ r8a7791-koelsch.dtb \ + r8a7791-koelsch-reference.dtb \ r8a7790-lager.dtb \ r8a7790-lager-reference.dtb \ sh73a0-kzm9g.dtb \ --- /dev/null +++ work/arch/arm/boot/dts/r8a7791-koelsch-reference.dts 2013-10-08 15:08:36.000000000 +0900 @@ -0,0 +1,32 @@ +/* + * Device Tree Source for the Koelsch board + * + * Copyright (C) 2013 Renesas Electronics Corporation + * Copyright (C) 2013 Renesas Solutions Corp. + * + * This file is licensed under the terms of the GNU General Public License + * version 2. This program is licensed "as is" without any warranty of any + * kind, whether express or implied. + */ + +/dts-v1/; +/include/ "r8a7791.dtsi" + +/ { + model = "Koelsch"; + compatible = "renesas,koelsch-reference", "renesas,r8a7791"; + + chosen { + bootargs = "console=ttySC6,115200 ignore_loglevel rw root=/dev/nfs ip=dhcp"; + }; + + memory@40000000 { + device_type = "memory"; + reg = <0 0x40000000 0 0x80000000>; + }; + + lbsc { + #address-cells = <1>; + #size-cells = <1>; + }; +};