From a5b80dd487180982e59e59ac69458b27fb0a5195 Mon Sep 17 00:00:00 2001 From: Christian Lamparter Date: Wed, 17 Nov 2021 11:53:46 +0100 Subject: ipq40xx: purge clk_ignore_unused bootarg these flags have been creeping in from the QSDK. All needed clocks should be accounted for, and if a device is broken due to this. It should be looked into. Signed-off-by: Christian Lamparter --- target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4018-gl-ap1300.dts | 2 +- target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-wpj419.dts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/ipq40xx') diff --git a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4018-gl-ap1300.dts b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4018-gl-ap1300.dts index 3fd5406d39..f643882725 100644 --- a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4018-gl-ap1300.dts +++ b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4018-gl-ap1300.dts @@ -22,7 +22,7 @@ }; chosen { - bootargs-append = " ubi.mtd=ubi root=/dev/ubiblock0_1 clk_ignore_unused"; + bootargs-append = " ubi.mtd=ubi root=/dev/ubiblock0_1"; }; soc { diff --git a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-wpj419.dts b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-wpj419.dts index e8b7d3a89a..fe329c1d43 100644 --- a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-wpj419.dts +++ b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-wpj419.dts @@ -49,7 +49,7 @@ }; chosen { - bootargs-append = " ubi.mtd=ubi root=/dev/ubiblock0_1 clk_ignore_unused"; + bootargs-append = " ubi.mtd=ubi root=/dev/ubiblock0_1"; }; soc { -- cgit v1.2.3 stats
blob: 0d7cadca6bbce78967bf0cd463d109168b31efa5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65