diff options
author | Patrice Chotard <patrice.chotard@foss.st.com> | 2021-08-03 14:37:48 +0200 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@foss.st.com> | 2021-08-06 09:30:03 +0200 |
commit | f9807f9cb396544ab6bdb4f4451505211ca602f7 (patch) | |
tree | bc831eba472b8cfbb0e83694c38907a40985a11e | |
parent | 4e80af1fd639e621a7011141ff32b270a2782d8f (diff) | |
download | lwn-f9807f9cb396544ab6bdb4f4451505211ca602f7.tar.gz lwn-f9807f9cb396544ab6bdb4f4451505211ca602f7.zip |
ARM: dts: sti: remove clk_ignore_unused from bootargs for stih410-b2260
Remove clk_ignore_unused from bootargs as it's no more needed.
Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
-rw-r--r-- | arch/arm/boot/dts/stih410-b2260.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/stih410-b2260.dts b/arch/arm/boot/dts/stih410-b2260.dts index e2bb59783146..9d579c16c295 100644 --- a/arch/arm/boot/dts/stih410-b2260.dts +++ b/arch/arm/boot/dts/stih410-b2260.dts @@ -12,7 +12,6 @@ compatible = "st,stih410-b2260", "st,stih410"; chosen { - bootargs = "clk_ignore_unused"; stdout-path = &uart1; }; |