From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Subject: Re: [PATCH 8/8] arm/dt: Basic tegra devicetree support Date: Wed, 19 Jan 2011 15:14:12 +0300 Message-ID: <4D36D594.3010909@ru.mvista.com> References: <20110118195933.13011.56098.stgit@localhost6.localdomain6> <20110118202938.13011.35918.stgit@localhost6.localdomain6> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20110118202938.13011.35918.stgit-bi+AKbBUZKagILUCTcTcHdKyNwTtLsGr@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org To: Grant Likely Cc: Nicolas Pitre , Russell King , Catalin Marinas , devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Lennert Buijtenhek , Jeremy Kerr , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org Hello. On 18-01-2011 23:29, Grant Likely wrote: > This patch adds adds One word is enough. :-) > very basic support for booting versatile with a > device tree. It simply allows the existing machine_descs to match > against the tegra compatible values so that the kernel can boot. > Kernel parameters and the initrd pointer is read out of the tree > instead of atags. > This is not complete device tree support. This change will be > reverted when a new machine_desc is added that can populate the > versatile device registrations directly from data in the tree instead > of using hard coded data. That change will be made in a future patch. > Signed-off-by: Grant Likely WBR, Sergei