tipc: Check the bearer type before calling tipc_udp_nl_bearer_add()
[platform/kernel/linux-starfive.git] / Documentation / process / maintainer-soc-clean-dts.rst
1 .. SPDX-License-Identifier: GPL-2.0
2
3 ==============================================
4 SoC Platforms with DTS Compliance Requirements
5 ==============================================
6
7 Overview
8 --------
9
10 SoC platforms or subarchitectures should follow all the rules from
11 Documentation/process/maintainer-soc.rst.  This document referenced in
12 MAINTAINERS impose additional requirements listed below.
13
14 Strict DTS DT Schema and dtc Compliance
15 ---------------------------------------
16
17 No changes to the SoC platform Devicetree sources (DTS files) should introduce
18 new ``make dtbs_check W=1`` warnings.  Warnings in a new board DTS, which are
19 results of issues in an included DTSI file, are considered existing, not new
20 warnings.  The platform maintainers have automation in place which should point
21 out any new warnings.
22
23 If a commit introducing new warnings gets accepted somehow, the resulting
24 issues shall be fixed in reasonable time (e.g. within one release) or the
25 commit reverted.