diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2021-11-17 11:53:46 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2021-11-27 23:56:29 +0100 |
commit | a5b80dd487180982e59e59ac69458b27fb0a5195 (patch) | |
tree | 6961ffc4615bf854556949211b9028d2ff4ddc5b /target/linux | |
parent | db7a392adea0eaa2616522afb157406907d472b8 (diff) | |
download | upstream-a5b80dd487180982e59e59ac69458b27fb0a5195.tar.gz upstream-a5b80dd487180982e59e59ac69458b27fb0a5195.tar.bz2 upstream-a5b80dd487180982e59e59ac69458b27fb0a5195.zip |
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 <chunkeey@gmail.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4018-gl-ap1300.dts | 2 | ||||
-rw-r--r-- | target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-wpj419.dts | 2 |
2 files changed, 2 insertions, 2 deletions
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 { |