From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751552AbbJERkD (ORCPT ); Mon, 5 Oct 2015 13:40:03 -0400 Received: from dd34104.kasserver.com ([85.13.151.79]:49550 "EHLO dd34104.kasserver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751426AbbJERkA (ORCPT ); Mon, 5 Oct 2015 13:40:00 -0400 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=_1afed22d9abe79f6c1fbf3ac172aabb3" X-SenderIP: 37.49.25.212 User-Agent: ALL-INKL Webmail 2.11 In-Reply-To: References: <1438532305-5884-1-git-send-email-public_timo.s@silentcreek.de> <20150818153631.GH2547@lukather> Subject: Re: [PATCH v2] ARM: dts: sunxi: Add regulators for LeMaker BananaPi From: "Timo Sigurdsson" To: maxime.ripard@free-electrons.com, khilman@kernel.org Cc: robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, linux@arm.linux.org.uk, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com, wens@csie.org, tyler.baker@linaro.org, olof@lixom.net Message-Id: <20151005173957.B1BD16C8150E@dd34104.kasserver.com> Date: Mon, 5 Oct 2015 19:39:57 +0200 (CEST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is a multi-part message in MIME format -- Dies ist eine mehrteilige Nachricht im MIME-Format --=_1afed22d9abe79f6c1fbf3ac172aabb3 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=ISO-8859-1 Hi Kevin, Kevin Hilman schrieb am 24.09.2015 19:57: > 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 following up on my last email: I'm back from my vacation and I tried to reproduce your problem, but my board doesn't seem to be affected, so I cannot trigger it. I still think that the lower voltages may be the cause of your problem with that specific board, so could you please test the attached patch on top of my patch that you first experienced the problem with? Please let us know whether this solves your issue or whether we need to dig deeper. Has anybody else been able to reproduce Kevin's issue? Kind regards, Timo --=_1afed22d9abe79f6c1fbf3ac172aabb3 Content-Transfer-Encoding: 7bit Content-Type: text/x-diff; charset=us-ascii; name=0001-Add-board-specific-opp-for-LeMaker-BananaPi.patch Content-Disposition: attachment; filename=0001-Add-board-specific-opp-for-LeMaker-BananaPi.patch diff --git a/arch/arm/boot/dts/sun7i-a20-bananapi.dts b/arch/arm/boot/dts/sun7i-a20-bananapi.dts index 74382f3..39b6b67b 100644 --- a/arch/arm/boot/dts/sun7i-a20-bananapi.dts +++ b/arch/arm/boot/dts/sun7i-a20-bananapi.dts @@ -94,6 +94,16 @@ &cpu0 { cpu-supply = <®_dcdc2>; + operating-points = < + /* kHz uV */ + 960000 1400000 + 912000 1400000 + 864000 1350000 + 720000 1250000 + 528000 1150000 + 312000 1100000 + 144000 1050000 + >; }; &ehci0 { -- 2.1.4 --=_1afed22d9abe79f6c1fbf3ac172aabb3--