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