From patchwork Fri Jan 11 10:43:49 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 13971 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 3A7B823E27 for ; Fri, 11 Jan 2013 10:43:56 +0000 (UTC) Received: from mail-vc0-f179.google.com (mail-vc0-f179.google.com [209.85.220.179]) by fiordland.canonical.com (Postfix) with ESMTP id EE136A190D1 for ; Fri, 11 Jan 2013 10:43:55 +0000 (UTC) Received: by mail-vc0-f179.google.com with SMTP id p1so1269777vcq.38 for ; Fri, 11 Jan 2013 02:43:55 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:x-forwarded-to:x-forwarded-for:delivered-to:x-received :received-spf:x-received:from:to:cc:subject:date:message-id:x-mailer :x-gm-message-state; bh=5XZx7K/t8MSIBoLesVA1cTlA+PDDTsssmCfwm1VfPkI=; b=g+pXhvJH4p6NoYMyMDKP+HJ9RheO1AR0N9WRqZcgOTxNkKZPAfdoqkrlsLsh0NfIQk tfJFyVJAV7J1ddtnwiqaAaiBLmyEbJJT9Lho8mq28wOTZ7wyHrGm4Mk49YuUMJLdsv+A zd+1mYVylAGJDvzBL8ItvYJa3oFPH34FM6sVkqO4iveCya8XhZkrQTm/N2bui4meTiE+ b5akADnfm1rKTi4OhLUIoXgd0wN44/brwfumJrTcVW24i42NwHSx4P6sLAKK4nP88aZY WOVt5+w0I9WZmdmtei4OYe7A/PXMgUEdQ8R3NqBBU1Q+dIMQA6ODYpkHteuCe9ICdE9A UnXA== X-Received: by 10.52.18.207 with SMTP id y15mr81088385vdd.8.1357901035416; Fri, 11 Jan 2013 02:43:55 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.58.145.101 with SMTP id st5csp105527veb; Fri, 11 Jan 2013 02:43:54 -0800 (PST) X-Received: by 10.194.20.231 with SMTP id q7mr119778932wje.44.1357901034455; Fri, 11 Jan 2013 02:43:54 -0800 (PST) Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by mx.google.com with ESMTPS id lm4si7960907wjb.11.2013.01.11.02.43.54 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 11 Jan 2013 02:43:54 -0800 (PST) Received-SPF: neutral (google.com: 209.85.212.180 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) client-ip=209.85.212.180; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.212.180 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) smtp.mail=lee.jones@linaro.org Received: by mail-wi0-f180.google.com with SMTP id hj13so931418wib.13 for ; Fri, 11 Jan 2013 02:43:54 -0800 (PST) X-Received: by 10.180.103.136 with SMTP id fw8mr14305955wib.27.1357901034065; Fri, 11 Jan 2013 02:43:54 -0800 (PST) Received: from localhost.localdomain (cpc1-aztw13-0-0-cust473.18-1.cable.virginmedia.com. [77.102.241.218]) by mx.google.com with ESMTPS id s10sm6618251wiw.4.2013.01.11.02.43.52 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 11 Jan 2013 02:43:52 -0800 (PST) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: arnd@arndb.de, linus.walleij@stericsson.com, Lee Jones Subject: [PATCH] ARM: ux500: Include the PRCMU's Secure Registers in DB8500's DT Date: Fri, 11 Jan 2013 10:43:49 +0000 Message-Id: <1357901029-9073-1-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.9.5 X-Gm-Message-State: ALoCoQmT6NdbYtPSavXyhl7o+FeSmIWfPHaDqse+MqLSTkLwjvI5CGqkKA9c8B2sfCzYLf18bG76 Currently we only include the PRCMU's primary registers when referencing the register count in the 'reg' property. This patch expands that count to include the secure registers also. Signed-off-by: Lee Jones --- arch/arm/boot/dts/dbx5x0.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/dbx5x0.dtsi b/arch/arm/boot/dts/dbx5x0.dtsi index 2efd9c8..337c3b9 100644 --- a/arch/arm/boot/dts/dbx5x0.dtsi +++ b/arch/arm/boot/dts/dbx5x0.dtsi @@ -190,7 +190,7 @@ prcmu@80157000 { compatible = "stericsson,db8500-prcmu"; - reg = <0x80157000 0x1000>; + reg = <0x80157000 0x2000>; interrupts = <0 47 0x4>; #address-cells = <1>; #size-cells = <1>;