Skip to content

boards: st: Clean up nodes with status = "disabled"; #97995

@erwango

Description

@erwango

Summary

There are a variety of nodes on boards/st with status = "disabled"; while this is the default inherited from .dtsi files and hence these nodes should just not be present.
For instance:

&clk_lsi {
status = "disabled";
};
&clk_hsi48 {
status = "disabled";
};

Describe the solution you'd like

Systematically check occurences:

  • remove when not required
  • add a comment there's a good reason to keep it (valid configuration, but conflicting with another node being prioritised, ...)

Alternatives

No response

Additional Context

No response

Metadata

Metadata

Labels

EnhancementChanges/Updates/Additions to existing featuresGood first issueGood for a first time contributor to takeplatform: STM32ST Micro STM32

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions