From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S941450AbcKPW7z (ORCPT ); Wed, 16 Nov 2016 17:59:55 -0500 Received: from mail-ua0-f175.google.com ([209.85.217.175]:36294 "EHLO mail-ua0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933903AbcKPW7x (ORCPT ); Wed, 16 Nov 2016 17:59:53 -0500 MIME-Version: 1.0 In-Reply-To: <20161116224024.GA11821@roeck-us.net> References: <20161116184649.GF11228@leverpostej> <20161116221002.GA19925@roeck-us.net> <20161116224024.GA11821@roeck-us.net> From: Fabio Estevam Date: Wed, 16 Nov 2016 20:59:51 -0200 Message-ID: Subject: Re: Boot failures in -next due to 'ARM: dts: imx: Remove skeleton.dtsi' To: Guenter Roeck Cc: Mark Rutland , Fabio Estevam , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 16, 2016 at 8:40 PM, Guenter Roeck wrote: > Yes, but not the 'device_type' property, which the kernel seems to expect. > The qemu patch below fixes the problem for sabrelite, I just don't know > if that is really the way to go. You tell me; I'll be happy to submit > the necessary patch(es) into qemu. I can send the patch adding device_type for the i.MX dts files, but in the meantime, it would be nice if you could send your proposal patch to qemu as it will make qemu to work closer to the real hardware. Thanks > The same is true for 'chosen'. Right now qemu expects this node to exist. > It does exist for sabrelite, but apparently not for imx25-pdk. We can fix this too in the dts. Thanks From mboxrd@z Thu Jan 1 00:00:00 1970 From: festevam@gmail.com (Fabio Estevam) Date: Wed, 16 Nov 2016 20:59:51 -0200 Subject: Boot failures in -next due to 'ARM: dts: imx: Remove skeleton.dtsi' In-Reply-To: <20161116224024.GA11821@roeck-us.net> References: <20161116184649.GF11228@leverpostej> <20161116221002.GA19925@roeck-us.net> <20161116224024.GA11821@roeck-us.net> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Nov 16, 2016 at 8:40 PM, Guenter Roeck wrote: > Yes, but not the 'device_type' property, which the kernel seems to expect. > The qemu patch below fixes the problem for sabrelite, I just don't know > if that is really the way to go. You tell me; I'll be happy to submit > the necessary patch(es) into qemu. I can send the patch adding device_type for the i.MX dts files, but in the meantime, it would be nice if you could send your proposal patch to qemu as it will make qemu to work closer to the real hardware. Thanks > The same is true for 'chosen'. Right now qemu expects this node to exist. > It does exist for sabrelite, but apparently not for imx25-pdk. We can fix this too in the dts. Thanks