Part Number: AM625-Q1
Other Parts Discussed in Thread: AM620, AM625
Hello team,
how can I disable the DSS and GPU in Software?
The goal is to make the AM625 look like a AM620.
Best regards,
Til
Hi Til,
Please try disabling both the DSS and GPU nodes in DT.
&dss {
status = "disabled";
};
&gpu {
status = "disabled";
};
Regards,
Vinu