dts: bindings: Make 'clocks' optional in nxp,{imx-uart,lpc-usart}.yaml
These bindings override the 'category: optional' for 'clocks' from uart.yaml with 'category: required', but none of the nodes that use the bindings set 'clocks'. Maybe it's a copy-paste error. Remove the 'clock' overrides. Fixes some errors in https://github.com/zephyrproject-rtos/zephyr/issues/17532. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
c023495df0
commit
9a3f674afb
2 changed files with 0 additions and 6 deletions
|
@ -23,9 +23,6 @@ properties:
|
|||
interrupts:
|
||||
category: required
|
||||
|
||||
clocks:
|
||||
category: required
|
||||
|
||||
modem-mode:
|
||||
type: int
|
||||
category: required
|
||||
|
|
|
@ -22,6 +22,3 @@ properties:
|
|||
|
||||
interrupts:
|
||||
category: required
|
||||
|
||||
clocks:
|
||||
category: required
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue