dts: npcx7m6fb: make clock-frequency required, drop redundant fields
Setting clock-frequency as required (the driver does not build without it) and dropping definitions that are already specified in i2c-controller.yaml. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
parent
be7b5eb060
commit
9c67b4dad2
@ -8,9 +8,6 @@ compatible: "nuvoton,npcx-i2c-port"
|
||||
include: i2c-controller.yaml
|
||||
|
||||
properties:
|
||||
label:
|
||||
required: true
|
||||
|
||||
port:
|
||||
type: int
|
||||
required: true
|
||||
@ -27,6 +24,4 @@ properties:
|
||||
description: configurations of pinmux controllers
|
||||
|
||||
clock-frequency:
|
||||
type: int
|
||||
required: false
|
||||
description: Initial clock frequency in Hz
|
||||
required: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user