From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757353AbbIXR5T (ORCPT ); Thu, 24 Sep 2015 13:57:19 -0400 Received: from mail.kernel.org ([198.145.29.136]:54119 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755170AbbIXR5S (ORCPT ); Thu, 24 Sep 2015 13:57:18 -0400 MIME-Version: 1.0 In-Reply-To: <20150818153631.GH2547@lukather> References: <1438532305-5884-1-git-send-email-public_timo.s@silentcreek.de> <20150818153631.GH2547@lukather> Date: Thu, 24 Sep 2015 10:57:11 -0700 Message-ID: Subject: Re: [PATCH v2] ARM: dts: sunxi: Add regulators for LeMaker BananaPi From: Kevin Hilman To: Maxime Ripard Cc: Timo Sigurdsson , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King - ARM Linux , "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , lkml , linux-sunxi@googlegroups.com, Chen-Yu Tsai , Tyler Baker , Olof Johansson 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 Tue, Aug 18, 2015 at 8:36 AM, Maxime Ripard wrote: > On Sun, Aug 02, 2015 at 06:18:25PM +0200, Timo Sigurdsson wrote: >> sun7i-a20-bananapi.dts doesn't contain regulator nodes for the AXP209 PMU >> driver, so add them to allow for voltage-scaling with cpufreq-dt. >> >> Signed-off-by: Timo Sigurdsson > > Queued, thanks! > Maxime kernelci.org started finding boot faiulres[1] on bananapi linux-next around next-20150918, but it was only failing in some labs and not others. I finally bisected it down to this patch, which landed in linux-next in the form of 2d665a8a8350 ARM: dts: sunxi: Add regulators for LeMaker BananaPi. Reverting that commit on top of next-20150923 gets my bananapi booting again. Note it's kind of an interesting boot failure. The kernel boots fully to a shell, but panics after running a few commands. In particular 'dmesg -n1' seems to trigger it usually[2]. Kevin [1] http://kernelci.org/boot/sun7i-a20-bananapi/job/next/kernel/next-20150923/defconfig/multi_v7_defconfig/lab/lab-khilman/?_id=5602504359b514be146c326f [2] http://storage.kernelci.org/next/next-20150923/arm-multi_v7_defconfig/lab-khilman/boot-sun7i-a20-bananapi.html