[openwrt/openwrt] ipq806x: disable SPC of IPQ8064 on NEC WG2600HP to fix boot issue

LEDE Commits lede-commits at lists.infradead.org
Tue Dec 22 13:13:42 EST 2020


ynezz pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/622ce713ca246aa465bf28d2a743f96999085ea2

commit 622ce713ca246aa465bf28d2a743f96999085ea2
Author: INAGAKI Hiroshi <musashino.open at gmail.com>
AuthorDate: Sun Dec 6 16:50:40 2020 +0900

    ipq806x: disable SPC of IPQ8064 on NEC WG2600HP to fix boot issue
    
    The SPC (Standalone Power Collapse) of IPQ8064 on NEC Aterm WG2600HP
    need to be disabled to fix the boot stucking issue on WG2600HP with
    kernel 5.4.
    
    log:
    
    [    3.036965] cpuidle: enable-method property 'qcom,kpss-acc-v1' found operations
    [    3.038007] cpuidle: enable-method property 'qcom,kpss-acc-v1' found operations
    [    3.045849] sdhci: Secure Digital Host Controller Interface driver
    [    3.052385] sdhci: Copyright(c) Pierre Ossman
    [    3.058712] sdhci-pltfm: SDHCI platform and OF driver helper
    [    3.065469] NET: Registered protocol family 10
    [    3.070184] Segment Routing with IPv6
    [    3.073141] NET: Registered protocol family 17
    [    3.078157] 8021q: 802.1Q VLAN Support v1.8
    [    3.081149] Registering SWP/SWPB emulation handler
    [    3.107125] qcom_rpm 108000.rpm: RPM firmware 3.0.16777371
    [    3.120475] s1a: Bringing 0uV into 1050000-1050000uV
    [    3.120747] s1a: supplied by regulator-dummy
    [    3.124775] s1b: Bringing 0uV into 1050000-1050000uV
    [    3.128969] s1b: supplied by regulator-dummy
    [    3.133905] s2a: Bringing 0uV into 800000-800000uV
    [    3.138190] s2a: supplied by regulator-dummy
    [    3.142693] s2b: Bringing 0uV into 800000-800000uV
    [    3.147266] s2b: supplied by regulator-dummy
    [
    (stuck)
    
    Signed-off-by: INAGAKI Hiroshi <musashino.open at gmail.com>
---
 .../linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-wg2600hp.dts   | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-wg2600hp.dts b/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-wg2600hp.dts
index 1a6b7eb4d6..23898e0221 100644
--- a/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-wg2600hp.dts
+++ b/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-wg2600hp.dts
@@ -119,6 +119,10 @@
 	};
 };
 
+&CPU_SPC {
+	status = "disabled";
+};
+
 &adm_dma {
 	status = "okay";
 };



More information about the lede-commits mailing list