Other Parts Discussed in Thread: TPD12S015
Tool/software: Linux
Hi Champs,
we want to disable all units that we do not use per device tree. This works fine for RTC, PCI, ABB and SATA, but getting rid of DSS does not work. We tried it like this:
&dss {
clocks = <&dummy_ck>;
};
or:
&dss {
status = “disabled”;
};
but without success.
What are we missing here?
Thanks and kind regards,
one and zero