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:
Bobby Noelte 2018-08-08 11:11:54 +02:00 committed by Kumar Gala
parent 7c2197f2d8
commit 00603bfa6b
11 changed files with 6 additions and 30 deletions

View file

@ -11,9 +11,6 @@ inherits:
properties:
compatible:
type: string
category: required
description: compatible strings
constraint: "atmel,sam0-nvmctrl"
...

View file

@ -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

View file

@ -11,9 +11,6 @@ inherits:
properties:
compatible:
type: string
category: required
description: compatible strings
constraint: "nrf,nrf51-flash-controller"
...

View file

@ -11,9 +11,6 @@ inherits:
properties:
compatible:
type: string
category: required
description: compatible strings
constraint: "nrf,nrf52-flash-controller"
...

View file

@ -11,9 +11,6 @@ inherits:
properties:
compatible:
type: string
category: required
description: compatible strings
constraint: "nxp,kinetis-ftfa"
...

View file

@ -11,9 +11,6 @@ inherits:
properties:
compatible:
type: string
category: required
description: compatible strings
constraint: "nxp,kinetis-ftfe"
...

View file

@ -11,9 +11,6 @@ inherits:
properties:
compatible:
type: string
category: required
description: compatible strings
constraint: "nxp,kinetis-ftfl"
...

View file

@ -11,9 +11,6 @@ inherits:
properties:
compatible:
type: string
category: required
description: compatible strings
constraint: "st,stm32f0-flash-controller"
...

View file

@ -11,9 +11,6 @@ inherits:
properties:
compatible:
type: string
category: required
description: compatible strings
constraint: "st,stm32f3-flash-controller"
...

View file

@ -11,9 +11,6 @@ inherits:
properties:
compatible:
type: string
category: required
description: compatible strings
constraint: "st,stm32f4-flash-controller"
...

View file

@ -11,9 +11,6 @@ inherits:
properties:
compatible:
type: string
category: required
description: compatible strings
constraint: "st,stm32l4-flash-controller"
...