Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.kernel > #61149 > unrolled thread

Bug#900799: linux-image-arm64: dts: rockchip: correct voltage selector Firefly-RK3399

Started byHeinrich Schuchardt <xypron.glpk@gmx.de>
First post2018-06-05 07:40 +0200
Last post2018-06-22 23:10 +0200
Articles 3 — 2 participants

Back to article view | Back to linux.debian.kernel


Contents

  Bug#900799: linux-image-arm64: dts: rockchip: correct voltage selector Firefly-RK3399 Heinrich Schuchardt <xypron.glpk@gmx.de> - 2018-06-05 07:40 +0200
    Bug#900799: Fwd: Re: [PATCH 1/1] arm64: dts: rockchip: correct voltage selector Firefly-RK3399 Heinrich Schuchardt <xypron.glpk@gmx.de> - 2018-06-14 21:40 +0200
    Bug#900799: marked as done (linux-image-arm64: dts: rockchip:  correct voltage selector Firefly-RK3399) "Debian Bug Tracking System" <owner@bugs.debian.org> - 2018-06-22 23:10 +0200

#61149 — Bug#900799: linux-image-arm64: dts: rockchip: correct voltage selector Firefly-RK3399

FromHeinrich Schuchardt <xypron.glpk@gmx.de>
Date2018-06-05 07:40 +0200
SubjectBug#900799: linux-image-arm64: dts: rockchip: correct voltage selector Firefly-RK3399
Message-ID<vXcRk-1qt-3@gated-at.bofh.it>
Package: linux-image-arm64
Version: 4.16.12-1
Severity: normal
Tags: patch

Please, add this patch to the Debian kernel patches until it is added
upstream. Cf.
https://lkml.org/lkml/2018/6/4/781

Without this patch the Firefly-RK3399 board boot process hangs after these
lines:

   fan53555-regulator 0-0040: FAN53555 Option[8] Rev[1] Detected!
   fan53555-reg: supplied by vcc_sys
   vcc1v8_s3: supplied by vcc_1v8

Blacklisting driver fan53555 allows booting.

The device tree uses a value of fcs,suspend-voltage-selector different to
any other board.

Changing this setting to the usual value is sufficient to enable booting.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 arch/arm64/boot/dts/rockchip/rk3399-firefly.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts b/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts
index 4f28628aa091..50940ef844a7 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts
@@ -458,7 +458,7 @@
 	vdd_cpu_b: regulator@40 {
 		compatible = "silergy,syr827";
 		reg = <0x40>;
-		fcs,suspend-voltage-selector = <0>;
+		fcs,suspend-voltage-selector = <1>;
 		regulator-name = "vdd_cpu_b";
 		regulator-min-microvolt = <712500>;
 		regulator-max-microvolt = <1500000>;
-- 
2.17.1

[toc] | [next] | [standalone]


#61213 — Bug#900799: Fwd: Re: [PATCH 1/1] arm64: dts: rockchip: correct voltage selector Firefly-RK3399

FromHeinrich Schuchardt <xypron.glpk@gmx.de>
Date2018-06-14 21:40 +0200
SubjectBug#900799: Fwd: Re: [PATCH 1/1] arm64: dts: rockchip: correct voltage selector Firefly-RK3399
Message-ID<w0Gg9-6vx-1@gated-at.bofh.it>
In reply to#61149
The patch has been accepted by the upstream maintainer.

https://lkml.org/lkml/2018/6/14/365


-------- Forwarded Message --------

applied for 4.19.

I've amended your commit message with the info from your reply about
the vendor kernel using the same value and added an appropriate Fixes
tag to possibly get it merged into stable.


Thanks
Heiko

[toc] | [prev] | [next] | [standalone]


#61242 — Bug#900799: marked as done (linux-image-arm64: dts: rockchip: correct voltage selector Firefly-RK3399)

From"Debian Bug Tracking System" <owner@bugs.debian.org>
Date2018-06-22 23:10 +0200
SubjectBug#900799: marked as done (linux-image-arm64: dts: rockchip: correct voltage selector Firefly-RK3399)
Message-ID<w3BtE-7lT-9@gated-at.bofh.it>
In reply to#61149

[Multipart message — attachments visible in raw view] — view raw

Your message dated Fri, 22 Jun 2018 21:58:30 +0100
with message-id <2d647b35f379e92d2c72fae283cfe86c9c4637ea.camel@decadent.org.uk>
and subject line Re: linux-image-arm64: dts: rockchip: correct voltage selector Firefly-RK3399
has caused the Debian Bug report #900799,
regarding linux-image-arm64: dts: rockchip: correct voltage selector Firefly-RK3399
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
900799: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=900799
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems

[toc] | [prev] | [standalone]


Back to top | Article view | linux.debian.kernel


csiph-web