Searched refs:dtbs_check (Results 1 – 4 of 4) sorted by relevance
171 In order to perform validation of DT source files, use the ``dtbs_check`` target::173 make dtbs_check175 Note that ``dtbs_check`` will skip any binding schema files with errors. It is181 make dt_binding_check dtbs_check193 make dtbs_check DT_SCHEMA_FILES=trivial-devices.yaml
18 new ``make dtbs_check W=1`` warnings. Warnings in a new board DTS, which are
117 warnings in the "make dtbs_check" step. If a devicetree change depends on162 ``make dtbs_check`` can be used to validate that devicetree files are compliant167 For new platforms, or additions to existing ones, ``make dtbs_check`` should not168 add any new warnings. For RISC-V and Samsung SoC, ``make dtbs_check W=1`` is
1404 PHONY += dtbs dtbs_prepare dtbs_install dtbs_check1413 ifneq ($(filter dtbs_check, $(MAKECMDGOALS)),)1421 dtbs_check: dtbs target