Skip to content
Snippets Groups Projects
Commit cbd54d0b authored by Nicolas Frattaroli's avatar Nicolas Frattaroli
Browse files

arm64: dts: mediatek: remove _ignore_unused bootargs from rauru


The rauru dtsi contains the clk_ignore_unused, regulator_ignore_unused
and pd_ignore_unused bootargs in its chosen node. From experimental
testing, these have revealed themselves to not be necessary for booting
the device (anymore).

Remove them, leaving only earlycon. Problems caused by their removal can
be fixed by properly declaring dependencies in the DT.

Signed-off-by: default avatarNicolas Frattaroli <nicolas.frattaroli@collabora.com>
parent 4684660c
No related branches found
No related tags found
3 merge requests!83MT8196 CPUFreq,!80MT8196 USB defconfig and chosen node changes,!71CI: Enable watchdog test on genio 700 and 1200
Pipeline #141095 failed
......@@ -19,7 +19,7 @@ aliases {
chosen: chosen {
stdout-path = "serial0:115200n8";
bootargs = "earlycon clk_ignore_unused pd_ignore_unused regulator_ignore_unused";
bootargs = "earlycon";
};
memory: memory@80000000 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment