26 lines · plain
1.. SPDX-License-Identifier: GPL-2.02 3==============================================4SoC Platforms with DTS Compliance Requirements5==============================================6 7Overview8--------9 10SoC platforms or subarchitectures should follow all the rules from11Documentation/process/maintainer-soc.rst. This document referenced in12MAINTAINERS impose additional requirements listed below.13 14Strict DTS DT Schema and dtc Compliance15---------------------------------------16 17No changes to the SoC platform Devicetree sources (DTS files) should introduce18new ``make dtbs_check W=1`` warnings. Warnings in a new board DTS, which are19results of issues in an included DTSI file, are considered existing, not new20warnings. The platform maintainers have automation in place which should point21out any new warnings.22 23If a commit introducing new warnings gets accepted somehow, the resulting24issues shall be fixed in reasonable time (e.g. within one release) or the25commit reverted.26