Skip to content

Commit

Permalink
dts/bindings/mm: Fix ADSP Meteor Lake DTS bindings
Browse files Browse the repository at this point in the history
New properties were added but not in the bindings. Add them.

Signed-off-by: Ederson de Souza <[email protected]>
  • Loading branch information
edersondisouza authored and galak committed Sep 9, 2022
1 parent cf6bad7 commit 3f62860
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions dts/bindings/mm/intel,adsp-mtl-tlb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,16 @@ include: mm_drv.yaml
properties:
reg:
required: true

paddr-size:
type: int
description: Number of significant bits in the page index.
required: true

exec-bit-idx:
type: int
description: Index of the execute permission bit.

write-bit-idx:
type: int
description: Index of the write permission bit.

0 comments on commit 3f62860

Please sign in to comment.