Commit b7e89940 authored by Martí Bolívar's avatar Martí Bolívar Committed by Anas Nashif
Browse files

dts: bindings: compatible properties are required



Any node which needs to generate defines from DTS must have a
"compatible" property, because the corresponding "constraint" is what
extract_dts_includes.py uses to match nodes with YAML files.

There are a few YAML files in the tree that list compatible as
"optional".  Fix them.

Signed-off-by: default avatarMarti Bolivar <marti@opensourcefoundries.com>
parent 607a817a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ description: >
properties:
    compatible:
      type: string
      category: optional
      category: required
      description: compatible strings
      constraint: "arc,dccm"

+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ description: >
properties:
    compatible:
      type: string
      category: optional
      category: required
      description: compatible strings
      constraint: "arc,iccm"

+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ description: >
properties:
    compatible:
      type: string
      category: optional
      category: required
      description: compatible strings
      constraint: "soc-nv-flash"