Files
Laxman Dewangan b5a2e3ae06 NVIDIA: SAUCE: dtc: check: Disable warning for plugin DTS
BugLink: https://bugs.launchpad.net/bugs/2072591

If the DTS is plugin type i.e. overlay then there are cases
that DT rules are violated due to limited property overlay.
Like for overlaying nodes named as xyz@12345678 will not have
overlay properties for register. In this case, DTC compiler
produces warning.

Disabling warning for following  check for plugin DTS compilation:
  - reg_format
  - ranges_format
  - i2c_bus_bridge
  - spi_bus_bridge
  - avoid_default_addr_size
  - interrupts_property

http://nvbugs/4037171

Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Reviewed-by: Bitan Biswas <bbiswas@nvidia.com>
Tested-by: Abhilash G <abhilashg@nvidia.com>
Reviewed-by: Abhilash G <abhilashg@nvidia.com>
Acked-by: Jacob Martin <jacob.martin@canonical.com>
Acked-by: Noah Wager <noah.wager@canonical.com>
Signed-off-by: Noah Wager <noah.wager@canonical.com>
2025-07-09 14:46:06 -07:00
..