Skip to content

Commit

Permalink
dts/bindings: Update soc-nv-flash to use base.yaml
Browse files Browse the repository at this point in the history
Now that we sort the instance id's we can update soc-nv-flash to use
base.yaml.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
  • Loading branch information
galak authored and nashif committed Jun 14, 2019
1 parent 3d51f7c commit 29a6618
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions dts/bindings/mtd/soc-nv-flash.yaml
Expand Up @@ -5,19 +5,15 @@ version: 0.1
description: > description: >
This binding gives a base FLASH description This binding gives a base FLASH description
inherits:
!include base.yaml

properties: properties:
compatible: compatible:
type: string
category: required
description: compatible strings
constraint: "soc-nv-flash" constraint: "soc-nv-flash"
generation: define


label: label:
type: string
category: optional category: optional
description: Human readable string describing the device (used by Zephyr for API name)
generation: define


erase-block-size: erase-block-size:
type: int type: int
Expand Down

0 comments on commit 29a6618

Please sign in to comment.