dts: bindings: serial: pl011: Make included reset-device.yaml

The PL011 driver has already implemented supporting reset device
behavior.
However, the support is incomplete because the `arm,pl011.yaml`,
does not contain a `reset-device.yaml`.

Add include directive to `arm,pl011.yaml` to including
`reset-device.yaml` to complete the support for reset device.

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
This commit is contained in:
TOKITA Hiroshi 2024-12-25 02:43:59 +09:00 committed by Benjamin Cabé
parent 052aaf6abe
commit bcb4aae0c5
2 changed files with 2 additions and 9 deletions

View file

@ -2,7 +2,7 @@ description: ARM PL011 UART
compatible: "arm,pl011"
include: [uart-controller.yaml, pinctrl-device.yaml]
include: [uart-controller.yaml, pinctrl-device.yaml, reset-device.yaml]
properties:
reg:

View file

@ -2,11 +2,4 @@ description: Raspberry Pi Pico UART
compatible: "raspberrypi,pico-uart"
include: [uart-controller.yaml, pinctrl-device.yaml, reset-device.yaml]
properties:
reg:
required: true
interrupts:
required: true
include: "arm,pl011.yaml"