From 268ba2f469b4ee029abbb83b8b0675bc33d2ae63 Mon Sep 17 00:00:00 2001 From: James Roy Date: Wed, 25 Dec 2024 15:52:46 +0800 Subject: [PATCH] doc: contribute: Add DTS encoding style Add link to upstream Linux Kernel DTS coding style. Signed-off-by: James Roy --- doc/contribute/guidelines.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/contribute/guidelines.rst b/doc/contribute/guidelines.rst index 998681a2e8fc5a..a277db1ac28a99 100644 --- a/doc/contribute/guidelines.rst +++ b/doc/contribute/guidelines.rst @@ -626,6 +626,14 @@ 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`_. + Continuous Integration (CI) ===========================