Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

-1
-1
arch/arm/boot/dts/stih407-b2120.dts
··· 11 11 compatible = "st,stih407-b2120", "st,stih407"; 12 12 13 13 chosen { 14 - bootargs = "clk_ignore_unused"; 15 14 stdout-path = &sbc_serial0; 16 15 }; 17 16