scripts: Silent gpios_property dtc warnings by default

While some of the "Missing property #gpio-cells" warnings are definitely
due to Xiaomi's DT, a few others seem related to Qualcomm's. It is insane
to fix them all, so just ignore.

If needed, can be re-enabled by building with 'W=1'.

Change-Id: I3579cc6d8d77d86f65d3ba864845e54fac9ae19c
This commit is contained in:
Bruno Martins 2019-04-02 13:33:00 +01:00
parent ddb4ed222f
commit 87515749e3
1 changed files with 1 additions and 0 deletions

View File

@ -284,6 +284,7 @@ DTC_FLAGS += -Wno-unit_address_vs_reg \
-Wno-unit_address_format \
-Wno-avoid_unnecessary_addr_size \
-Wno-alias_paths \
-Wno-gpios_property \
-Wno-graph_child_address \
-Wno-graph_port \
-Wno-unique_unit_address \