diff options
| author | Patrice Chotard <patrice.chotard@foss.st.com> | 2021-08-03 14:37:15 +0200 | 
|---|---|---|
| committer | Patrice Chotard <patrice.chotard@foss.st.com> | 2021-08-06 09:30:02 +0200 | 
| commit | c2026910fc2697979ae9f07bdcc9ea2fa438804c (patch) | |
| tree | 9f0968d331a9ae928ef5c63ad9a1f856f18a32b3 | |
| parent | 41e202f9d9c8e10ea25750bbe1ebb39a3d6bd888 (diff) | |
ARM: dts: sti: remove clk_ignore_unused from bootargs for stih407-b2120
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/stih407-b2120.dts | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/arch/arm/boot/dts/stih407-b2120.dts b/arch/arm/boot/dts/stih407-b2120.dts index 31c85f945c6b..9c79982ee7ba 100644 --- a/arch/arm/boot/dts/stih407-b2120.dts +++ b/arch/arm/boot/dts/stih407-b2120.dts @@ -11,7 +11,6 @@  	compatible = "st,stih407-b2120", "st,stih407";  	chosen { -		bootargs = "clk_ignore_unused";  		stdout-path = &sbc_serial0;  	}; | 
