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:
Ulf Magnusson 2019-07-16 14:44:43 +02:00 committed by Kumar Gala
commit 9a3f674afb
2 changed files with 0 additions and 6 deletions

View file

@ -23,9 +23,6 @@ properties:
interrupts:
category: required
clocks:
category: required
modem-mode:
type: int
category: required

View file

@ -22,6 +22,3 @@ properties:
interrupts:
category: required
clocks:
category: required