Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions doc/contribute/guidelines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,19 @@ guidelines, maintainers may decide which style should be adopted.

.. _Continuous Integration:

Devicetree Style
================

.. _Devicetree sources coding style:
https://kernel.org/doc/html/latest/devicetree/bindings/dts-coding-style.html

In general, follow the `Devicetree sources coding style`_, with the following
exceptions:

* Property names with underscores should be used only when strictly necessary
and already present in the upstream Linux kernel or other authoritative
third-party sources.

Continuous Integration (CI)
===========================

Expand Down
Loading