Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1174484AbdDXUXW (ORCPT ); Mon, 24 Apr 2017 16:23:22 -0400 Received: from fllnx210.ext.ti.com ([198.47.19.17]:59715 "EHLO fllnx210.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030201AbdDXUW5 (ORCPT ); Mon, 24 Apr 2017 16:22:57 -0400 From: Franklin S Cooper Jr To: , , , , , CC: Franklin S Cooper Jr Subject: [PATCH v2 2/4] ARM: dts: k2g-evm: Add unit address to memory node Date: Mon, 24 Apr 2017 15:22:02 -0500 Message-ID: <20170424202204.24170-3-fcooper@ti.com> X-Mailer: git-send-email 2.10.0 In-Reply-To: <20170424202204.24170-1-fcooper@ti.com> References: <20170424202204.24170-1-fcooper@ti.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 768 Lines: 24 With the new Keystone 2 Industrial Communication EVM adding the unit address to the memory node it made sense to add it for this board also. Signed-off-by: Franklin S Cooper Jr --- arch/arm/boot/dts/keystone-k2g-evm.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/keystone-k2g-evm.dts b/arch/arm/boot/dts/keystone-k2g-evm.dts index 692fcbb..61883cb 100644 --- a/arch/arm/boot/dts/keystone-k2g-evm.dts +++ b/arch/arm/boot/dts/keystone-k2g-evm.dts @@ -20,7 +20,7 @@ compatible = "ti,k2g-evm", "ti,k2g", "ti,keystone"; model = "Texas Instruments K2G General Purpose EVM"; - memory { + memory@800000000 { device_type = "memory"; reg = <0x00000008 0x00000000 0x00000000 0x80000000>; }; -- 2.10.0