Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755735AbcCCMh3 (ORCPT ); Thu, 3 Mar 2016 07:37:29 -0500 Received: from mail-wm0-f47.google.com ([74.125.82.47]:36447 "EHLO mail-wm0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751476AbcCCMh1 (ORCPT ); Thu, 3 Mar 2016 07:37:27 -0500 Subject: Re: [PATCH 12/17] arm: Add new mach-oxnas To: Russell King - ARM Linux References: <1457005210-18485-1-git-send-email-narmstrong@baylibre.com> <1457005210-18485-13-git-send-email-narmstrong@baylibre.com> <20160303114932.GV19428@n2100.arm.linux.org.uk> Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org From: Neil Armstrong Organization: Baylibre Message-ID: <56D82FFD.9010009@baylibre.com> Date: Thu, 3 Mar 2016 13:37:17 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <20160303114932.GV19428@n2100.arm.linux.org.uk> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 340 Lines: 10 On 03/03/2016 12:49 PM, Russell King - ARM Linux wrote: > Looking at the current contents of oxnas.c, do you actually need it? > What happens if you boot your with your DT without this file being > built? > No, it's useless for now, it boots perfectly without. It was only a base for adding the reset management in a next patchset. Neil