From patchwork Mon May 26 13:42:48 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Grant Likely X-Patchwork-Id: 4242541 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 2D1599F1E7 for ; Mon, 26 May 2014 13:46:17 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 5804120155 for ; Mon, 26 May 2014 13:46:16 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 3689220254 for ; Mon, 26 May 2014 13:46:15 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WovBS-0003r8-N2; Mon, 26 May 2014 13:43:22 +0000 Received: from mail-we0-f178.google.com ([74.125.82.178]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WovBN-0003mP-S4 for linux-arm-kernel@lists.infradead.org; Mon, 26 May 2014 13:43:18 +0000 Received: by mail-we0-f178.google.com with SMTP id u56so8140764wes.9 for ; Mon, 26 May 2014 06:42:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id; bh=LAjQKAWgIbjg/ip57aQyBKjSWhrRjiI8m0yOSUa70N8=; b=UyJ+KCuJcgc+DeYsiUME24oUv918Qvl6PoPKYeDUWK4rGDV1Rd4IK4BdECB31yuE7H l5CQFi5QuJ0gucU/M/VlJt+BSww/fK5hpYwt0U2Ehe1EMKWVFatLev97+m17hff+2Skn lbuLILheVpYXlQ88d5eKSnQy+86TF3MYpf9bVJi3VkpQ+VO5xsZ0MNljctDMQfa4Ea97 hDTbXgjIdfne9wWd7Hx3eyn0pQ/rCk0wnYDm6Qhr1B3QViMbbyMDDn1qoOWjoyx4NEv/ /9gcUWQQOnMBU3A84OEmKWBbXqc4H3u8Jmiw5wQQ8GwgSJsN2+oVy3JsmSXTvcMJ2VzF dvVw== X-Gm-Message-State: ALoCoQlGQQ1YBuQAi+Ib0tGuGrz40soYN8G0hBpgb3bxp2NXDvUiqXwiePcPjwwzM6YE8pJByhXd X-Received: by 10.180.8.40 with SMTP id o8mr27853208wia.25.1401111775089; Mon, 26 May 2014 06:42:55 -0700 (PDT) Received: from trevor.secretlab.ca (host109-153-30-27.range109-153.btcentralplus.com. [109.153.30.27]) by mx.google.com with ESMTPSA id y20sm27023594wiv.14.2014.05.26.06.42.52 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 26 May 2014 06:42:53 -0700 (PDT) Received: by trevor.secretlab.ca (Postfix, from userid 1000) id CCA66C40E11; Mon, 26 May 2014 22:42:49 +0900 (JST) From: Grant Likely To: gaurav.minocha@alumni.ubc.ca Subject: [PATCH 1/2] arm: dts: Fix missing device_type="memory" for ste-ccu8540 Date: Mon, 26 May 2014 14:42:48 +0100 Message-Id: <1401111769-5334-1-git-send-email-grant.likely@linaro.org> X-Mailer: git-send-email 1.9.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140526_064318_091470_6DF75B89 X-CRM114-Status: GOOD ( 10.66 ) X-Spam-Score: -0.7 (/) Cc: Mark Rutland , devicetree@vger.kernel.org, stable@vger.kernel.org, Leif Lindholm , Grant Likely , 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=-2.5 required=5.0 tests=BAYES_00,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 From: Leif Lindholm The current .dts for ste-ccu8540 lacks a 'device_type = "memory"' for its memory node, relying on an old ppc quirk in order to discover its memory. Fix the data so that all parsing code can handle it correctly. Signed-off-by: Leif Lindholm Acked-by: Lee Jones Acked-by: Linus Walleij Cc: linux-arm-kernel@lists.infradead.org Cc: devicetree@vger.kernel.org Cc: Mark Rutland Cc: Signed-off-by: Grant Likely --- arch/arm/boot/dts/ste-ccu8540.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/ste-ccu8540.dts b/arch/arm/boot/dts/ste-ccu8540.dts index 7f3baf51a3a9..32dd55e5f4e6 100644 --- a/arch/arm/boot/dts/ste-ccu8540.dts +++ b/arch/arm/boot/dts/ste-ccu8540.dts @@ -18,6 +18,7 @@ compatible = "st-ericsson,ccu8540", "st-ericsson,u8540"; memory@0 { + device_type = "memory"; reg = <0x20000000 0x1f000000>, <0xc0000000 0x3f000000>; };