dts: bindings: consolidate binding for flash controller
All flash controllers have a mandatory compatible property. Add it to the generic binding that is included by all. Signed-off-by: Bobby Noelte <b0661n0e17e@gmail.com>
This commit is contained in:
parent
7c2197f2d8
commit
00603bfa6b
|
@ -11,9 +11,6 @@ inherits:
|
|||
|
||||
properties:
|
||||
compatible:
|
||||
type: string
|
||||
category: required
|
||||
description: compatible strings
|
||||
constraint: "atmel,sam0-nvmctrl"
|
||||
|
||||
...
|
||||
|
|
|
@ -7,6 +7,12 @@ description: >
|
|||
This binding gives the base structures for all flash controller devices
|
||||
|
||||
properties:
|
||||
compatible:
|
||||
type: string
|
||||
category: required
|
||||
description: compatible strings
|
||||
generation: define
|
||||
|
||||
label:
|
||||
type: string
|
||||
category: required
|
||||
|
|
|
@ -11,9 +11,6 @@ inherits:
|
|||
|
||||
properties:
|
||||
compatible:
|
||||
type: string
|
||||
category: required
|
||||
description: compatible strings
|
||||
constraint: "nrf,nrf51-flash-controller"
|
||||
|
||||
...
|
||||
|
|
|
@ -11,9 +11,6 @@ inherits:
|
|||
|
||||
properties:
|
||||
compatible:
|
||||
type: string
|
||||
category: required
|
||||
description: compatible strings
|
||||
constraint: "nrf,nrf52-flash-controller"
|
||||
|
||||
...
|
||||
|
|
|
@ -11,9 +11,6 @@ inherits:
|
|||
|
||||
properties:
|
||||
compatible:
|
||||
type: string
|
||||
category: required
|
||||
description: compatible strings
|
||||
constraint: "nxp,kinetis-ftfa"
|
||||
|
||||
...
|
||||
|
|
|
@ -11,9 +11,6 @@ inherits:
|
|||
|
||||
properties:
|
||||
compatible:
|
||||
type: string
|
||||
category: required
|
||||
description: compatible strings
|
||||
constraint: "nxp,kinetis-ftfe"
|
||||
|
||||
...
|
||||
|
|
|
@ -11,9 +11,6 @@ inherits:
|
|||
|
||||
properties:
|
||||
compatible:
|
||||
type: string
|
||||
category: required
|
||||
description: compatible strings
|
||||
constraint: "nxp,kinetis-ftfl"
|
||||
|
||||
...
|
||||
|
|
|
@ -11,9 +11,6 @@ inherits:
|
|||
|
||||
properties:
|
||||
compatible:
|
||||
type: string
|
||||
category: required
|
||||
description: compatible strings
|
||||
constraint: "st,stm32f0-flash-controller"
|
||||
|
||||
...
|
||||
|
|
|
@ -11,9 +11,6 @@ inherits:
|
|||
|
||||
properties:
|
||||
compatible:
|
||||
type: string
|
||||
category: required
|
||||
description: compatible strings
|
||||
constraint: "st,stm32f3-flash-controller"
|
||||
|
||||
...
|
||||
|
|
|
@ -11,9 +11,6 @@ inherits:
|
|||
|
||||
properties:
|
||||
compatible:
|
||||
type: string
|
||||
category: required
|
||||
description: compatible strings
|
||||
constraint: "st,stm32f4-flash-controller"
|
||||
|
||||
...
|
||||
|
|
|
@ -11,9 +11,6 @@ inherits:
|
|||
|
||||
properties:
|
||||
compatible:
|
||||
type: string
|
||||
category: required
|
||||
description: compatible strings
|
||||
constraint: "st,stm32l4-flash-controller"
|
||||
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue