From mboxrd@z Thu Jan 1 00:00:00 1970 From: embed3d@gmail.com (Philipp Rossak) Date: Sat, 10 Feb 2018 23:07:01 +0100 Subject: [PATCH 0/3] Fix broken bananapi m2 devicetree/regulators In-Reply-To: <40887d4b-0fb0-239e-e5a9-1a87f82946c2@orpaltech.com> References: <20180209175236.21215-1-embed3d@gmail.com> <160b60e2-6e50-0d63-e6ac-b67e10317e12@orpaltech.com> <40887d4b-0fb0-239e-e5a9-1a87f82946c2@orpaltech.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 10.02.2018 22:08, Sergey Suloev wrote: > On 02/11/2018 12:01 AM, Philipp Rossak wrote: >> Hey Sergey, >> >> Thanks for mentioning, but I think the problem has nothing to do with >> those patches. I tested them with the v4.15.0 Kernel since this is the >> last stable release and we are right now in the merging window. >> >> I tested the latest mainline, without those patches and the kernel is >> not booting (I can't see any uart output). >> >> Thanks, >> Philipp >> >> On 10.02.2018 14:56, Sergey Suloev wrote: >>> On 02/09/2018 08:52 PM, Philipp Rossak wrote: >>>> This patchseries fixes the bananapi m1 devicetree, to be able to >>>> boot again. >>>> The first two patches update/improve the devicetree and the last >>>> patch adds >>>> all missing regulators. >>>> >>>> Regards, >>>> Philipp >>>> >>>> Philipp Rossak (3): >>>> ?? arm: dts: sun6i: a31s: bpi-m2: update mmc supply nodes >>>> ?? arm: dts: sun6i: a31s: bpi-m2: improve pmic properties >>>> ?? arm: dts: sun6i: a31s: fix: bpi-m2: add missing regulators >>>> >>>> ? arch/arm/boot/dts/sun6i-a31s-sinovoip-bpi-m2.dts | 70 >>>> +++++++++++++++++++++++- >>>> ? 1 file changed, 67 insertions(+), 3 deletions(-) >>>> >>> patches are not working >>> >>> Thanks >>> > same problem, but after applying the patches my device is till hanging. > > Can you please share a bootlog? Here is mine [1]. As you can see I'm able to boot. I build it with this branch [2]. For testing you should replace the dtb and the uImage/zImage Philipp [1]: https://pastebin.com/mVjv3LDf [2]: https://github.com/embed-3d/linux/tree/testing/bpi-m2-regulator-test-2 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philipp Rossak Subject: Re: [PATCH 0/3] Fix broken bananapi m2 devicetree/regulators Date: Sat, 10 Feb 2018 23:07:01 +0100 Message-ID: References: <20180209175236.21215-1-embed3d@gmail.com> <160b60e2-6e50-0d63-e6ac-b67e10317e12@orpaltech.com> <40887d4b-0fb0-239e-e5a9-1a87f82946c2@orpaltech.com> Reply-To: embed3d-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Sender: linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org In-Reply-To: <40887d4b-0fb0-239e-e5a9-1a87f82946c2-RHPENKW2UW+1Z/+hSey0Gg@public.gmane.org> Content-Language: en-US List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , To: Sergey Suloev , robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, mark.rutland-5wv7dgnIgG8@public.gmane.org, linux-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org, maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org, wens-jdAy2FN1RRM@public.gmane.org Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org On 10.02.2018 22:08, Sergey Suloev wrote: > On 02/11/2018 12:01 AM, Philipp Rossak wrote: >> Hey Sergey, >> >> Thanks for mentioning, but I think the problem has nothing to do with=20 >> those patches. I tested them with the v4.15.0 Kernel since this is the= =20 >> last stable release and we are right now in the merging window. >> >> I tested the latest mainline, without those patches and the kernel is=20 >> not booting (I can't see any uart output). >> >> Thanks, >> Philipp >> >> On 10.02.2018 14:56, Sergey Suloev wrote: >>> On 02/09/2018 08:52 PM, Philipp Rossak wrote: >>>> This patchseries fixes the bananapi m1 devicetree, to be able to=20 >>>> boot again. >>>> The first two patches update/improve the devicetree and the last=20 >>>> patch adds >>>> all missing regulators. >>>> >>>> Regards, >>>> Philipp >>>> >>>> Philipp Rossak (3): >>>> =C2=A0=C2=A0 arm: dts: sun6i: a31s: bpi-m2: update mmc supply nodes >>>> =C2=A0=C2=A0 arm: dts: sun6i: a31s: bpi-m2: improve pmic properties >>>> =C2=A0=C2=A0 arm: dts: sun6i: a31s: fix: bpi-m2: add missing regulator= s >>>> >>>> =C2=A0 arch/arm/boot/dts/sun6i-a31s-sinovoip-bpi-m2.dts | 70=20 >>>> +++++++++++++++++++++++- >>>> =C2=A0 1 file changed, 67 insertions(+), 3 deletions(-) >>>> >>> patches are not working >>> >>> Thanks >>> > same problem, but after applying the patches my device is till hanging. >=20 >=20 Can you please share a bootlog? Here is mine [1]. As you can see I'm=20 able to boot. I build it with this branch [2]. For testing you should replace the dtb=20 and the uImage/zImage Philipp [1]: https://pastebin.com/mVjv3LDf [2]: https://github.com/embed-3d/linux/tree/testing/bpi-m2-regulator-test-2 --=20 You received this message because you are subscribed to the Google Groups "= linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an e= mail to linux-sunxi+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/d/optout. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752886AbeBJWHH (ORCPT ); Sat, 10 Feb 2018 17:07:07 -0500 Received: from mail-wm0-f68.google.com ([74.125.82.68]:52620 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752513AbeBJWHF (ORCPT ); Sat, 10 Feb 2018 17:07:05 -0500 X-Google-Smtp-Source: AH8x226n3QEHxBtohHKG0LULMFNHty27uiAydZIwk/wyWDuNcO9QwrQC9TFTI7lEo7J3Ktw5QFjTwA== Subject: Re: [PATCH 0/3] Fix broken bananapi m2 devicetree/regulators To: Sergey Suloev , robh+dt@kernel.org, mark.rutland@arm.com, linux@armlinux.org.uk, maxime.ripard@free-electrons.com, wens@csie.org Cc: devicetree@vger.kernel.org, linux-sunxi@googlegroups.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org References: <20180209175236.21215-1-embed3d@gmail.com> <160b60e2-6e50-0d63-e6ac-b67e10317e12@orpaltech.com> <40887d4b-0fb0-239e-e5a9-1a87f82946c2@orpaltech.com> From: Philipp Rossak Message-ID: Date: Sat, 10 Feb 2018 23:07:01 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <40887d4b-0fb0-239e-e5a9-1a87f82946c2@orpaltech.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10.02.2018 22:08, Sergey Suloev wrote: > On 02/11/2018 12:01 AM, Philipp Rossak wrote: >> Hey Sergey, >> >> Thanks for mentioning, but I think the problem has nothing to do with >> those patches. I tested them with the v4.15.0 Kernel since this is the >> last stable release and we are right now in the merging window. >> >> I tested the latest mainline, without those patches and the kernel is >> not booting (I can't see any uart output). >> >> Thanks, >> Philipp >> >> On 10.02.2018 14:56, Sergey Suloev wrote: >>> On 02/09/2018 08:52 PM, Philipp Rossak wrote: >>>> This patchseries fixes the bananapi m1 devicetree, to be able to >>>> boot again. >>>> The first two patches update/improve the devicetree and the last >>>> patch adds >>>> all missing regulators. >>>> >>>> Regards, >>>> Philipp >>>> >>>> Philipp Rossak (3): >>>>    arm: dts: sun6i: a31s: bpi-m2: update mmc supply nodes >>>>    arm: dts: sun6i: a31s: bpi-m2: improve pmic properties >>>>    arm: dts: sun6i: a31s: fix: bpi-m2: add missing regulators >>>> >>>>   arch/arm/boot/dts/sun6i-a31s-sinovoip-bpi-m2.dts | 70 >>>> +++++++++++++++++++++++- >>>>   1 file changed, 67 insertions(+), 3 deletions(-) >>>> >>> patches are not working >>> >>> Thanks >>> > same problem, but after applying the patches my device is till hanging. > > Can you please share a bootlog? Here is mine [1]. As you can see I'm able to boot. I build it with this branch [2]. For testing you should replace the dtb and the uImage/zImage Philipp [1]: https://pastebin.com/mVjv3LDf [2]: https://github.com/embed-3d/linux/tree/testing/bpi-m2-regulator-test-2