Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754162AbbHMX5z (ORCPT ); Thu, 13 Aug 2015 19:57:55 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:36450 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752212AbbHMX5x (ORCPT ); Thu, 13 Aug 2015 19:57:53 -0400 Message-ID: <55CD2EFE.8040606@codeaurora.org> Date: Thu, 13 Aug 2015 16:57:50 -0700 From: Stephen Boyd User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5 MIME-Version: 1.0 To: Mathieu Olivari CC: robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, linux@arm.linux.org.uk, dwmw2@infradead.org, computersforpeace@gmail.com, agross@codeaurora.org, bjorn.andersson@sonymobile.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org Subject: Re: [PATCH 2/3] ARM: qcom: add SMEM device node to IPQ806x dts References: <1439501620-24073-1-git-send-email-mathieu@codeaurora.org> <1439501620-24073-3-git-send-email-mathieu@codeaurora.org> In-Reply-To: <1439501620-24073-3-git-send-email-mathieu@codeaurora.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 755 Lines: 25 On 08/13/2015 02:33 PM, Mathieu Olivari wrote: > @@ -79,6 +79,15 @@ > > #hwlock-cells = <1>; > }; > + > + smem { > + compatible = "qcom,smem"; > + > + memory-region = <&smem>; > + reg = <0x41000000 0x4000>; Does this reg property do something? I thought we were supposed to leave this out when not using the rpm msg ram. Also, if there's no reg, it should be at the root /. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/