1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00

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>
This commit is contained in:
Patrice Chotard 2021-08-03 14:37:15 +02:00
parent 41e202f9d9
commit c2026910fc

View file

@ -11,7 +11,6 @@
compatible = "st,stih407-b2120", "st,stih407"; compatible = "st,stih407-b2120", "st,stih407";
chosen { chosen {
bootargs = "clk_ignore_unused";
stdout-path = &sbc_serial0; stdout-path = &sbc_serial0;
}; };