Home
last modified time | relevance | path

Searched refs:dtbs_check (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/
H A Dwriting-schema.rst149 In order to perform validation of DT source files, use the ``dtbs_check`` target::
151 make dtbs_check
153 Note that ``dtbs_check`` will skip any binding schema files with errors. It is
159 make dt_binding_check dtbs_check
168 make dtbs_check DT_SCHEMA_FILES=trivial-devices.yaml
/openbmc/linux/Documentation/process/
H A Dmaintainer-soc-clean-dts.rst18 new ``make dtbs_check W=1`` warnings. Warnings in a new board DTS, which are
H A Dmaintainer-soc.rst85 warnings in the "make dtbs_check" step. If a devicetree change depends on
130 ``make dtbs_check`` can be used to validate that devicetree files are compliant
135 For new platforms, or additions to existing ones, ``make dtbs_check`` should not
136 add any new warnings. For RISC-V and Samsung SoC, ``make dtbs_check W=1`` is
/openbmc/linux/
H A DMakefile1391 PHONY += dtbs dtbs_prepare dtbs_install dtbs_check
1400 ifneq ($(filter dtbs_check, $(MAKECMDGOALS)),)
1408 dtbs_check: dtbs target
1630 echo ' dtbs_check - Validate device tree source files';\