From patchwork Mon Jan 24 09:57:48 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Heiko Schocher X-Patchwork-Id: 500921 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p0OJh2Vj026265 for ; Mon, 24 Jan 2011 19:43:40 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752675Ab1AXJ5v (ORCPT ); Mon, 24 Jan 2011 04:57:51 -0500 Received: from mail-out.m-online.net ([212.18.0.9]:55009 "EHLO mail-out.m-online.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752677Ab1AXJ5u (ORCPT ); Mon, 24 Jan 2011 04:57:50 -0500 Received: from frontend1.mail.m-online.net (unknown [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id BC3701C01F38; Mon, 24 Jan 2011 10:57:49 +0100 (CET) X-Auth-Info: w6U2/bs+wXUHr9q9tuRVQNUDj3cCkZFF37YdgH/SG84= Received: from mail.denx.de (host-82-135-33-74.customer.m-online.net [82.135.33.74]) by smtp-auth.mnet-online.de (Postfix) with ESMTPA id B0CD61C0025A; Mon, 24 Jan 2011 10:57:49 +0100 (CET) Received: from pollux.denx.de (pollux [192.168.1.1]) by mail.denx.de (Postfix) with ESMTP id 916284073395; Mon, 24 Jan 2011 10:57:49 +0100 (CET) Received: by pollux.denx.de (Postfix, from userid 515) id 80E9118A2BE82; Mon, 24 Jan 2011 10:57:49 +0100 (CET) From: Heiko Schocher To: linuxppc-dev@lists.ozlabs.org Cc: Heiko Schocher , linux-fbdev@vger.kernel.org, devicetree-discuss@ozlabs.org, Ben Dooks , Vincent Sanders , Samuel Ortiz , linux-kernel@vger.kernel.org Subject: [PATCH 4/4 v4] powerpc, video: add SM501 support for charon board. Date: Mon, 24 Jan 2011 10:57:48 +0100 Message-Id: <1295863068-11205-1-git-send-email-hs@denx.de> X-Mailer: git-send-email 1.7.3.4 In-Reply-To: <1291451028-22532-2-git-send-email-hs@denx.de> References: <1291451028-22532-2-git-send-email-hs@denx.de> Sender: linux-fbdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fbdev@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Mon, 24 Jan 2011 19:43:40 +0000 (UTC) diff --git a/arch/powerpc/boot/dts/charon.dts b/arch/powerpc/boot/dts/charon.dts index 9776889..0e00e50 100644 --- a/arch/powerpc/boot/dts/charon.dts +++ b/arch/powerpc/boot/dts/charon.dts @@ -186,6 +186,7 @@ #address-cells = <2>; #size-cells = <1>; ranges = < 0 0 0xfc000000 0x02000000 + 1 0 0xe0000000 0x04000000 // CS1 range, SM501 3 0 0xe8000000 0x00080000>; flash@0,0 { @@ -197,6 +198,15 @@ #address-cells = <1>; }; + display@1,0 { + compatible = "smi,sm501"; + reg = <1 0x00000000 0x00800000 + 1 0x03e00000 0x00200000>; + mode = "640x480-32@60"; + interrupts = <1 1 3>; + little-endian; + }; + mram0@3,0 { compatible = "mtd-ram"; reg = <3 0x00000 0x80000>;